]> granicus.if.org Git - php/commitdiff
Proper NEWS language that everyone should be able to understand..
authorfoobar <sniper@php.net>
Fri, 19 Aug 2005 15:18:49 +0000 (15:18 +0000)
committerfoobar <sniper@php.net>
Fri, 19 Aug 2005 15:18:49 +0000 (15:18 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 61becff453c56249182879ff522666a95a053a89..4fd3e8301e054b34d2d217ff507b6affad86a1be 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? ????, PHP 6.0
 - Unicode support. (Andrei, Dmitriy, et al)
-- instanceof operator shouldn't call __autoload. (Dmitry)
+- Changed "instanceof" operator to not call __autoload(). (Dmitry)
 - cURL improvements: (Ilia)
   . Added curl_setopt_array() which allows setting of multiple cURL options.
   . Added CURLINFO_HEADER_OUT to facilitate request retrieval.