diff options
author | Elan Ruusamäe <glen@delfi.ee> | 2015-11-11 00:06:06 +0200 |
---|---|---|
committer | Elan Ruusamäe <glen@delfi.ee> | 2015-11-11 00:06:06 +0200 |
commit | 694570ab54d9f426323c3876671167d313324efe (patch) | |
tree | 10920d4d0e8a279ebea8f17ab865222a74dd7002 /main/php_ini.c | |
parent | baf97b1fcc0f8458955f33bcfd325e3130e1161f (diff) | |
download | php-git-694570ab54d9f426323c3876671167d313324efe.tar.gz |
Update php_ini.c
trivial typo fix
Diffstat (limited to 'main/php_ini.c')
-rw-r--r-- | main/php_ini.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |