]> granicus.if.org Git - php/commitdiff
Fix English here
authorRasmus Lerdorf <rasmus@lerdorf.com>
Sat, 2 Nov 2013 17:46:37 +0000 (10:46 -0700)
committerRasmus Lerdorf <rasmus@lerdorf.com>
Sat, 2 Nov 2013 17:46:37 +0000 (10:46 -0700)
UPGRADING

index 6e77f1d5b1ec045d45d92f604f5822c61fc4b553..ab05b3a8bff04aaf3e297863cc32f631cf050f75 100755 (executable)
--- 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: