[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/reference/session/_upload-progress.xml?=
From:       Paul_Reinheimer <preinheimer () php ! net>
Date:       2012-05-25 18:49:38
Message-ID: svn-preinheimer-1337971778-325814-9705015 () svn ! php ! net
[Download RAW message or body]

preinheimer                              Fri, 25 May 2012 18:49:38 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=325814

Log:
- Committing change from anonymous user correcting bug https://bugs.php.net/bug.php?id=61995
 - Amount -> Number for easier reading (and mostly because I needed to make a change to commit the file)

Changed paths:
    U   phpdoc/en/trunk/reference/session/upload-progress.xml

Modified: phpdoc/en/trunk/reference/session/upload-progress.xml
===================================================================
--- phpdoc/en/trunk/reference/session/upload-progress.xml	2012-05-25 18:46:24 UTC (rev 325813)
+++ phpdoc/en/trunk/reference/session/upload-progress.xml	2012-05-25 18:49:38 UTC (rev 325814)
@@ -31,7 +31,7 @@
    <programlisting role="php">
 <![CDATA[
 <?php
-$key = ini_get("session.upload_progress.prefix") . ini_get("session.upload-progress.name");
+$key = ini_get("session.upload_progress.prefix") . $_POST[ini_get("session.upload_progress.name")];
 var_dump($_SESSION[$key]);
 ?>
 ]]>
@@ -95,7 +95,7 @@
    "error" => 0,
    "done" => true,                // True when the POST handler has finished handling this file
    "start_time" => 1234567890,    // When this file has started to be processed
-   "bytes_processed" => 57343250, // Amount of bytes received and processed for this file
+   "bytes_processed" => 57343250, // Number of bytes received and processed for this file
   ),
   // An other file, not finished uploading, in the same request
   1 => array(



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic