Fix segmentation faults with directors in PHP >= 5.4
This commit is contained in:
parent
be145043df
commit
0dd7b61c57
3 changed files with 6 additions and 3 deletions
|
|
@ -3,7 +3,6 @@
|
|||
require "tests.php";
|
||||
require "director_basic.php";
|
||||
|
||||
/* Removed until runtime error is fixed, see https://github.com/swig/swig/issues/164
|
||||
// No new functions
|
||||
check::functions(array(foo_ping,foo_pong,foo_get_self,a_f,a_rg,a1_ff,myclass_method,myclass_vmethod,myclass_pmethod,myclass_cmethod,myclass_get_self,myclass_call_pmethod,myclasst_i_method));
|
||||
// No new classes
|
||||
|
|
@ -54,7 +53,6 @@ $cc->method($b);
|
|||
|
||||
check::equal($bc->x, 34, "bc failed");
|
||||
check::equal($bd->x, 16, "bd failed");
|
||||
*/
|
||||
|
||||
check::done();
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue