This commit is contained in:
Stig Bakken 2000-02-17 20:32:51 +00:00
parent d526de3fa8
commit 2f633d91ca

View File

@ -1116,7 +1116,7 @@ PHPAPI void php_execute_script(zend_file_handle *primary_file CLS_DC ELS_DC PLS_
prepend_file_p = NULL; prepend_file_p = NULL;
} }
if (PG(auto_append_file) && PG(auto_append_file)[0] && 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.filename = PG(auto_append_file);
append_file.free_filename = 0; append_file.free_filename = 0;
append_file.type = ZEND_HANDLE_FILENAME; append_file.type = ZEND_HANDLE_FILENAME;