]> granicus.if.org Git - php/commit
Fix bug #72767
authorNikita Popov <nikic@php.net>
Fri, 5 Aug 2016 17:51:51 +0000 (19:51 +0200)
committerNikita Popov <nikic@php.net>
Fri, 5 Aug 2016 17:55:10 +0000 (19:55 +0200)
commit807e81937b290ddb71152196aae3bbaca9a53c7e
treee62852a2bd44226d0c5972fdb8773ce9e6f8d6e7
parent62f12a8b86fe40e5ce99d6280c4ee977ef46cc75
Fix bug #72767

The page size calculation did not account for the size of the
stack header (or rather it did account for it, but in the wrong
direction...)
NEWS
Zend/tests/bug72767.phpt [new file with mode: 0644]
Zend/zend_execute.c