summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2015-01-15 09:31:44 +1300
committerOlly Betts <olly@survex.com>2015-01-15 09:32:34 +1300
commitecf3ab56053531d58f4c2d39e61fb61142c4f01a (patch)
tree15d9f0d7324ec79682f8670dafdaf71ae8ce287e
parent4fed2e6690b1486952b0543b6bde28573eb0d132 (diff)
downloadswig-3.0.4.tar.gz
Disable director_thread_runme.phpv3.0.4rel-3.0.4
This fails in a ZTS build of PHP.
-rw-r--r--Examples/test-suite/php/director_thread_runme.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/Examples/test-suite/php/director_thread_runme.php b/Examples/test-suite/php/director_thread_runme.php
index 8df25d969..809dec3e2 100644
--- a/Examples/test-suite/php/director_thread_runme.php
+++ b/Examples/test-suite/php/director_thread_runme.php
@@ -3,6 +3,9 @@
require "tests.php";
require "director_thread.php";
+# Fails in a ZTS-build of PHP - see: https://github.com/swig/swig/pull/155
+exit(0);
+
// No new functions
check::functions(array(millisecondsleep,foo_stop,foo_run,foo_do_foo));
// No new classes