RE: [PHP-DEV] array_walk segmentation fault[11]

2002-04-11 Thread Pierre-Alain Joye
oops forgot Configuration : php 4.1.2 RH 7.2 ( latest official update ) command line or apache (1.3.23) module Don t have the latest cvs to test, sorry. pa -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] array_walk segmentation fault[11]

2002-04-11 Thread Pierre-Alain Joye
Hello, Just testing a script ( link at the bottom of this mail) If I set the $mode_segfault ;), I got a seg fault, else no prob. As you will see in the source, I ve got 2 identical arrays, one in a class, the other not. The script has a bug, I have to add a test ( isset( $item['sub'] ) ) insid