This commit is contained in:
foobar 2002-09-29 19:22:39 +00:00
parent 0e7e7ae961
commit 7aaa6bd77d

View file

@ -1527,6 +1527,7 @@ PHPAPI int php_execute_script(zend_file_handle *primary_file TSRMLS_DC)
} else { } else {
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]) {
append_file.filename = PG(auto_append_file); append_file.filename = PG(auto_append_file);
append_file.opened_path = NULL; append_file.opened_path = NULL;