andi Tue Aug 17 19:08:44 2004 EDT
Modified files:
/php-src php.ini-dist php.ini-recommended
Log:
- Fix typos
http://cvs.php.net/diff.php/php-src/php.ini-dist?r1=1.218&r2=1.219&ty=u
Index: php-src/php.ini-dist
diff -u php-src/php.ini-dist:1.218 php-src/php.ini-dist:1.219
--- php-src/php.ini-dist:1.218 Tue Aug 17 06:57:40 2004
+++ php-src/php.ini-dist Tue Aug 17 19:08:44 2004
@@ -137,7 +137,7 @@
; implications and is generally recommended for debugging purposes only.
implicit_flush = Off
-; The unserialize callback function will called (with the undefind class'
+; The unserialize callback function will be called (with the undefined class'
; name as parameter), if the unserializer finds an undefined class
; which should be instanciated.
; A warning appears if the specified function is not defined, or if the
@@ -259,7 +259,7 @@
; empty string)
; E_STRICT - run-time notices, enable to have PHP suggest changes
; to your code which will ensure the best interoperability
-; and forward compatability of your code
+; and forward compatibility of your code
; E_CORE_ERROR - fatal errors that occur during PHP's initial startup
; E_CORE_WARNING - warnings (non-fatal errors) that occur during PHP's
; initial startup
@@ -927,7 +927,7 @@
; PHP 4.2 and less have an undocumented feature/bug that allows you to
; to initialize a session variable in the global scope, albeit register_globals
; is disabled. PHP 4.3 and later will warn you, if this feature is used.
-; You can disable the feature and the warning seperately. At this time,
+; You can disable the feature and the warning separately. At this time,
; the warning is only displayed, if bug_compat_42 is enabled.
session.bug_compat_42 = 1
http://cvs.php.net/diff.php/php-src/php.ini-recommended?r1=1.162&r2=1.163&ty=u
Index: php-src/php.ini-recommended
diff -u php-src/php.ini-recommended:1.162 php-src/php.ini-recommended:1.163
--- php-src/php.ini-recommended:1.162 Tue Aug 17 06:57:40 2004
+++ php-src/php.ini-recommended Tue Aug 17 19:08:44 2004
@@ -195,7 +195,7 @@
; implications and is generally recommended for debugging purposes only.
implicit_flush = Off
-; The unserialize callback function will called (with the undefind class'
+; The unserialize callback function will be called (with the undefined class'
; name as parameter), if the unserializer finds an undefined class
; which should be instanciated.
; A warning appears if the specified function is not defined, or if the
@@ -317,7 +317,7 @@
; empty string)
; E_STRICT - run-time notices, enable to have PHP suggest changes
; to your code which will ensure the best interoperability
-; and forward compatability of your code
+; and forward compatibility of your code
; E_CORE_ERROR - fatal errors that occur during PHP's initial startup
; E_CORE_WARNING - warnings (non-fatal errors) that occur during PHP's
; initial startup
@@ -985,7 +985,7 @@
; PHP 4.2 and less have an undocumented feature/bug that allows you to
; to initialize a session variable in the global scope, albeit register_globals
; is disabled. PHP 4.3 and later will warn you, if this feature is used.
-; You can disable the feature and the warning seperately. At this time,
+; You can disable the feature and the warning separately. At this time,
; the warning is only displayed, if bug_compat_42 is enabled.
session.bug_compat_42 = 0
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php