1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 07:28:09 +02:00

NEWS update

This commit is contained in:
2001-01-08 02:09:09 +00:00
parent 517b81ad43
commit 560c9cee30
+4
View File
@@ -2,6 +2,10 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 200?, Version 4.0.5
- Made ldap_set_option() support controls (Stig Venaas)
- Changed ldap_search() and added functions ldap_parse_result(),
ldap_first_reference(), ldap_next_reference() and ldap_parse_reference()
- to cope with LDAPv3 stuff like referrals and references. (Stig Venaas)
- Fix date('r') overflow
- Made the php.ini path reported in phpinfo() always point to the absolute
path that was opened (Zeev)