From 48552b1ba4b85cfdc95be13dd970365bfba2be28 Mon Sep 17 00:00:00 2001 From: foobar Date: Wed, 20 Dec 2000 09:12:13 +0000 Subject: [PATCH] Note about fix under correct version. --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f7d1eaf0c80..7cadda15a48 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 -- 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.