php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #69554
Patch php-ini-typo.patch revision 2015-04-30 17:17 UTC by andyfootner at netscape dot net

Patch php-ini-typo.patch for Documentation problem Bug #69554

Patch version 2015-04-30 17:17 UTC

Return to Bug #69554 | Download this patch
Patch Revisions:

Developer: andyfootner@netscape.net

diff --git a/php.ini-development b/php.ini-development
index 3684f0c..4aaf2f8 100644
--- a/php.ini-development
+++ b/php.ini-development
@@ -1636,7 +1636,7 @@ zend.assertions = 1
 
 [mbstring]
 ; language for internal character representation.
-; This affects mb_send_mail() and mbstrig.detect_order.
+; This affects mb_send_mail() and mbstring.detect_order.
 ; http://php.net/mbstring.language
 ;mbstring.language = Japanese
 
diff --git a/php.ini-production b/php.ini-production
index 1238c0e..9042d08 100644
--- a/php.ini-production
+++ b/php.ini-production
@@ -1636,7 +1636,7 @@ zend.assertions = -1
 
 [mbstring]
 ; language for internal character representation.
-; This affects mb_send_mail() and mbstrig.detect_order.
+; This affects mb_send_mail() and mbstring.detect_order.
 ; http://php.net/mbstring.language
 ;mbstring.language = Japanese
 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 17:01:33 2024 UTC