Re: PHP 5.3.3 Crashes on Win7 [message #169986 is a reply to message #169984] |
Sun, 03 October 2010 02:05 |
Bob Smith
Messages: 11 Registered: October 2010
Karma:
|
Junior Member |
|
|
On 10/2/2010 9:50 PM, Jerry Stuckle wrote:
> On 10/2/2010 9:31 PM, Bob Smith wrote:
>> On 10/2/2010 9:34 AM, Jerry Stuckle wrote:
>>> 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
>>
>> [...]
>>
>>> Which extension(s) are you trying to load?
>>
>> It doesn't matter. Loading a non-existent extension is enough to trigger
>> the fault.
>>
>
> It does matter, because loading an existing extension which doesn't have
> the supporting DLL's is also a problem.
extension=php_ssh2.dll
Correct me if I'm wrong, but I was thinking that php would fail softly
rather than crash when asked to load a non-existent extension.
--
_________________________________________
Bob Smith -- bsmith(at)sudleydeplacespam(dot)com
To reply to me directly, delete "despam".
|
|
|