]> granicus.if.org Git - php/commitdiff
Added an ini option to hide the expected memory leak. This is done for
authorIlia Alshanetsky <iliaa@php.net>
Thu, 24 Oct 2002 17:02:44 +0000 (17:02 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 24 Oct 2002 17:02:44 +0000 (17:02 +0000)
compatibility with systems where report_memleak is turned off or running
PHP with --disable-debug.

ext/domxml/tests/001.phpt

index 300c6968696c44a17b7b823224cd2f1c7afc9400..917742ee9a4c0e9dfdc55fe1a3997b947d97fdd1 100644 (file)
@@ -1,11 +1,10 @@
 --TEST--
 Test 1: Accessing single node
+--INI--
+report_memleaks=0
 --SKIPIF--
 <?php if(!extension_loaded("domxml")) print "skip"; ?>
---POST--
---GET--
 --FILE--
-
 <?php
 require_once("domxml_test.inc");