[PHP-DEV] PHP 5.2.17 Calls zend_mm_panic

2011-05-06 Thread Bruce Bailey
Hi I recently upgraded from PHP 5.2.3 to PHP 5.2.17. After that, some of my pages keep failing with either Segfaults or calls to zend_mm_panic. My gdb backtrace shows: (gdb) bt #0 zend_mm_panic (message=0xb71fbda4 "zend_mm_heap corrupted") at /src/php-5.2.17/Zend/zend_alloc.c:92 #1 0xb7

Re: [PHP-DEV] adding low level file handling stuff

2011-05-06 Thread Ferenc Kovacs
On Thu, May 5, 2011 at 2:30 AM, Ferenc Kovacs wrote: > > > On Sat, Apr 30, 2011 at 5:23 PM, Ferenc Kovacs wrote: >>> >>> I actually did consider adding support for an extended form of php://fd >>> where one would specify the desired file descriptor: php://fd//>> fd>. It would call dup2 instead of

Re: [PHP-DEV] adding low level file handling stuff

2011-05-06 Thread Ferenc Kovacs
On Sat, May 7, 2011 at 1:40 AM, Ferenc Kovacs wrote: > On Thu, May 5, 2011 at 2:30 AM, Ferenc Kovacs wrote: >> >> >> On Sat, Apr 30, 2011 at 5:23 PM, Ferenc Kovacs wrote: I actually did consider adding support for an extended form of php://fd where one would specify the desired fi