[Bug 984381] [NEW] PHP 5.3.6-13ubuntu3.6 with Suhosin-Patch crashes when using SPLFixedArray built-in class

2012-04-17 Thread Attila M. Magyar
Public bug reported: Test script --- spl_fixed_array.php: ?php for ($i = 0; $i != 1; ++$i) { fprintf(STDERR, $i\n); $array = new SplFixedArray(1); $array-offsetSet(0, array($array)); } ? Running --- php spl_fixed_array.php

[Bug 984381] [NEW] PHP 5.3.6-13ubuntu3.6 with Suhosin-Patch crashes when using SPLFixedArray built-in class

2012-04-17 Thread Attila M. Magyar
Public bug reported: Test script --- spl_fixed_array.php: ?php for ($i = 0; $i != 1; ++$i) { fprintf(STDERR, $i\n); $array = new SplFixedArray(1); $array-offsetSet(0, array($array)); } ? Running --- php spl_fixed_array.php

[Bug 725672] [NEW] PHP 5.3.3-1ubuntu9.3 with Suhosin-Patch crashes (segfault) when using big SplFixedArray

2011-02-26 Thread Attila M. Magyar
Public bug reported: Binary package hint: php5 Test script: -- test.php: ?php $data = new SplFixedArray(10); for ($i = 0; $i 10; ++$i) { fprintf(STDERR, $i\n); $data-offsetSet($i, array(1, 2)); } ? Running: --- php test.php Expected result:

[Bug 725672] [NEW] PHP 5.3.3-1ubuntu9.3 with Suhosin-Patch crashes (segfault) when using big SplFixedArray

2011-02-26 Thread Attila M. Magyar
Public bug reported: Binary package hint: php5 Test script: -- test.php: ?php $data = new SplFixedArray(10); for ($i = 0; $i 10; ++$i) { fprintf(STDERR, $i\n); $data-offsetSet($i, array(1, 2)); } ? Running: --- php test.php Expected result: