ID:               33850
 Updated by:       [EMAIL PROTECTED]
 Reported By:      simon dot kissane at mq dot edu dot au
-Status:           Open
+Status:           Closed
 Bug Type:         Feature/Change Request
 Operating System: *
 PHP Version:      5CVS, 4CVS (2005-07-27)
 Assigned To:      sniper
 New Comment:

I can't access that patch anymore, but I tried to implement this.
It's now added in PHP_5_3 branch and will be available in PHP 5.3.0 and
above. The option is called LDAP_OPT_NETWORK_TIMEOUT in PHP scripts to
allow portability regardless of what underlying ldap sdk is used.


Previous Comments:
------------------------------------------------------------------------

[2005-10-04 05:10:27] simon dot kissane at mq dot edu dot au

I have written a new version of this patch. This supports, as well of
Netscape's LDAP_X_OPT_CONNECT_TIMEOUT, OpenLDAP's LDAP_OPT_TIMEOUT &
LDAP_OPT_NETWORK_TIMEOUT. Note that these take a struct timeval, whereas
Netscape takes an integer. I have chosen to represent struct timeval as
an object with two properties (tv_sec & tv_usec, corresponding to the
struct timeval fields of the same name.)

New version of patch (against 5.0.5) is available here:
http://www.mq.edu.au/~skissane/ldap-timeout-5.0.5.patch

------------------------------------------------------------------------

[2005-07-25 08:55:10] simon dot kissane at mq dot edu dot au

Description:
------------
I have written a patch to support LDAP_X_OPT_CONNECT_TIMEOUT (which is
defined by the Netscape LDAP C SDK). This required also changing
ldap_connect to call ldap_init instead of ldap_open (but only if
LDAP_X_OPT_CONNECT_TIMEOUT is defined), which is necessary if
LDAP_X_OPT_CONNECT_TIMEOUT is to do anything. In any case, ldap_open is
deprecated, so PHP shouldn't be calling it unless necessary.

Reproduce code:
---------------
http://www.mq.edu.au/~skissane/ldap-nsldap-timeout.patch

Expected result:
----------------
N/A

Actual result:
--------------
N/A


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=33850&edit=1

Reply via email to