projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39e7dcc
)
virtual_cwd_activate() should be called only in one place
author
Anatol Belski
<ab@php.net>
Thu, 31 Oct 2013 23:56:22 +0000
(
00:56
+0100)
committer
Anatol Belski
<ab@php.net>
Thu, 31 Oct 2013 23:56:22 +0000
(
00:56
+0100)
Zend/zend.c
patch
|
blob
|
history
diff --git
a/Zend/zend.c
b/Zend/zend.c
index b98d264a3c050ec66870b6aa1f0c77bdc0594c20..b86eca477c74a788e276598ab76b264daf3a8922 100644
(file)
--- a/
Zend/zend.c
+++ b/
Zend/zend.c
@@
-921,7
+921,6
@@
ZEND_API char *get_zend_version(void) /* {{{ */
void zend_activate(TSRMLS_D) /* {{{ */
{
- virtual_cwd_activate(TSRMLS_C);
gc_reset(TSRMLS_C);
init_compiler(TSRMLS_C);
init_executor(TSRMLS_C);