From: Bruno CHALOPIN on
hi,

On 29/07/2010 18:20, Pierre Joye wrote:
> Sasl won't make it to any VC6 versions. Only VC9. You should move to
> VC9 versions.

Is it due to technical issues with VC6 ? I wouldn't like to impose IIS
to my customers.

By the way, I've already writen an adapter using COM components to
palliate the lack of this function on previous PHP versions but I don't
really like writing specificities for an operating system.

Regards,

Bruno
From: Ferenc Kovacs on
On Fri, Jul 30, 2010 at 9:25 AM, Bruno CHALOPIN
<bruno.chalopin(a)laposte.net> wrote:
> hi,
>
> On 29/07/2010 18:20, Pierre Joye wrote:
>>
>> Sasl won't make it to any VC6 versions. Only VC9. You should move to
>> VC9 versions.
>
> Is it due to technical issues with VC6 ? I wouldn't like to impose IIS to my
> customers.
>
> By the way, I've already writen an adapter using COM components to palliate
> the lack of this function on previous PHP versions but I don't really like
> writing specificities for an operating system.
>
> Regards,
>
> Bruno
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

you can get VC9 apache builds from apachelounge

Tyrael
From: Pierre Joye on
hi,

On Fri, Jul 30, 2010 at 9:25 AM, Bruno CHALOPIN
<bruno.chalopin(a)laposte.net> wrote:
> hi,
>
> On 29/07/2010 18:20, Pierre Joye wrote:
>>
>> Sasl won't make it to any VC6 versions. Only VC9. You should move to
>> VC9 versions.
>
> Is it due to technical issues with VC6 ? I wouldn't like to impose IIS to my
> customers.

With the libraries, but as Ferenc said, you can use VC9 versions of
Apache from Apachelounge.com.

It is also important to keep in mind that the VC9 versions have more
updated libraries and extensions than VC6 (also due to libraries). VC6
won't be supported anymore in the PHP major release (whatever will be
next :).

> By the way, I've already writen an adapter using COM components to palliate
> the lack of this function on previous PHP versions but I don't really like
> writing specificities for an operating system.

Agreed, PHP must remain portable, as long as it is possible.

Cheers,
--
Pierre

@pierrejoye | http://blog.thepimp.net | http://www.libgd.org
From: Bruno CHALOPIN on
hi,

On 30/07/2010 10:16, Pierre Joye wrote:
> VC6
> won't be supported anymore in the PHP major release (whatever will be
> next :).

Ok, no choice, I'll get VC9 version of Apache. It's a pity that ASF
don't provide it. I'm usually chilly installing a non official version
in production on my customers servers.

Or, as written here http://www.apachelounge.com/viewtopic.php?t=3548 I
can use VC6 Official Apache package with VC9 PHP package using fcgi.

Anyway, I'll try and make some bench. Thanks for all your answers guys.

Regards,

Bruno