summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2001-08-31 14:34:40 +0000
committerZeev Suraski <zeev@php.net>2001-08-31 14:34:40 +0000
commit6bba521dd3d867aae2a80603b8b27000c9320d67 (patch)
treee7490aebfa1dd49c93c64d4280f1e705a3e33204 /main
parentcc747779ce8b987b7f64ebe050f50ddfd5394475 (diff)
downloadphp-git-6bba521dd3d867aae2a80603b8b27000c9320d67.tar.gz
API update
Diffstat (limited to 'main')
-rw-r--r--main/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main.c b/main/main.c
index 8bbe36415c..7a46bde331 100644
--- a/main/main.c
+++ b/main/main.c
@@ -1307,7 +1307,7 @@ PHPAPI int php_execute_script(zend_file_handle *primary_file TSRMLS_DC)
} else {
append_file_p = NULL;
}
- zend_execute_scripts(ZEND_REQUIRE TSRMLS_CC, 3, prepend_file_p, primary_file, append_file_p);
+ zend_execute_scripts(ZEND_REQUIRE TSRMLS_CC, NULL, 3, prepend_file_p, primary_file, append_file_p);
} zend_end_try();
if (old_cwd[0] != '\0') {