This website requires JavaScript.
Explore
Help
Register
Sign In
php
/
archived-php-src
Watch
1
Star
0
Fork
0
You've already forked archived-php-src
mirror of
https://github.com/php/php-src.git
synced
2026-03-29 11:42:17 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ffaaaa4df06a3eebc17829bcd309751c8a0a1253
archived-php-src
/
ext
/
ldap
History
Douglas Goldstein
4b39efa0ee
Replaced all instances of ldap_get_values() with ldap_get_values_len(), which returns back the length of the data so on non-NULL terminated data we don't crash in a strlen(). Removed the PHP function ldap_get_values() since it's the same thing as ldap_get_values_len() now and made it alias ldap_get_values_len(). This should fix some random PHP<->LDAP crashes
2007-03-22 21:50:34 +00:00
..
config.m4
MFH: fix bug
#38882
(ldap_connect causes segfault with newer versions of OpenLDAP)
2006-10-18 20:58:23 +00:00
config.w32
Make ldap_parse_reference() available on Windows (Bug
#29492
)
2004-10-23 23:03:52 +00:00
CREDITS
Added myself to the credits
2001-06-13 20:13:54 +00:00
LDAP_Win32_HOWTO.txt
- Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5
2004-01-17 13:00:38 +00:00
ldap.c
Replaced all instances of ldap_get_values() with ldap_get_values_len(), which returns back the length of the data so on non-NULL terminated data we don't crash in a strlen(). Removed the PHP function ldap_get_values() since it's the same thing as ldap_get_values_len() now and made it alias ldap_get_values_len(). This should fix some random PHP<->LDAP crashes
2007-03-22 21:50:34 +00:00
ldap.dsp
- Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5
2004-01-17 13:00:38 +00:00
ldap.mak
- Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5
2004-01-17 13:00:38 +00:00
php_ldap.h
MFH: Bump year.
2007-01-01 09:36:18 +00:00