Re: [PHP-WIN] "CLI has stopped working"

2010-11-18 Thread Richard Quadling
On 18 November 2010 16:41, Jeff Dege wrote: > has stopped working Do you have anything in the Event Application log? Error reporting enabled? If so, anything in the PHP Error logs? I don't think the error message is generated by PHP, but by Windows. If this is so, then I'd expect Windows to be

Re: [PHP-WIN] "CLI has stopped working"

2010-11-18 Thread Pierre Joye
hi, Download a decent PHP version from http://windows.php.net and try again (I have no idea what MS4W is :). Cheers, On Thu, Nov 18, 2010 at 5:41 PM, Jeff Dege wrote: > I'm trying to run a command-line php script, using php.exe version 5.2.6 > (This is the version of PHP that is included with

[PHP-WIN] "CLI has stopped working"

2010-11-18 Thread Jeff Dege
I'm trying to run a command-line php script, using php.exe version 5.2.6 (This is the version of PHP that is included with MS4W 2.3.1): F:\ms4w\Apache\cgi-bin>php.exe -v PHP 5.2.6 (cli) (built: May 2 2008 18:02:07) Copyright (c) 1997-2008 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2008

Re: [PHP-WIN] PHP 5.3.4 has built

2010-11-18 Thread Richard Quadling
On 18 November 2010 13:07, Richard Quadling wrote: > On 18 November 2010 12:44, Pierre Joye wrote: >> It is not about the binaries working well or not. It is about binary >> compatibility. It does not matter if you build everything yourself and >> does not rely on php.net's binaries, but it does

Re: [PHP-WIN] PHP 5.3.4 has built

2010-11-18 Thread Richard Quadling
On 18 November 2010 12:44, Pierre Joye wrote: > It is not about the binaries working well or not. It is about binary > compatibility. It does not matter if you build everything yourself and > does not rely on php.net's binaries, but it does if you have to build > extensions to be used with PHP.net

Re: [PHP-WIN] PHP 5.3.4 has built

2010-11-18 Thread Pierre Joye
It is not about the binaries working well or not. It is about binary compatibility. It does not matter if you build everything yourself and does not rely on php.net's binaries, but it does if you have to build extensions to be used with PHP.net's releases. On Thu, Nov 18, 2010 at 1:36 PM, Richard

Re: [PHP-WIN] PHP 5.3.4 has built

2010-11-18 Thread Richard Quadling
On 17 November 2010 20:55, Pierre Joye wrote: > you can use almost all VC versions to develop locally. I recommend VC9 > (2008) while 2010 works fine, but we don't provide yet libs for 2010. > > But you have to use SDK 2003/02+VC6sp6 or VC9+SDK 6.1 to be 100% > compatible with php.net's binary. >