Re: PHP 5.3.3 Crashes on Win7 [message #169981 is a reply to message #169967] |
Sun, 03 October 2010 01:04 |
Bob Smith
Messages: 11 Registered: October 2010
Karma:
|
Junior Member |
|
|
On 10/2/2010 4:17 AM, Luuk wrote:
> On 02-10-10 03:30, Bob Smith wrote:
>> I downloaded the php-5.3.3-Win32-VC9-x86.zip file as well and installed
>> that to no avail -- same failure mode. FWIW, php-cgi and php-win also
>> fail the same way. The php-errors.log file is empty.
>>
>> Has anyone gotten PHP 5.3.3 to install and run with one "extension="
>> line in php.ini on Win7/64?
>>
>
> i have....
> C:\PHP>php -i | more
> phpinfo()
> PHP Version => 5.3.3
I don't think you are actually loading an extension. Try putting a line
like this after the extension_dir=" line
extension=php_foo.dll
and see if "php --version" works. On my system, it doesn't matter
whether or not the extension you attempt to load exists -- php crashes.
--
_________________________________________
Bob Smith -- bsmith(at)sudleydeplacespam(dot)com
To reply to me directly, delete "despam".
|
|
|