php-src/ext/intl/msgformat
Dmitry Stogov 1dd07d6bf4 Partial fix that allows internal constructors to set $this to null.
The address of $this passed to drectly called internal constructor in execute_data->return_value.
Internal constructors should use ZEND_CTOR_MAKE_NULL() macro (insted of previous ZEND_NULL(EG(This))) to do the work.

This patch doesn't fix the problem for indirectly called constructors. e.g. parant::__construct().
2014-07-09 11:57:42 +04:00
..
msgformat_attr.c Refactoring ext/intl (incompleted) 2014-06-28 00:02:50 +08:00
msgformat_attr.h Remove executable bit from files 2012-07-30 10:25:17 +02:00
msgformat_class.c Refactoring ext/intl (incompleted) 2014-06-28 00:02:50 +08:00
msgformat_class.h Refactoring ext/intl (incompleted) 2014-06-28 00:02:50 +08:00
msgformat_data.c Merge branch '5.4' 2012-07-30 11:04:48 +02:00
msgformat_data.h Merge branch '5.4' 2012-07-30 11:04:48 +02:00
msgformat_format.c Refactoring ext/intl (incompleted) 2014-06-28 00:02:50 +08:00
msgformat_format.h Remove executable bit from files 2012-07-30 10:25:17 +02:00
msgformat_helpers.cpp Fixed compilation problems 2014-06-30 18:08:16 +04:00
msgformat_helpers.h Refactoring ext/intl (incompleted) 2014-06-28 00:02:50 +08:00
msgformat_parse.c Refactoring ext/intl (only compilerable now, far to finish :<) 2014-06-28 12:20:35 +08:00
msgformat_parse.h Remove executable bit from files 2012-07-30 10:25:17 +02:00
msgformat.c Partial fix that allows internal constructors to set $this to null. 2014-07-09 11:57:42 +04:00
msgformat.h Remove executable bit from files 2012-07-30 10:25:17 +02:00