summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2000-12-20 09:12:13 +0000
committerfoobar <sniper@php.net>2000-12-20 09:12:13 +0000
commit48552b1ba4b85cfdc95be13dd970365bfba2be28 (patch)
tree4f6f4e9c8a34bf79fdc342b87a05c8040e467504
parent7f25ef4700c7aa5ca998ab5ef2856ad2f7622ace (diff)
downloadphp-git-48552b1ba4b85cfdc95be13dd970365bfba2be28.tar.gz
Note about fix under correct version.
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f7d1eaf0c8..7cadda15a4 100644
--- a/NEWS
+++ b/NEWS
@@ -8,7 +8,6 @@ PHP 4.0 NEWS
- Added the call_user_method_array function which allows you to call a method
with an arbitrary number of parameters. (Sterling)
- ext/odbc: IBM DB2 patch by Walter Franzini <walter@sys-net.it>
-- Made ldap_get_entries() return an array even if there are no entries
- Added extension for the cracklib library. (Alexander Feldman)
?? ??? 2000, Version 4.0.4
@@ -28,6 +27,8 @@ PHP 4.0 NEWS
c. func($var); where func() is defined as function func(&$var) {...}
You CAN'T count on any other expressions to be passable by reference.
(Andi, Zend Engine)
+- Made ldap_get_entries() return an array even if there are no entries
+ in search result. (Jani)
- Fixed bad mod_perl interaction which caused segfaults when using LFS (Sascha)
- const CONSTNAME now gets recognized. Before the patch only @const CONSTNAME
description was recognized.