PHP 5.3.3 & Ldap_sasl_bind
PHP 5.3.3 & Ldap_sasl_bind
am 29.07.2010 15:52:11 von Bruno CHALOPIN
Hi,
I've seen that ldap_sasl_bind is supported on windows since 5.3.3.
Unfortunately, there is no php_ldap.dll extension in the PHP 5.3.3 zip
package.
Forgetting or it is normal ?
Regards,
Bruno
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: PHP 5.3.3 & Ldap_sasl_bind
am 29.07.2010 16:46:17 von Richard Quadling
On 29 July 2010 14:52, Bruno CHALOPIN wrote:
> Hi,
>
> I've seen that ldap_sasl_bind is supported on windows since 5.3.3.
> Unfortunately, there is no php_ldap.dll extension in the PHP 5.3.3 zip
> package.
>
> Forgetting or it is normal ?
>
> Regards,
>
> Bruno
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
The ldap extension seems to only be available using the VC9 builds (ts
and nts builds).
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: PHP 5.3.3 & Ldap_sasl_bind
am 29.07.2010 17:38:11 von Pierre Joye
hi,
See t http://bugs.php.net/bug.php?id=46971, or directly:
http://windows.php.net/downloads/qa/php_ldap-5.3.3-nts-vc6-x 86.zip
http://windows.php.net/downloads/qa/php_ldap-5.3.3-vc6-x86.z ip
Next release should have that fixed again.
Cheers,
--
Pierre
On Thu, Jul 29, 2010 at 4:46 PM, Richard Quadling wrote:
> On 29 July 2010 14:52, Bruno CHALOPIN wrote:
>> Hi,
>>
>> I've seen that ldap_sasl_bind is supported on windows since 5.3.3.
>> Unfortunately, there is no php_ldap.dll extension in the PHP 5.3.3 zip
>> package.
>>
>> Forgetting or it is normal ?
>>
>> Regards,
>>
>> Bruno
>>
>> --
>> PHP Windows Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>>
>>
>
> The ldap extension seems to only be available using the VC9 builds (ts
> and nts builds).
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--
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
Re: PHP 5.3.3 & Ldap_sasl_bind
am 29.07.2010 18:03:00 von Bruno CHALOPIN
Thanks for the reply but these dlls seems not to implement ldap_sasl_bind.
I will wait for the next release.
Regards,
Bruno
On 29/07/2010 17:38, Pierre Joye wrote:
> hi,
>
> See t http://bugs.php.net/bug.php?id=46971, or directly:
>
> http://windows.php.net/downloads/qa/php_ldap-5.3.3-nts-vc6-x 86.zip
> http://windows.php.net/downloads/qa/php_ldap-5.3.3-vc6-x86.z ip
>
> Next release should have that fixed again.
>
> Cheers,
> --
> Pierre
>
> On Thu, Jul 29, 2010 at 4:46 PM, Richard Quadling wrote:
>> On 29 July 2010 14:52, Bruno CHALOPIN wrote:
>>> Hi,
>>>
>>> I've seen that ldap_sasl_bind is supported on windows since 5.3.3.
>>> Unfortunately, there is no php_ldap.dll extension in the PHP 5.3.3 zip
>>> package.
>>>
>>> Forgetting or it is normal ?
>>>
>>> Regards,
>>>
>>> Bruno
>>>
>>> --
>>> PHP Windows Mailing List (http://www.php.net/)
>>> To unsubscribe, visit: http://www.php.net/unsub.php
>>>
>>>
>>
>> The ldap extension seems to only be available using the VC9 builds (ts
>> and nts builds).
>>
>> --
>> PHP Windows Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>>
>>
>
>
>
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: PHP 5.3.3 & Ldap_sasl_bind
am 29.07.2010 18:20:59 von Pierre Joye
hi,
On Thu, Jul 29, 2010 at 6:03 PM, Bruno CHALOPIN
wrote:
> Thanks for the reply but these dlls seems not to implement ldap_sasl_bind.
> I will wait for the next release.
Ah sorry, I forgot about this part of the question while replying.
Sasl won't make it to any VC6 versions. Only VC9. You should move to
VC9 versions.
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
Re: PHP 5.3.3 & Ldap_sasl_bind
am 30.07.2010 09:25:47 von Bruno CHALOPIN
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
Re: PHP 5.3.3 & Ldap_sasl_bind
am 30.07.2010 09:54:57 von Ferenc Kovacs
On Fri, Jul 30, 2010 at 9:25 AM, Bruno CHALOPIN
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
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: PHP 5.3.3 & Ldap_sasl_bind
am 30.07.2010 10:16:45 von Pierre Joye
hi,
On Fri, Jul 30, 2010 at 9:25 AM, Bruno CHALOPIN
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
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: PHP 5.3.3 & Ldap_sasl_bind
am 30.07.2010 10:31:19 von Bruno CHALOPIN
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
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php