summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2000-12-11 14:42:05 +0000
committerAndrei Zmievski <andrei@php.net>2000-12-11 14:42:05 +0000
commit9002d1e5705c089cbabcd93bea56c6e5b97c89aa (patch)
tree2e3ce7dbeb068803e5456971a23f7031887bc559
parenta1c20a04ff5c46d41fc584632054c2e343233a24 (diff)
downloadphp-git-9002d1e5705c089cbabcd93bea56c6e5b97c89aa.tar.gz
Formatting.
-rw-r--r--NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index bc3004dd26..9fec6a3cea 100644
--- a/NEWS
+++ b/NEWS
@@ -2,8 +2,8 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2000, Version 4.0.5
-- Added the call_user_method_array function which allows you to call a method with an
- arbitrary number of parameters. (Sterling)
+- 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
- Empty entry. Enjoy
@@ -26,7 +26,8 @@ PHP 4.0 NEWS
You CAN'T count on any other expressions to be passable by reference.
(Andi, Zend Engine)
- 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.
+- const CONSTNAME now gets recognized. Before the patch only @const CONSTNAME
+ description was recognized.
- Added extension for the cracklib library. (Alexander Feldman)
- Added the is_null() function that will return true if a variable is of
type null. (Sterling)