From: Elan Ruusamäe Date: Tue, 10 Nov 2015 22:06:06 +0000 (+0200) Subject: Update php_ini.c X-Git-Tag: php-7.1.0alpha1~748^2~8^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=694570ab54d9f426323c3876671167d313324efe;p=php Update php_ini.c trivial typo fix --- diff --git a/main/php_ini.c b/main/php_ini.c index 17d4e31aeb..1748199bb5 100644 --- a/main/php_ini.c +++ b/main/php_ini.c @@ -638,7 +638,7 @@ int php_init_config(void) } if (!debpath[0]) { /* empty string means default builtin value - to allow "/foo/phd.d:" or ":/foo/php.d" */ + to allow "/foo/php.d:" or ":/foo/php.d" */ debpath = PHP_CONFIG_FILE_SCAN_DIR; } lenpath = (int)strlen(debpath);