Re: [PHP-DEV] Cast trap with INI entries compiling C++ extension

2011-10-03 Thread Olivier Favre
I finally managed to submit the patch... I used iceweasel 6.0.2 instead of Google Chrome 14.0.835.186... or maybe the captcha was just in a better mood! The link to the bug report: https://bugs.php.net/bug.php?id=55835 Yours, -- Olivier Favre Software engineer Yakaz www.yakaz.com 2011/9/30

Re: [PHP-DEV] Cast trap with INI entries compiling C++ extension

2011-10-03 Thread Ferenc Kovacs
there was a problem with bugs.php.net, so the captcha error was on our end. thanks for the report On Mon, Oct 3, 2011 at 10:01 AM, Olivier Favre oliv...@yakaz.com wrote: I finally managed to submit the patch... I used iceweasel 6.0.2 instead of Google Chrome 14.0.835.186... or maybe the captcha

Re: [PHP-DEV] Question about ABI compatibility for an ext/xsl patch and an API question for the implementation

2011-10-03 Thread Christian Stocker
On 27.09.11 07:03, Christian Stocker wrote: Hi again I just had the idea for a 4th option. Won't be less controversy, but it's backwards and forwards compatible. 4) use a php ini setting in PHP 5.3 So, here's a patch for PHP_5_3 with this approach https://gist.github.com/1259520 can

[PHP-DEV] zend memory managment null pointer dereference

2011-10-03 Thread Chester, Alan
Hi, I have recently seen httpd core dump on my system. After looking into this issue it is the php module which is actually core dumping more specifically the zend memory management part of php. #0 0x0115d224 in zend_mm_remove_from_free_list (heap=0x99596e8, p=value optimized out) at

Re: [PHP-DEV] zend memory managment null pointer dereference

2011-10-03 Thread Antony Dovgal
On 10/03/2011 11:42 PM, Chester, Alan wrote: Hi, I have recently seen httpd core dump on my system. After looking into this issue it is the php module which is actually core dumping more specifically the zend memory management part of php. #0 0x0115d224 in zend_mm_remove_from_free_list

Re: [PHP-DEV] zend memory managment null pointer dereference

2011-10-03 Thread Antony Dovgal
On 10/04/2011 12:06 AM, Chester, Alan wrote: Antony, Thank you for the quick response. I will work towards finding a reproducer and using valgrind to gather more information. Since I have been trying for to find a reproducer but have had no luck so far, do you think reducing the cache size

[PHP-DEV] Bug with static property access

2011-10-03 Thread Chris Stockton
Hello, I noticed the following odd behavior earlier today, there is definitely a bug here in my opinion, the bug is either the error message or the behavior. I think the behavior is possibly expected. I'll let some others comment. The reason I think the error is odd is because it is very