Date: 11/30/02
- Next message: Derick Rethans: "[PHP-DOC] cvs: phpdoc /en/chapters config.xml"
- Previous message: Sara Golemon: "[PHP-DOC] cvs: phpdoc /en/reference/info/functions ini-get.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 17389
Updated by: pollita <email protected>
Reported By: sean <email protected>
-Status: Open
+Status: Closed
Bug Type: Documentation problem
Operating System: Linux
PHP Version: 4.2.1
New Comment:
This bug has been fixed in CVS.
In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.
In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
Thank you for the report, and for helping us make PHP better.
Also including comments re: boolean values.
Previous Comments:
------------------------------------------------------------------------
[2002-09-30 20:18:38] sniper <email protected>
reclassified
------------------------------------------------------------------------
[2002-05-23 10:07:41] sean <email protected>
The documentation states that max_upload_filesize is an
integer, although the result from ini_get is "2M". This is
problematic for the following reasons:
1. With the documentation stating the format as an
integer, code can be written to output BAD code such as:
$my_value = 2M;
I fell into this trap and didn't locate the problem easily
because my test installations (unfortunately) stated the
max_upload_filesize as a true integer inside php.ini.
2. It is not clear how PHP handles the output of GOOD code
like:
$my_value = "2M";
If I later have code like:
if ($my_value > $this_value)
// i.e., if ("2M" > "345")
Will it break? Will "2M" be considered an integer and
converted automatically to 2097152? If this is the case
then it is not immediately evident inside of the
documentation.
------------------------------------------------------------------------
-- Edit this bug report at http://bugs.php.net/?id=17389&edit=1-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Derick Rethans: "[PHP-DOC] cvs: phpdoc /en/chapters config.xml"
- Previous message: Sara Golemon: "[PHP-DOC] cvs: phpdoc /en/reference/info/functions ini-get.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

