summaryrefslogtreecommitdiff
path: root/php.ini-recommended
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-recommended
parent8a7d1d8e17ef3c90c257f248ea1e1dc0f23e4dc3 (diff)
downloadphp-git-dc2e12253f09a5b274e6e690bf22dee990455dd7.tar.gz
fix a few typos
Diffstat (limited to 'php.ini-recommended')
-rw-r--r--php.ini-recommended4
1 files changed, 2 insertions, 2 deletions
diff --git a/php.ini-recommended b/php.ini-recommended
index e052bb1ba8..c627b47e66 100644
--- a/php.ini-recommended
+++ b/php.ini-recommended
@@ -265,7 +265,7 @@ allow_url_fopen = On ; Whether to allow the treatment of URLs (li
;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;
-; if you wish to have an extension loaded automaticly, use the
+; if you wish to have an extension loaded automatically, use the
; following syntax: extension=modulename.extension
; for example, on windows,
; extension=msql.dll
@@ -491,7 +491,7 @@ mssql.min_message_severity = 10 ; minimum message severity to display
mssql.compatability_mode = Off ; compatability mode with old versions of PHP 3.0.
;mssql.textlimit = 4096 ; valid range 0 - 2147483647 default = 4096
;mssql.textsize = 4096 ; valid range 0 - 2147483647 default = 4096
-;mssql.batchsize = 0 ; limits the number of records in each bach. 0 = all records in one batch.
+;mssql.batchsize = 0 ; limits the number of records in each batch. 0 = all records in one batch.
[Assertion]
;assert.active = Off ; assert(expr); does nothing by default