Edit report at http://bugs.php.net/bug.php?id=50455&edit=1
ID: 50455 Updated by: jmer...@php.net Reported by: nevasha at rocketmail dot com Summary: After installing PHP, I see "php fatal error related to include_path" -Status: Open +Status: Assigned Type: Bug Package: Windows Installer Operating System: Windows XP Professional sp 2 PHP Version: 5.3.1 -Assigned To: +Assigned To: jmertic Previous Comments: ------------------------------------------------------------------------ [2009-12-11 23:53:36] nevasha at rocketmail dot com I also notice with the same installation if I set to include one of the dynamic extensions with the following configuration: extension_dir="D:\Tools\PHP\ext" extension=php_bz2.dll I see the following fatal error any time I invoked php-win.exe or php.exe: CLI has encountered a problem and needs to close. We are sorry for the inconvenience. It doesn't matter which dynamic extension I include this error occurs every time. Yes the files that are specified in the dynamic extension do exist. ------------------------------------------------------------------------ [2009-12-11 22:48:37] nevasha at rocketmail dot com Description: ------------ I installed PHP 5.3.1 using windows installer and following the installation guide. After running the modified go-pear.bat (the modification needed was: %PHP_BIN% -d phar.require_hash=0 PEAR\go- pear.phar) I see that php.ini has been correctly updated with: ;***** Added by go-pear include_path=".;D:\Tools\PHP\pear" ;***** However when I run php-win.exe I see the following error message in the log file: PHP Fatal error: Unknown: Failed opening required '-' (include_path='.;D:\Tools\PHP\pear') in Unknown on line 0 Actual result: -------------- However when I run php-win.exe I see the following error message in the log file: PHP Fatal error: Unknown: Failed opening required '-' (include_path='.;D:\Tools\PHP\pear') in Unknown on line 0 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=50455&edit=1