Re: PHP 5.3.3 Crashes on Win7 [message #169972 is a reply to message #169960] |
Sat, 02 October 2010 13:34 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma:
|
Senior Member |
|
|
On 10/1/2010 9:30 PM, Bob Smith wrote:
> On 10/1/2010 5:53 PM, Jerry Stuckle wrote:
>> On 10/1/2010 5:29 PM, Bob Smith wrote:
>>> Running version 5.3.3 (cli) on Win7/64 runs well from the cmd.exe line
>>> after a virgin install.
>>>
>>> Including ANY DLL in the [PHP] section of the php.ini file even if it
>>> doesn't exist (e.g. extension=php_foo.dll) crashes PHP (e.g. php
>>> --version) in php5ts.dll as in
>>>
>>> Problem signature:
>>> Problem Event Name: APPCRASH
>>> Application Name: php.exe
>>> Application Version: 5.3.3.0
>>> Application Timestamp: 4c474a74
>>> Fault Module Name: php5ts.dll
>>> Fault Module Version: 5.3.3.0
>>> Fault Module Timestamp: 4c4749e1
>>> Exception Code: c0000005
>>> Exception Offset: 000f5db0
>>> OS Version: 6.1.7600.2.0.0.256.48
>>> Locale ID: 1033
>>> Additional Information 1: 0a9e
>>> Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
>>> Additional Information 3: 0a9e
>>> Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
>>>
>>> As I can't even get PHP to print out its version #, I'm not sure how to
>>> debug this.
>>>
>>> I've tried re-installing PHP from the .msi file several times without
>>> success.
>>>
>>> Any help would be greatly appreciated.
>>>
>>
>> Ensure you don't have another copy of php5ts.dll running around your
>> system, i.e. in your c:\windows directory or someplace else in your PATH.
>
> That's the only copy of that file anywhere on my system.
>
Which extension(s) are you trying to load?
I'm just building a new laptop with Windows 7 64 bit on it. I don't
have much on it yet, but I did install PHP 5.3.3 on it. I found the
same thing - when I enabled the MySQL extension, I got the error.
However, I haven't ensured the MySQL libs are in the path yet, nor a lot
of other things - this was just a quick test.
I don't have any time to look at it further right now - but will do so
later tonight.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
|
|
|