summaryrefslogtreecommitdiff
path: root/php.ini-dist
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2006-09-09 21:56:58 +0000
committerHannes Magnusson <bjori@php.net>2006-09-09 21:56:58 +0000
commit0222d506c277299f59edaec5dfb0593803fd8551 (patch)
tree5356ad9b19dc6ec5369060a4b3d8c19b004c9f4c /php.ini-dist
parent7c5119c5a9087fb8c1cf584fab06667d9e522d85 (diff)
downloadphp-git-0222d506c277299f59edaec5dfb0593803fd8551.tar.gz
- Remove register_globals from the "different" section
- Add allow_url_include = Off - compatability -> compatibility and other typos
Diffstat (limited to 'php.ini-dist')
-rw-r--r--php.ini-dist10
1 files changed, 5 insertions, 5 deletions
diff --git a/php.ini-dist b/php.ini-dist
index 264d828006..4321eacefe 100644
--- a/php.ini-dist
+++ b/php.ini-dist
@@ -272,7 +272,7 @@ memory_limit = 16M ; Maximum amount of memory a script may consume (16MB)
; intentional (e.g., using an uninitialized variable and
; relying on the fact it's automatically initialized to an
; empty string)
-; E_STRICT - run-time notices, enable to have PHP suggest changes
+; E_STRICT - run-time notices, enable to have PHP suggest changes
; to your code which will ensure the best interoperability
; and forward compatibility of your code
; E_CORE_ERROR - fatal errors that occur during PHP's initial startup
@@ -329,7 +329,7 @@ ignore_repeated_errors = Off
; Ignore source of message when ignoring repeated messages. When this setting
; is On you will not log errors with repeated messages from different files or
-; sourcelines.
+; source lines.
ignore_repeated_source = Off
; If this parameter is set to Off, then memory leaks will not be shown (on
@@ -795,7 +795,7 @@ sybase.min_error_severity = 10
; Minimum message severity to display.
sybase.min_message_severity = 10
-; Compatability mode with old versions of PHP 3.0.
+; Compatibility 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
; compatibility mode will probably not stay around forever, so try applying
@@ -1021,7 +1021,7 @@ mssql.min_error_severity = 10
; Minimum message severity to display.
mssql.min_message_severity = 10
-; Compatability mode with old versions of PHP 3.0.
+; Compatibility mode with old versions of PHP 3.0.
mssql.compatability_mode = Off
; Connect timeout
@@ -1105,7 +1105,7 @@ pfpro.defaulttimeout = 30
;com.autoregister_typelib = true
; register constants casesensitive
;com.autoregister_casesensitive = false
-; show warnings on duplicate constat registrations
+; show warnings on duplicate constant registrations
;com.autoregister_verbose = true
[mbstring]