From:             vbzoli at vbzo dot li
Operating system: linux
PHP version:      4CVS-2004-05-19 (stable)
PHP Bug Type:     LDAP related
Bug description:  trivial patch - ldap_set_option to accept LDAP_OPT_X_TLS... options

Description:
------------
This tiny patch allows ldap_set_option to accept the 
LDAP_OPT_X_TLSxxx  options (except ...CTX). 
 
The patch: 
 
http://vbzo.li/patch/php-ldap-opt-x.patch 
 
vbzoli 

Reproduce code:
---------------
example:

@ldap_set_option($conn, LDAP_OPT_X_TLS_CACERTFILE, '/etc/ssl/cacert.pem');

Expected result:
----------------
n/a 

Actual result:
--------------
n/a 

-- 
Edit bug report at http://bugs.php.net/?id=28447&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=28447&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=28447&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=28447&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=28447&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=28447&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=28447&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=28447&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=28447&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=28447&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=28447&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=28447&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=28447&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28447&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=28447&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=28447&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=28447&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=28447&r=float

Reply via email to