Bug#513916: [php-maint] Bug#513916: php5: php <= 5.2.0-8+etch13 (debian etch): PHP Bug #40191: use of array_unique triggers segfault. http://bugs.php.net/bug.php?id=40191

2009-02-04 Thread Dino Ciuffetti
> could you send the patch in unified diff (diff -u) format? we have a > couple > other pending patches so it might be about time to send this off to > proposed-updates. Ok. It is in attach. Thank you! Ciao, Dino. -- Dino Ciuffetti Linux System Administrator a

Bug#513916: [php-maint] Bug#513916: php5: php <= 5.2.0-8+etch13 (debian etch): PHP Bug #40191: use of array_unique triggers segfault. http://bugs.php.net/bug.php?id=40191

2009-02-03 Thread Dino Ciuffetti
_unique($arrObj); print_r($arr); ?>' > sapi/cli/bug.php nob...@giubox:/mnt/samba/Downloads/temp/php-5.2.0$ nob...@giubox:/mnt/samba/Downloads/temp/php-5.2.0$ /tmp/php1/bin/php sapi/cli/bug.php X-Powered-By: PHP/5.2.0 Content-type: text/html Array ( [0] => foo [1] => bar ) Bu

Bug#513916: php5: php <= 5.2.0-8+etch13 (debian etch): PHP Bug #40191: use of array_unique triggers segfault. http://bugs.php.net/bug.php?id=40191

2009-02-02 Thread Dino Ciuffetti
Package: php5 Version: 5.2.0-8+etch13 Severity: normal This is PHP bug number #40191, fixed in major versions: http://bugs.php.net/bug.php?id=40191 Description: when using array_unique to unify an ArrayObject, PHP runs into a segfault. Reproduce code: --- append('foo');