From: jimmybrock at yahoo dot com Operating system: windows 2000 PHP version: 5.0.0b4 (beta4) PHP Bug Type: Reproducible crash Bug description: modifying php.ini <docref_root> crashes apache 1.3.29
Description: ------------ by default 'docref_root' and docref_ext are commented out. I uncommented these variables and change 'docref_root' to the appropriate uri for the php manual and set the extension for 'docref_ext' to: .php After saving php.ini I attempted to restart Apache 1.3.29 and it crahses. There is nothing written to Apache's error log. After rebooting the machine Apache starts up on boot and runs fine. If there is an error in my code, I can click on the hyperlink and it will take me to the section of PHP.net manual for the error function that was called. But if you restart the Apache service it will crash again - the only way to get Apache running is by rebooting the machine. Note: I am running Apache as an ISAPI module, not CGI. Reproduce code: --------------- // uncommented and edited the following two lines of code in the php.ini file: docref_root = "http://us2.php.net/manual/en/" docref_ext = .php Expected result: ---------------- I didn't expect Apache to crash just because I changed the location of the PHP manual. If I comment out the two lines of offending code...Apache will restart without any problem. -- Edit bug report at http://bugs.php.net/?id=27266&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=27266&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=27266&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=27266&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=27266&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=27266&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=27266&r=needscript Try newer version: http://bugs.php.net/fix.php?id=27266&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=27266&r=support Expected behavior: http://bugs.php.net/fix.php?id=27266&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=27266&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=27266&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=27266&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27266&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=27266&r=dst IIS Stability: http://bugs.php.net/fix.php?id=27266&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=27266&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=27266&r=float
