php-windows Digest 30 Jul 2010 07:25:53 -0000 Issue 3849
Topics (messages 30264 through 30268):
Re: PHP 5.3.3 & Ldap_sasl_bind
30264 by: Richard Quadling
30265 by: Pierre Joye
30266 by: Bruno CHALOPIN
30267 by: Pierre Joye
30268 by: Bruno CHALOPIN
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 ---
On 29 July 2010 14:52, Bruno CHALOPIN <bruno.chalo...@laposte.net> 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).
--- End Message ---
--- Begin Message ---
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-x86.zip
http://windows.php.net/downloads/qa/php_ldap-5.3.3-vc6-x86.zip
Next release should have that fixed again.
Cheers,
--
Pierre
On Thu, Jul 29, 2010 at 4:46 PM, Richard Quadling <rquadl...@gmail.com> wrote:
> On 29 July 2010 14:52, Bruno CHALOPIN <bruno.chalo...@laposte.net> 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
--- End Message ---
--- Begin Message ---
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-x86.zip
http://windows.php.net/downloads/qa/php_ldap-5.3.3-vc6-x86.zip
Next release should have that fixed again.
Cheers,
--
Pierre
On Thu, Jul 29, 2010 at 4:46 PM, Richard Quadling<rquadl...@gmail.com> wrote:
On 29 July 2010 14:52, Bruno CHALOPIN<bruno.chalo...@laposte.net> 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
--- End Message ---
--- Begin Message ---
hi,
On Thu, Jul 29, 2010 at 6:03 PM, Bruno CHALOPIN
<bruno.chalo...@laposte.net> 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
--- End Message ---
--- Begin Message ---
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
--- End Message ---