From:             toby dot butzon at ilc dot com
Operating system: Windows XP [Version 5.1.2600]
PHP version:      4.3.7
PHP Bug Type:     PHP options/info functions
Bug description:  phpinfo reports wrong PHP version

Description:
------------
PHP 4.3.7's phpinfo() function reports PHP version 4.3.6 in the page
header. I am sure that this is actually PHP 4.3.7 because Apache's
environment listing on the same page reports that SERVER_SOFTWARE is
Apache/2.0.49 (Win32) PHP/4.3.7.

The build date Apr 14 2004 17:17:11 also appears to be wrong (shouldn't it
be closer to June 2 2004?).

Reproduce code:
---------------
<?php phpinfo(); ?>

Expected result:
----------------
Page header should say: PHP Version 4.3.7

Actual result:
--------------
Page header says: PHP Version 4.3.6

-- 
Edit bug report at http://bugs.php.net/?id=28783&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=28783&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=28783&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=28783&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=28783&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=28783&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=28783&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=28783&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=28783&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=28783&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=28783&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=28783&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=28783&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28783&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=28783&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=28783&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=28783&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=28783&r=float

Reply via email to