diff --git a/reference/strings/functions/crypt.xml b/reference/strings/functions/crypt.xml index 7a7c755d0d..6e84ddbe57 100644 --- a/reference/strings/functions/crypt.xml +++ b/reference/strings/functions/crypt.xml @@ -1,11 +1,11 @@ - + crypt One-way string encryption (hashing) - + &reftitle.description; @@ -69,7 +69,7 @@ - As of PHP 5.3.0, PHP contains its own impelemtnation and will use that + As of PHP 5.3.0, PHP contains its own implementation and will use that if the system lacks of support for one or more of the algorithms. @@ -127,8 +127,8 @@ 5.3.0 - PHP now contains its own implementation for the MD5 crypt, Standard DES, - Extended DES and the Blowfish algorithms and will use that if the system + PHP now contains its own implementation for the MD5 crypt, Standard DES, + Extended DES and the Blowfish algorithms and will use that if the system lacks of support for one or more of the algorithms.