diff options
author | Sascha Schumann <sas@php.net> | 2000-12-04 18:00:25 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-12-04 18:00:25 +0000 |
commit | ad39ef1462d43a29adb2ab682fc2a284e08620b2 (patch) | |
tree | a81afbf691c95fa6a65170c6fb897deafb4dd240 | |
parent | c0446845b9928999b76daf039606e19cfa4ceb4a (diff) | |
download | php-git-ad39ef1462d43a29adb2ab682fc2a284e08620b2.tar.gz |
Merge entries manually
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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) |