projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06f056a
)
This increment is not necessary anymore.
author
Dmitry Stogov
<dmitry@zend.com>
Tue, 11 Sep 2018 19:56:31 +0000
(22:56 +0300)
committer
Dmitry Stogov
<dmitry@zend.com>
Tue, 11 Sep 2018 19:56:31 +0000
(22:56 +0300)
Zend/zend_execute.c
patch
|
blob
|
history
diff --git
a/Zend/zend_execute.c
b/Zend/zend_execute.c
index 0c1c72d6b043f3288403d01f6ccff791a8e2d59c..fa2f17571de145a1160840a98fc53a1ec20a35a9 100644
(file)
--- a/
Zend/zend_execute.c
+++ b/
Zend/zend_execute.c
@@
-187,7
+187,6
@@
ZEND_API void zend_vm_stack_init(void)
{
EG(vm_stack_page_size) = ZEND_VM_STACK_PAGE_SIZE;
EG(vm_stack) = zend_vm_stack_new_page(ZEND_VM_STACK_PAGE_SIZE, NULL);
- EG(vm_stack)->top++;
EG(vm_stack_top) = EG(vm_stack)->top;
EG(vm_stack_end) = EG(vm_stack)->end;
}