summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStig Venaas <venaas@php.net>2001-01-08 17:18:56 +0000
committerStig Venaas <venaas@php.net>2001-01-08 17:18:56 +0000
commit735b8ed6edcf94a8438ece7800375676bec7426d (patch)
tree2a2cdaace7c4e643efc5f04e5672c29708720ba7
parentc7984660fc8162b3dccccb0556b1105598966207 (diff)
downloadphp-git-735b8ed6edcf94a8438ece7800375676bec7426d.tar.gz
*** empty log message ***
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ccbfc7ef48..199dd9fad3 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@ PHP 4.0 NEWS
- 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)
+ 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)