summaryrefslogtreecommitdiff
path: root/php.ini-dist
diff options
context:
space:
mode:
authorAnil Madhavapeddy <avsm@php.net>2001-08-11 02:53:57 +0000
committerAnil Madhavapeddy <avsm@php.net>2001-08-11 02:53:57 +0000
commitdc2e12253f09a5b274e6e690bf22dee990455dd7 (patch)
tree4269fc40da66c3cba2fe86ef04276cae64339fa9 /php.ini-dist
parent8a7d1d8e17ef3c90c257f248ea1e1dc0f23e4dc3 (diff)
downloadphp-git-dc2e12253f09a5b274e6e690bf22dee990455dd7.tar.gz
fix a few typos
Diffstat (limited to 'php.ini-dist')
-rw-r--r--php.ini-dist8
1 files changed, 4 insertions, 4 deletions
diff --git a/php.ini-dist b/php.ini-dist
index 3bc82a7775..48fbacc3ae 100644
--- a/php.ini-dist
+++ b/php.ini-dist
@@ -9,7 +9,7 @@
; working directory, in the path designated by the environment variable
; PHPRC, and in the path that was defined in compile time (in that order).
; Under Windows, the compile-time path is the Windows directory. The
-; path in which the php.ini file is looked for can be overriden using
+; path in which the php.ini file is looked for can be overridden using
; the -c argument in command line mode.
;
; The syntax of the file is extremely simple. Whitespace and Lines
@@ -148,7 +148,7 @@ safe_mode_allowed_env_vars = PHP_
safe_mode_protected_env_vars = LD_LIBRARY_PATH
; This directive allows you to disable certain functions for security reasons.
-; It receives a comma-deliminated list of function names. This directive is
+; It receives a comma-delimited list of function names. This directive is
; *NOT* affected by whether Safe Mode is turned On or Off.
disable_functions =
@@ -381,7 +381,7 @@ allow_url_fopen = On
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;
;
-; If you wish to have an extension loaded automaticly, use the following
+; If you wish to have an extension loaded automatically, use the following
; syntax:
;
; extension=modulename.extension
@@ -736,7 +736,7 @@ mssql.compatability_mode = Off
; Valid range 0 - 2147483647. Default = 4096.
;mssql.textsize = 4096
-; Limits the number of records in each bach. 0 = all records in one batch.
+; Limits the number of records in each batch. 0 = all records in one batch.
;mssql.batchsize = 0
[Assertion]