Date: 08/03/02
- Next message: Gabor Hojtsy: "[PHP-DOC] cvs: phpdoc /RFC manual.xml.in"
- Previous message: phpdoc <email protected>: "[PHP-DOC] Notes Status, 7228 total"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 18666
Updated by: helly <email protected>
Reported By: nohn <email protected>
-Status: Open
+Status: Closed
Bug Type: Documentation problem
Operating System: Compaq Tru64
PHP Version: 4CVS-2002-07-31
New Comment:
This bug has been fixed in CVS. You can grab a snapshot of the
CVS version 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.
Thank you for the report, and for helping us make PHP better.
This is documented already
Previous Comments:
------------------------------------------------------------------------
[2002-07-31 09:02:36] nohn <email protected>
When testing getimagesize with php 4.2.2 I get these results:
(
[0] => 194
[1] => 54
[2] => 1
[3] => width="194" height="54"
)
Array
(
[0] => 280
[1] => 231
[2] => 2
[3] => width="280" height="231"
[bits] => 8
[channels] => 3
)
With PHP 4.3.0-dev I get these results:
Array
(
[0] => 194
[1] => 54
[2] => 1
[3] => width="194" height="54"
[bits] => 8
[channels] => 3
[mime] => image/gif
)
Array
(
[0] => 280
[1] => 231
[2] => 2
[3] => width="280" height="231"
[bits] => 8
[channels] => 3
[mime] => image/jpeg
)
If this an expected result, it should be documented. If 4.2.0 simply
has a bug consider it as closed ;)
------------------------------------------------------------------------
-- Edit this bug report at http://bugs.php.net/?id=18666&edit=1-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Gabor Hojtsy: "[PHP-DOC] cvs: phpdoc /RFC manual.xml.in"
- Previous message: phpdoc <email protected>: "[PHP-DOC] Notes Status, 7228 total"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

