mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4: Fix typos
This commit is contained in:
commit
c542e969f2
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ static void php_ini_parser_cb(zval *arg1, zval *arg2, zval *arg3, int callback_t
|
|||
is_special_section = 1;
|
||||
has_per_dir_config = 1;
|
||||
|
||||
/* make the path lowercase on Windows, for case insensitivty. Does nothign for other platforms */
|
||||
/* make the path lowercase on Windows, for case insensitivity. Does nothing for other platforms */
|
||||
TRANSLATE_SLASHES_LOWER(key);
|
||||
|
||||
/* HOST sections */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue