Update php_ini.c

trivial typo fix
This commit is contained in:
Elan Ruusamäe 2015-11-11 00:06:06 +02:00
parent baf97b1fcc
commit 694570ab54

View File

@ -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);