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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user