summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-12-04 18:00:25 +0000
committerSascha Schumann <sas@php.net>2000-12-04 18:00:25 +0000
commitad39ef1462d43a29adb2ab682fc2a284e08620b2 (patch)
treea81afbf691c95fa6a65170c6fb897deafb4dd240
parentc0446845b9928999b76daf039606e19cfa4ceb4a (diff)
downloadphp-git-ad39ef1462d43a29adb2ab682fc2a284e08620b2.tar.gz
Merge entries manually
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ab1a1993ec..8166e3cae3 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,11 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2000, Version 4.0.4
+- 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.
- Added the is_null() function that will return true if a variable is of
type null. (Sterling)
- Fixed a bug which made readdir() unusable in some systems. (Jani)