Disable director_thread_runme.php
This fails in a ZTS build of PHP.
This commit is contained in:
parent
4fed2e6690
commit
ecf3ab5605
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue