1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 16:22:37 +01:00

MFH: typo fix.

This commit is contained in:
Ilia Alshanetsky
2003-06-24 14:36:18 +00:00
parent 557fd9b7a3
commit 701c81c7d1

View File

@@ -165,7 +165,7 @@ PHPAPI int php_check_specific_open_basedir(const char *basedir, const char *path
PHPAPI int php_check_open_basedir(const char *path TSRMLS_DC)
{
return php_check_open_basedir_ex(path, 1 TSRMLS_DC);
return php_check_open_basedir_ex(path, 1 TSRMLS_CC);
}
/* {{{ php_check_open_basedir