Skip to content

Commit 09cae9d

Browse files
committed
Disable 008.phpt event test altogether
1 parent 00ad59f commit 09cae9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/008.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ InterBase: event handling
33
--SKIPIF--
44
<?php
55
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)";
6+
echo "skip: Disabled in until event handling is fixed";
77
include("skipif.inc");
88
?>
99
--FILE--

0 commit comments

Comments
 (0)