diff options
| author | Stig Bakken <ssb@php.net> | 2000-02-17 20:32:51 +0000 |
|---|---|---|
| committer | Stig Bakken <ssb@php.net> | 2000-02-17 20:32:51 +0000 |
| commit | 2f633d91caa56e9e940c1e0aa5e0a791ba95fa2d (patch) | |
| tree | 446d6bc0724ee9ba412c7f15bf0f88382c6078c7 | |
| parent | d526de3fa8c8c7593822a7695b6b1c234c75f9ba (diff) | |
| download | php-git-2f633d91caa56e9e940c1e0aa5e0a791ba95fa2d.tar.gz | |
typo
| -rw-r--r-- | main/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main.c b/main/main.c index a2a622763c..2e6f8a2d34 100644 --- a/main/main.c +++ b/main/main.c @@ -1116,7 +1116,7 @@ PHPAPI void php_execute_script(zend_file_handle *primary_file CLS_DC ELS_DC PLS_ prepend_file_p = NULL; } if (PG(auto_append_file) && PG(auto_append_file)[0] && - strncmp(PG(auto_prepend_file), "none", 4) != 0) { + strncmp(PG(auto_append_file), "none", 4) != 0) { append_file.filename = PG(auto_append_file); append_file.free_filename = 0; append_file.type = ZEND_HANDLE_FILENAME; |
