]> granicus.if.org Git - php/commitdiff
Fix typos in UPGRADING
authorScott MacVicar <scottmac@php.net>
Tue, 9 Aug 2011 15:27:25 +0000 (15:27 +0000)
committerScott MacVicar <scottmac@php.net>
Tue, 9 Aug 2011 15:27:25 +0000 (15:27 +0000)
UPGRADING

index 6b2f6488c1bc9508950e793f20c0d07d12baa680..69a8eff903262e1e82be17c73cdf39d81fecb931 100755 (executable)
--- a/UPGRADING
+++ b/UPGRADING
@@ -100,7 +100,7 @@ UPGRADE NOTES - PHP X.Y
   
   To create a generic object you can use StdClass:
   $test = new StdClass;
-  $text->baz = 1;
+  $test->baz = 1;
 
 =====================================
 4. Changes made to existing functions
@@ -328,7 +328,7 @@ UPGRADE NOTES - PHP X.Y
   multibyte support, but may enable or disable it by zend.multibyte. It doesn't
   make a lot of sense to enable this option without ext/mbstring, because the
   most functionality is implemented by mbstrings callbacks.
-- Added enable_post_data_reading, which is enable by default. When it's
+- Added enable_post_data_reading, which is enabled by default. When it's
   disabled, the POST data is not read (and processed); the behavior is similar
   to that of other request methods with body, like PUT. This allows reading the
   raw POST data in multipart requests and read/process the POST data in a