php-src/ext/intl/calendar
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
..
calendar_class.cpp Fixed get_debug_info 2014-06-28 23:30:46 +08:00
calendar_class.h Refactoring ext/intl (incompleted) 2014-06-28 00:02:50 +08:00
calendar_methods.cpp Fixed IntlCalendar::toDateTime() 2014-07-08 17:28:09 +04:00
calendar_methods.h intl: add intlcal_set_minimal_days_in_first_week() 2013-07-03 05:06:32 +01:00
gregoriancalendar_methods.cpp Partial fix that allows internal constructors to set $this to null. 2014-07-09 11:57:42 +04:00
gregoriancalendar_methods.h Initial checkin of calendar/timezone code. 2012-04-01 23:28:00 +01:00