From 4d03a6980dba563bd4779aef1e14ebe7ac10b25a Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Wed, 18 Aug 2004 05:05:23 +0000 Subject: [PATCH] MFH: fix more typos in php.ini --- php.ini-dist | 8 ++++---- php.ini-recommended | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/php.ini-dist b/php.ini-dist index 6f6f027b7f..f4cbd155c1 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -128,7 +128,7 @@ zlib.output_compression = Off ; 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 @@ -670,7 +670,7 @@ mysql.default_user = ; file will be able to reveal the password as well. mysql.default_password = -; Maximum time (in secondes) for connect timeout. -1 means no limit +; Maximum time (in seconds) for connect timeout. -1 means no limit mysql.connect_timeout = 60 ; Trace mode. When trace_mode is active (=On), warnings for table/index scans and @@ -728,7 +728,7 @@ sybase.min_message_severity = 10 ; Compatability mode with old versions of PHP 3.0. ; If on, this will cause PHP to automatically assign types to results according ; to their Sybase type, instead of treating them all as strings. This -; compatability mode will probably not stay around forever, so try applying +; compatibility mode will probably not stay around forever, so try applying ; whatever necessary changes to your code, and turn it off. sybase.compatability_mode = Off @@ -871,7 +871,7 @@ session.gc_maxlifetime = 1440 ; 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 diff --git a/php.ini-recommended b/php.ini-recommended index b15b2d45c4..cbe6b7eb61 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -141,7 +141,7 @@ zlib.output_compression = Off ; 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 @@ -685,7 +685,7 @@ mysql.default_user = ; file will be able to reveal the password as well. mysql.default_password = -; Maximum time (in secondes) for connect timeout. -1 means no limit +; Maximum time (in seconds) for connect timeout. -1 means no limit mysql.connect_timeout = 60 ; Trace mode. When trace_mode is active (=On), warnings for table/index scans and @@ -745,7 +745,7 @@ sybase.min_message_severity = 10 ; Compatability mode with old versions of PHP 3.0. ; If on, this will cause PHP to automatically assign types to results according ; to their Sybase type, instead of treating them all as strings. This -; compatability mode will probably not stay around forever, so try applying +; compatibility mode will probably not stay around forever, so try applying ; whatever necessary changes to your code, and turn it off. sybase.compatability_mode = Off @@ -869,7 +869,7 @@ session.gc_maxlifetime = 1440 ; 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 -- 2.50.1