mirror of
https://github.com/php/php-src.git
synced 2024-12-22 08:20:23 +08:00
Update php_ini.c
trivial typo fix
This commit is contained in:
parent
baf97b1fcc
commit
694570ab54
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user