Re: PHP 5.3.3 Crashes on Win7 [message #169958 is a reply to message #169957] |
Fri, 01 October 2010 21:53 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma:
|
Senior Member |
|
|
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.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
|
|
|