Commit:    e5e25c43f476456f5b342d4cd289d0ce5f8bbac4
Author:    Rasmus Lerdorf <ras...@lerdorf.com>         Sat, 2 Nov 2013 10:46:37 
-0700
Parents:   a0244a69ccc3777053002c68c68f3d896206ed2a
Branches:  master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=e5e25c43f476456f5b342d4cd289d0ce5f8bbac4

Log:
Fix English here

Changed paths:
  M  UPGRADING


Diff:
diff --git a/UPGRADING b/UPGRADING
index 6e77f1d..ab05b3a 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -68,8 +68,8 @@ PHP X.Y UPGRADE NOTES
   CURLOPT_SAFE_UPLOAD is now turned on by default and uploads with @file 
   do not work unless it is explicitly set to false.
 
-- String:
-  crypt() is now raise E_NOTICE error if salt parameter is omitted.
+- Crypt:
+  crypt() will now raise an E_NOTICE error if the salt parameter is omitted.
   See: https://wiki.php.net/rfc/crypt_function_salt
 
 - XMLReader:


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to