summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2003-06-24 14:36:01 +0000
committerIlia Alshanetsky <iliaa@php.net>2003-06-24 14:36:01 +0000
commit419448238b5af27783d9a0c1dec72969e5367780 (patch)
treeb9939f5e460c5b9b3567b1c71e93127ddc74e081 /main
parent80031b0c9fec317862a6ad91e3bf14a0ea02472f (diff)
downloadphp-git-419448238b5af27783d9a0c1dec72969e5367780.tar.gz
Fixed typo.
Diffstat (limited to 'main')
-rw-r--r--main/fopen_wrappers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/fopen_wrappers.c b/main/fopen_wrappers.c
index 445e981b8f..37ccaa6d4b 100644
--- a/main/fopen_wrappers.c
+++ b/main/fopen_wrappers.c
@@ -164,7 +164,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