Browse Source

Merge branch 'PHP-5.4'

* PHP-5.4:
  Fix slight grammar glitch (thanks Dan Brown)
pull/62/head
Johannes Schlüter 14 years ago
parent
commit
9ca4710c9f
  1. 2
      php.ini-development
  2. 2
      php.ini-production

2
php.ini-development

@ -19,7 +19,7 @@
; See the PHP docs for more specific information.
; http://php.net/configuration.file
; The syntax of the file is extremely simple. Whitespace and Lines
; The syntax of the file is extremely simple. Whitespace and lines
; beginning with a semicolon are silently ignored (as you probably guessed).
; Section headers (e.g. [Foo]) are also silently ignored, even though
; they might mean something in the future.

2
php.ini-production

@ -19,7 +19,7 @@
; See the PHP docs for more specific information.
; http://php.net/configuration.file
; The syntax of the file is extremely simple. Whitespace and Lines
; The syntax of the file is extremely simple. Whitespace and lines
; beginning with a semicolon are silently ignored (as you probably guessed).
; Section headers (e.g. [Foo]) are also silently ignored, even though
; they might mean something in the future.

Loading…
Cancel
Save