summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2000-07-29 01:09:07 +0000
committer <changelog@php.net>2000-07-29 01:09:07 +0000
commit7f41a6c77cdb6ae033f64c68ce647dc37f8c2a2c (patch)
tree9688c3acba2e8c930207d9907d98ed86a27d582e
parent7c84d6a082f4ce5be50b264ce1d5a605768a2538 (diff)
downloadphp-git-7f41a6c77cdb6ae033f64c68ce647dc37f8c2a2c.tar.gz
NEWS update
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 423819184e..2f93540b61 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,12 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2000, Version 4.0.2
+- Made ldap_add(), ldap_modify(), ldap_mod_add(), ldap_mod_replace()
+- binary-safe. Original patch: Terrence Miao <terrence_miao@email.com> (Jani)
+- CGI aka. command line version has now an option '-l' for syntax check
+ without execution (Hartmut)
+- Fixed bug in ldap_get_values_len() which makes it NULL-safe. (Jani)
+- Bug-report and fix submitted by Michel Alexeline <alexel@dr15.cnrs.fr>
- Make ext_skel create a Makefile.in set up to handle shared extension
support automatically (Rasmus)
- Fix php_realpath not to die on non-existing files (needed for touch()) (Stas and china@thewrittenword.com)