Re: [PHP-CVS] com php-src: Fixed Bug #62005 (unexpected behavior when incrementally assigning to a member of a null object): NEWS Zend/tests/bug62005.phpt Zend/zend_execute.c

2012-05-12 Thread Stas Malyshev
Hi! Hi: this bug is kind of a serious one, since it's behavior wrongly. so maybe this one should merged to 5.3 and 5.4 branch.. Could you explain why the change you did fixes the bug? Why does it matter where zend_error is called? -- Stanislav Malyshev, Software Architect SugarCRM:

Re: [PHP-CVS] com php-src: Fixed Bug #62005 (unexpected behavior when incrementally assigning to a member of a null object): NEWS Zend/tests/bug62005.phpt Zend/zend_execute.c

2012-05-12 Thread Laruence
On Sat, May 12, 2012 at 2:00 PM, Stas Malyshev smalys...@sugarcrm.com wrote: Hi! Hi:    this bug is kind of a serious one, since it's behavior wrongly.    so maybe this one should merged to 5.3 and 5.4 branch.. Could you explain why the change you did fixes the bug? Why does it matter

Re: [PHP-CVS] com php-src: Fixed Bug #62005 (unexpected behavior when incrementally assigning to a member of a null object): NEWS Zend/tests/bug62005.phpt Zend/zend_execute.c

2012-05-12 Thread Stas Malyshev
Hi! in the zend_error-php_error_cb, it will rebuild the active_symbol_table(if it is not built), which will change the execute_data-CVs[0] . then ~ Hmmm... changing CVs when there are active pointers to them may be pretty bad idea. I think this fix does not fix the actual problem, only hides

[PHP-CVS] com php-src: update NEWS: NEWS

2012-05-12 Thread Stanislav Malyshev
Commit:58482206f5e101ea8a1768375439021891c84bdf Author:Stanislav Malyshev s...@php.net Wed, 9 May 2012 13:37:49 -0700 Parents: 6a5095582a1e3b9a065863c9990e2f001d1cdc10 Branches: PHP-5.4 Link: