1
0
mirror of https://github.com/php/php-src.git synced 2026-04-09 17:13:31 +02:00

fix a few typos

This commit is contained in:
Anil Madhavapeddy
2001-08-11 02:53:57 +00:00
parent 8a7d1d8e17
commit dc2e12253f
3 changed files with 8 additions and 8 deletions

View File

@@ -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]

View File

@@ -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

View File

@@ -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