php-src/ext/intl/breakiterator
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
..
breakiterator_class.cpp Fixed temporarily un-expected object re-init 2014-06-29 15:28:55 +08:00
breakiterator_class.h Fixed temporarily un-expected object re-init 2014-06-29 15:28:55 +08:00
breakiterator_iterators.cpp Fixed iterators 2014-06-29 21:54:39 +08:00
breakiterator_iterators.h Remove compilation warnings: "warning: no newline at end of file" 2013-08-20 11:01:20 -07:00
breakiterator_methods.cpp Fixed temporarily un-expected object re-init 2014-06-29 15:28:55 +08:00
breakiterator_methods.h Remove compilation warnings: "warning: no newline at end of file" 2013-08-20 11:01:20 -07:00
codepointiterator_internal.cpp BreakIterator: fix compat with old ICU versions 2012-06-25 12:05:13 +02:00
codepointiterator_internal.h Remove compilation warnings: "warning: no newline at end of file" 2013-08-20 11:01:20 -07:00
codepointiterator_methods.cpp Remove compilation warning "warning: no newline at end of file" 2013-08-20 11:04:26 -07:00
codepointiterator_methods.h Remove compilation warnings: "warning: no newline at end of file" 2013-08-20 11:01:20 -07:00
rulebasedbreakiterator_methods.cpp Partial fix that allows internal constructors to set $this to null. 2014-07-09 11:57:42 +04:00
rulebasedbreakiterator_methods.h Remove compilation warnings: "warning: no newline at end of file" 2013-08-20 11:01:20 -07:00