Edit report at https://bugs.php.net/bug.php?id=62313&edit=1
ID: 62313 Comment by: a...@php.net Reported by: a...@php.net Summary: Zend\tests\errmsg_021.phpt fails Status: Open Type: Bug Package: Reproducible crash Operating System: windows PHP Version: 5.4Git-2012-06-13 (snap) Block user comment: N Private report: N New Comment: the patch was updated to exlude zend_disable_class only from optimization Previous Comments: ------------------------------------------------------------------------ [2012-06-15 15:52:55] a...@php.net The following patch has been added/updated: Patch Name: 62313.patch Revision: 1339775574 URL: https://bugs.php.net/patch-display.php?bug=62313&patch=62313.patch&revision=1339775574 ------------------------------------------------------------------------ [2012-06-15 10:38:28] paj...@php.net Disable optimization for the new handler is going to kill many perf improvements in 5.4+. I am sure the issue occurs later on, inside the error management or the ini fetching code. But I cannot let this patch in as it is now, disabling optimization for new is no-no :) ------------------------------------------------------------------------ [2012-06-15 09:39:27] a...@php.net The fail seems to be caused only in builds using PGO, the patch disables it for the relevant place. ------------------------------------------------------------------------ [2012-06-15 09:38:28] a...@php.net The following patch has been added/updated: Patch Name: 62313.patch Revision: 1339753108 URL: https://bugs.php.net/patch-display.php?bug=62313&patch=62313.patch&revision=1339753108 ------------------------------------------------------------------------ [2012-06-13 11:46:49] a...@php.net Description: ------------ Test diff: 002- Done What is really going on behind the scenes is a crash. The strange thing here is - it fails only on the snapshots, running the test on a self compiled binary passes. Expected result: ---------------- test pass Actual result: -------------- test fail ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=62313&edit=1