From: mancini at users dot sourceforge dot net Operating system: win2000 PHP version: Irrelevant PHP Bug Type: Apache2 related Bug description: unstandard mod_version/program_version signature in the apache modules
Description: ------------ all the apache php modules have allways printed only the program version as it's signature under the http server the standard for all apache modules that are part of another software is the folowing format : mod_[name]/[modversion](space)[programname]/[programversion] the format php uses is only : [programname]/[programversion] for example the version 5.0.2 modules should show : "mod_php5/5.0.2 PHP/5.0.2" but it shows only "PHP/5.0.2" i take it that the version of the mod is the same as the one of the php release but that is not a reason for not compying for this facto standard and here are some examples : mod_perl/1.99_13-dev Perl/v5.8.3 mod_python/3.1.3 Python/2.3.2 mod_ssl/2.0.52 OpenSSL/0.9.7d Reproduce code: --------------- only the files mod_php5.c (line 902) and config.w32 (line 19) would need changing -- Edit bug report at http://bugs.php.net/?id=30515&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=30515&r=trysnapshot4 Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=30515&r=trysnapshot50 Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=30515&r=trysnapshot51 Fixed in CVS: http://bugs.php.net/fix.php?id=30515&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=30515&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=30515&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=30515&r=needscript Try newer version: http://bugs.php.net/fix.php?id=30515&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=30515&r=support Expected behavior: http://bugs.php.net/fix.php?id=30515&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=30515&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=30515&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=30515&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=30515&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=30515&r=dst IIS Stability: http://bugs.php.net/fix.php?id=30515&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=30515&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=30515&r=float MySQL Configuration Error: http://bugs.php.net/fix.php?id=30515&r=mysqlcfg