; 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
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 =
; 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
; 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]
;;;;;;;;;;;;;;;;;;;;;;
; 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
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
;;;;;;;;;;;;;;;;;;;;;;
; 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
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