]> granicus.if.org Git - php/commitdiff
Fixed memory leaks caused by exceptions thrown from destructors (fixed test).
authorDmitry Stogov <dmitry@zend.com>
Wed, 7 Dec 2016 11:20:43 +0000 (14:20 +0300)
committerDmitry Stogov <dmitry@zend.com>
Wed, 7 Dec 2016 11:20:43 +0000 (14:20 +0300)
Zend/tests/temporary_cleaning_014.phpt

index a64f5a1d950d5486ce8cbc5e009176d6c326d300..39effae18ab7ac0a626f802175bb314945a93154 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Leak in JMP_SET
+--SKIPIF--
+<?php if (!extension_loaded("gmp")) print "skip"; ?>
 --FILE--
 <?php
 set_error_handler(function() { throw new Exception; });