ID: 25728 User updated by: php at bouchery dot com Reported By: php at bouchery dot com Status: Bogus Bug Type: Reproducible crash Operating System: Windows PHP Version: 5.0.0b1 (beta1) New Comment:
Exception occured only if there is no existing php.ini in my php5 directory. I do not have relationship with my extensions Previous Comments: ------------------------------------------------------------------------ [2003-10-03 18:54:15] [EMAIL PROTECTED] First of all: PHP looks first in the current working directory for the php.ini, THEN the other places. Second, you propably have extension directory with extensions for different PHP version which get loaded by the 'other' php.ini file. This will of course not work. ------------------------------------------------------------------------ [2003-10-03 07:37:03] php at bouchery dot com I'm using PHP 4.3.2RC2. I tried this "php -c c:/winnt/", and it's work (with the previous version of php.ini). If I put a "php.ini" (from php4 or php5) in the same directory of php5, it's work. That's mean php can't load my php.ini in the %windows% directory ?! ------------------------------------------------------------------------ [2003-10-02 10:15:35] [EMAIL PROTECTED] >From what PHP version was the ini from? What is the diff between the php.ini-dist from the PHP 5 package against the one you had? ------------------------------------------------------------------------ [2003-10-02 08:35:09] php at bouchery dot com Description: ------------ If you execute php (command, apache CGI or apache module), an exception occured. I've remove php.ini's previous PHP version from my windows directory and now it's work fine. Expected result: ---------------- PHP excution ;-) Actual result: -------------- Exception : access violation (0xc0000005), Address : 0x100ae216 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=25728&edit=1