ID: 27266 Updated by: [EMAIL PROTECTED] Reported By: jimmybrock at yahoo dot com -Status: Open +Status: Assigned Bug Type: Reproducible crash Operating System: windows 2000 PHP Version: 5.0.0b4 (beta4) -Assigned To: +Assigned To: helly New Comment:
Assigned to Marcus per his request. Previous Comments: ------------------------------------------------------------------------ [2004-02-15 15:51:05] jimmybrock at yahoo dot com 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 this bug report at http://bugs.php.net/?id=27266&edit=1
