From: Date: Sat, 29 Jul 2000 01:09:07 +0000 (+0000) Subject: NEWS update X-Git-Tag: PRE_FILE_COMPILE_API_CHANGE~90 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f41a6c77cdb6ae033f64c68ce647dc37f8c2a2c;p=php NEWS update --- 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 (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 - 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)