From: Niel Archer on
> hi,
>
> On Mon, Apr 5, 2010 at 11:45 PM, Niel Archer <not(a)chance.now> wrote:
>
> > I have seen this assertion twice now (Previously only from Zend). Please
> > let  me know where I can find the announcement to this effect, as I can
> > find no mention of this at http://php.net/migration53,
> > http://php.net/releases/5_3_0.php,
> > or in the change logs.
>
> The ISAPI is not available anymore in php 5.3 or later.

Thanks. Can't say I'd noticed, obviously.

> Cheers,
> --
> Pierre
>
> @pierrejoye | http://blog.thepimp.net | http://www.libgd.org
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php

--
Niel Archer


From: Richard Quadling on
On 5 April 2010 18:51, Venkat Raman Don <Don.Raman(a)microsoft.com> wrote:
> Most of the extension can be downloaded from http://downloads.php.net/pierre/.

That's great. But are there any plans or timescales on getting
pecl.php.net and the win32 snapshots back up?

If so, has anything been made public regarding this?

--
-----
Richard Quadling
"Standing on the shoulders of some very clever giants!"
EE : http://www.experts-exchange.com/M_248814.html
EE4Free : http://www.experts-exchange.com/becomeAnExpert.jsp
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
ZOPA : http://uk.zopa.com/member/RQuadling
From: Ferenc Kovacs on
On Tue, Apr 6, 2010 at 10:49 AM, Richard Quadling
<rquadling(a)googlemail.com>wrote:

> On 5 April 2010 18:51, Venkat Raman Don <Don.Raman(a)microsoft.com> wrote:
> > Most of the extension can be downloaded from
> http://downloads.php.net/pierre/.
>
> That's great. But are there any plans or timescales on getting
> pecl.php.net and the win32 snapshots back up?
>
> If so, has anything been made public regarding this?
>
> The funny thing, that I remembered that somebody asked the same, and I
tried to find that conversation.
Surprisingly, it was you a year ago:
http://old.nabble.com/Win32-PECL-pre-built-binaries.-td23293468.html
I also would like to know what is the current status for pecl4windows and
how can we help.

Tyrael

--
> -----
> Richard Quadling
> "Standing on the shoulders of some very clever giants!"
> EE : http://www.experts-exchange.com/M_248814.html
> EE4Free : http://www.experts-exchange.com/becomeAnExpert.jsp
> Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
> ZOPA : http://uk.zopa.com/member/RQuadling
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
From: Pierre Joye on
On Tue, Apr 6, 2010 at 12:06 PM, Ferenc Kovacs <tyra3l(a)gmail.com> wrote:
> On Tue, Apr 6, 2010 at 10:49 AM, Richard Quadling
> <rquadling(a)googlemail.com>wrote:
>
>> On 5 April 2010 18:51, Venkat Raman Don <Don.Raman(a)microsoft.com> wrote:
>> > Most of the extension can be downloaded from
>> http://downloads.php.net/pierre/.
>>
>> That's great. But are there any plans or timescales on getting
>> pecl.php.net and the win32 snapshots back up?
>>
>> If so, has anything been made public regarding this?
>>
>> The funny thing, that I remembered that somebody asked the same, and I
> tried to find that conversation.
> Surprisingly, it was you a year ago:
> http://old.nabble.com/Win32-PECL-pre-built-binaries.-td23293468.html
> I also would like to know what is the current status for pecl4windows and
> how can we help.

You can get most of the extensions here: http://downloads.php.net/pierre/

About helping, well, if you have time (really have time) then let me
know. Some help is always welcome, especially for the web frontends
part.

Cheers,
--
Pierre

@pierrejoye | http://blog.thepimp.net | http://www.libgd.org
From: Todd Oberly on
-----Original Message-----
>From: Pierre Joye <pierre.php(a)gmail.com>
>Sent: Apr 5, 2010 6:08 AM
>To: Todd Oberly <taoberly(a)mindspring.com>
>Cc: php-windows(a)lists.php.net
>Subject: Re: [PHP-WIN] Windows binaries
>
>On Mon, Apr 5, 2010 at 6:27 AM, Todd Oberly <taoberly(a)mindspring.com> wrote:
>
>> I've heard of FastCGI, but never used it before.  If I want to get the application running ASAP without FastCGI (please don't argue), what would be the effect of using the thread-safe VC6 build of 5.2.13?  Just a decrease in performance?
>
>PHP TS is slightly slower than PHP NTS but not in a significant
>manner. However the stability of the ISAPI may affect your sites much
>more than the TS vs NTS delta. Many crashes have worst side effects
>than slowdowns.

A short follow-up. I had the PHP application package running through ISAPI for a short time, but then noticed errors like

Faulting application w3wp.exe, version 6.0.3790.3959, faulting module unknown, version 0.0.0.0, fault address 0x01b45c80.

in the Event Viewer. Soooo after some investigation, FastCGI is now the solution. :) But I then noticed something strange, but am not sure if it's related. I then started seeing a warning in my browser when running a certain aspect of the script. I'd done this a number of times before, but saw no errors. Could there be something about the ISAPI interface that was blocking error output?

Thanks,

Todd