summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2004-03-16 16:44:51 +0000
committerfoobar <sniper@php.net>2004-03-16 16:44:51 +0000
commit1eba738ee8e237722a414bdbe118be8e53fbe371 (patch)
tree928f6df44b3e8d58f50ba9f693f4bf70e74d28db
parent365f0120fee62e106bdb2049b903e5c1402ae7ef (diff)
downloadphp-git-1eba738ee8e237722a414bdbe118be8e53fbe371.tar.gz
fix typos
-rw-r--r--NEWS10
1 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 399062654b..92eb7254bf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,13 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? March 2004, PHP 5 Release Candidate 1
-- Fix possible crash when internal get_method is not defined (Andi)
-- Use the scope of the PHP user function when calling methods using
- call_user_func() in conjuntion with the array("Class", "Method") syntax
+- Fixed possible crash when internal get_method() is not defined. (Andi)
+- Fixed calling methods using call_user_func() in conjunction with
+ the array("Class","Method") syntax to use the scope of the PHP user function.
(Dmitry)
- Fixed php-cgi to not ignore command-line switches when run in a web context.
- This fixes our test cases allowing INI with GET sections to work (Rasmus)
-- Fixed getopt() so it works without $_SERVER (Rasmus, bfrance)
+ This fixes our test cases allowing INI with GET sections to work. (Rasmus)
+- Fixed getopt() so it works without $_SERVER. (Rasmus, bfrance)
- Added support for PHP 4 style object comparisons which is enabled in
ze1_compatiblity_mode. (Andi)
- Added support for PHP 4 style object conversion to long, double, and boolean