We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3f8746 commit c5780efCopy full SHA for c5780ef
tests/008.phpt
@@ -3,6 +3,7 @@ InterBase: event handling
3
--SKIPIF--
4
<?php
5
if (PHP_OS == "WINNT") echo "skip";
6
+if (PHP_DEBUG) echo "skip: Disabled in debug build until memory leak is fixed (See GitHub issue 45)";
7
include("skipif.inc");
8
?>
9
--FILE--
0 commit comments