php-windows Digest 19 Nov 2010 21:19:28 -0000 Issue 3887
Topics (messages 30423 through 30429):
Re: PHP 5.3.4 has built
30423 by: Pierre Joye
30424 by: Richard Quadling
30425 by: Richard Quadling
"CLI has stopped working"
30426 by: Jeff Dege
30427 by: Pierre Joye
30428 by: Richard Quadling
30429 by: Jeff Dege
Administrivia:
To subscribe to the digest, e-mail:
php-windows-digest-subscr...@lists.php.net
To unsubscribe from the digest, e-mail:
php-windows-digest-unsubscr...@lists.php.net
To post to the list, e-mail:
php-wind...@lists.php.net
----------------------------------------------------------------------
--- Begin Message ---
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 Quadling <rquadl...@gmail.com> wrote:
> The V7.0 SDK is available. What impact would you expect there to be or
> is that the same as "how long is a piece of string"?
>
> I've built 5.3.4 with VC9 Express Edition and SDK V7.0.
>
> In my limited testing my apps are still working. (CLI only for the testing).
>
> Richard.
> --
> Richard Quadling
> Twitter : EE : Zend
> @RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY
>
--
Pierre
@pierrejoye | http://blog.thepimp.net | http://www.libgd.org
--- End Message ---
--- Begin Message ---
On 18 November 2010 12:44, Pierre Joye <pierre....@gmail.com> 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's releases.
>
> On Thu, Nov 18, 2010 at 1:36 PM, Richard Quadling <rquadl...@gmail.com> wrote:
>
>> The V7.0 SDK is available. What impact would you expect there to be or
>> is that the same as "how long is a piece of string"?
>>
>> I've built 5.3.4 with VC9 Express Edition and SDK V7.0.
>>
>> In my limited testing my apps are still working. (CLI only for the testing).
>>
>> Richard.
Gotcha.
--
Richard Quadling
Twitter : EE : Zend
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY
--- End Message ---
--- Begin Message ---
On 18 November 2010 13:07, Richard Quadling <rquadl...@gmail.com> wrote:
> On 18 November 2010 12:44, Pierre Joye <pierre....@gmail.com> 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's releases.
>>
>> On Thu, Nov 18, 2010 at 1:36 PM, Richard Quadling <rquadl...@gmail.com>
>> wrote:
>>
>>> The V7.0 SDK is available. What impact would you expect there to be or
>>> is that the same as "how long is a piece of string"?
>>>
>>> I've built 5.3.4 with VC9 Express Edition and SDK V7.0.
>>>
>>> In my limited testing my apps are still working. (CLI only for the testing).
>>>
>>> Richard.
>
> Gotcha.
>
>
> --
> Richard Quadling
> Twitter : EE : Zend
> @RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY
>
Issue when installing SDK 6.1 on to of VS2008 SP1.
http://blogs.msdn.com/b/windowssdk/archive/2009/08/07/windows-sdk-for-server-2008-v6-1-overwrites-vs2008-sp1-crt-files.aspx
Fix.
http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&FamilyID=239a9a68-211b-4ceb-9c2c-392b5ba5f617
But read about it all first though.
--
Richard Quadling
Twitter : EE : Zend
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY
--- End Message ---
--- Begin Message ---
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 Zend Technologies
Running under Windows Server 2007 SP2, I get an error: "CLI has stopped
working."
Browsing around, I see reports of this problem as far back as 2007, but nobody
seems to have a definitive answer as to why this is happening, or when it was
fixed. Various reports of "fixes" are reported, following by other folks
saying it hadn't worked for them.
Does anyone have a clear explanation for what is going on? Is it a
configuration problem? Or is it a bug that has been fixed? Or a bug that
hasn't yet been fixed?
I'm stumbling around in the dark, and my customer is getting demanding.
--- End Message ---
--- Begin Message ---
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 <jeff.d...@korterra.com> 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 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 Zend Technologies
>
> Running under Windows Server 2007 SP2, I get an error: "CLI has stopped
> working."
>
> Browsing around, I see reports of this problem as far back as 2007, but
> nobody seems to have a definitive answer as to why this is happening, or when
> it was fixed. Various reports of "fixes" are reported, following by other
> folks saying it hadn't worked for them.
>
> Does anyone have a clear explanation for what is going on? Is it a
> configuration problem? Or is it a bug that has been fixed? Or a bug that
> hasn't yet been fixed?
>
> I'm stumbling around in the dark, and my customer is getting demanding.
>
>
--
Pierre
@pierrejoye | http://blog.thepimp.net | http://www.libgd.org
--- End Message ---
--- Begin Message ---
On 18 November 2010 16:41, Jeff Dege <jeff.d...@korterra.com> 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 reporting it somewhere.
Have you added new extensions recently?
--
Richard Quadling
Twitter : EE : Zend
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY
--- End Message ---
--- Begin Message ---
> On Thu, Nov 18, 2010 at 5:41 PM, Jeff Dege <jeff.d...@korterra.com>
> 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 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 Zend
> > Technologies
> >
> > Running under Windows Server 2007 SP2, I get an error: "CLI has stopped
> working."
> >
> > Browsing around, I see reports of this problem as far back as 2007, but
> nobody seems to have a definitive answer as to why this is happening, or
> when it was fixed. Various reports of "fixes" are reported, following by
> other
> folks saying it hadn't worked for them.
> >
> > Does anyone have a clear explanation for what is going on? Is it a
> configuration problem? Or is it a bug that has been fixed? Or a bug that
> hasn't yet been fixed?
> >
> > I'm stumbling around in the dark, and my customer is getting demanding.
> -----Original Message-----
> From: Richard Quadling [mailto:rquadl...@gmail.com]
> Sent: Thursday, November 18, 2010 11:16 AM
> To: Jeff Dege
> Cc: php-wind...@lists.php.net
> Subject: Re: [PHP-WIN] "CLI has stopped working"
>
> On 18 November 2010 16:41, Jeff Dege <jeff.d...@korterra.com> 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 reporting it somewhere.
>
> Have you added new extensions recently?
This isn't a new error - I've found multiple references to it when running PHP
CLI on Windows Vista and Windows 7 that go back a number of years. But I've
not been able to find an official bug report, or a discussion of a fix.
I wasn't looking for help in tracking it down, I was hoping someone would be
familiar with it.
> -----Original Message-----
> From: Pierre Joye [mailto:pierre....@gmail.com]
> Sent: Thursday, November 18, 2010 10:58 AM
> To: Jeff Dege
> Cc: php-wind...@lists.php.net
> Subject: Re: [PHP-WIN] "CLI has stopped working"
>
> hi,
>
> Download a decent PHP version from http://windows.php.net and try again
> (I have no idea what MS4W is :).
>
> Cheers,
MS4W is "MapServer for Windows", a bundled package of Apache, PHP, and the
Mapserver mapping application software. It's latest non-beta version includes
PHP version 5.2.6.
I just tried the latest beta version of MS4W, which includes PHP version 5.6.3,
and this no longer has the problem.
--- End Message ---