summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-12-01 10:47:08 +0000
committerfoobar <sniper@php.net>2003-12-01 10:47:08 +0000
commit91b7cc20791d4a692a029ebdf292bb9e9c2c0c68 (patch)
treea0399ed4b0c4373921e576ac5b8a88e204d47f50 /main
parent80d552496cccce8c4253585ef5cb7b95d6824683 (diff)
downloadphp-git-91b7cc20791d4a692a029ebdf292bb9e9c2c0c68.tar.gz
- Moved ext/db to PECL.
# Derick copied the sources in CVS repository to preserve CVS log.
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 70b3c1b012..f27cb515d7 100644
--- a/main/main.c
+++ b/main/main.c
@@ -1548,7 +1548,7 @@ void php_module_shutdown(TSRMLS_D)
PHPAPI int php_execute_script(zend_file_handle *primary_file TSRMLS_DC)
{
zend_file_handle *prepend_file_p, *append_file_p;
- zend_file_handle prepend_file, append_file;
+ zend_file_handle prepend_file = {0}, append_file = {0};
#if HAVE_BROKEN_GETCWD
int old_cwd_fd = -1;
#else