diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2003-06-24 14:36:01 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2003-06-24 14:36:01 +0000 |
| commit | 419448238b5af27783d9a0c1dec72969e5367780 (patch) | |
| tree | b9939f5e460c5b9b3567b1c71e93127ddc74e081 /main | |
| parent | 80031b0c9fec317862a6ad91e3bf14a0ea02472f (diff) | |
| download | php-git-419448238b5af27783d9a0c1dec72969e5367780.tar.gz | |
Fixed typo.
Diffstat (limited to 'main')
| -rw-r--r-- | main/fopen_wrappers.c | 2 |
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 |
