Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed bug #63428 (The behavior of execute() changed) #227

Closed
wants to merge 1 commit into from

Conversation

reeze
Copy link
Contributor

@reeze reeze commented Nov 3, 2012

After the patch: f627be5

Test Zend/tests/bug35437.phpt failed when zend_execute
wasn't function execute, such as dtrace or xdebug enabled.

execute() will call zend_vm_stack_alloc even EG(exception) is not null (that was changed),
which will case segfault when testing bug35437.phpt

Test Zend/tests/bug35437.phpt failed when zend_execute
wasn't function execute, such as dtrace or xdebug enabled.
@laruence
Copy link
Member

laruence commented Nov 3, 2012

we prefer bugs.php.net, for such a minor fix, it's better if you don't open two threads... both here and bugs.php.net

thanks

@php-pulls
Copy link

Comment on behalf of laruence at php.net:

bug fix in another way, since your fix will make all execute check twice EG(exception), anyway, thanks for reporting this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants