Sebastian Bergmann wrote: > This is odd: I just tried a snapshot binary, and this one works. What's > your build environment? I used MSVC++ 6 SP-5 with the MS Platform SDK > from May 2002.
Using strace I found out out that my build tries to open the php.ini file in an invalid directory: 662 2012 436 NtCreateFile (0x80100080, {24, 0, 0x42, 0, 1243384, "\??\C:\home\php\php4\Release_TS_Inline\C:\WINNT\php-cli.ini"}, 1243404, 0, 128, 3, 1, 96, 0, 0, ... ) == STATUS_OBJECT_NAME_INVALID 664 2012 436 NtCreateFile (0x80100080, {24, 0, 0x42, 0, 1243400, "\??\C:\home\php\php4\Release_TS_Inline\C:\WINNT\php.ini"}, 1243420, 0, 128, 3, 1, 96, 0, 0, ... ) == STATUS_OBJECT_NAME_INVALID -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php