php-src/ext/intl/calendar
Nikita Popov 26f8fc833b Enable and fix printf() format warnings
Add _unchecked() variants of zend_spprintf and zend_strpprintf for
cases where we specifically want to disable these checks, such as
use of %H.
2017-11-16 21:15:36 +01:00
..
calendar_class.cpp Refactored array creation API. array_init() and array_init_size() are converted into macros calling zend_new_array(). They are not functions anymore and don't return any values. 2017-09-20 02:25:56 +03:00
calendar_class.h first shot remove TSRMLS_* things 2014-12-13 23:06:14 +01:00
calendar_methods.cpp Enable and fix printf() format warnings 2017-11-16 21:15:36 +01:00
calendar_methods.h s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
gregoriancalendar_methods.cpp Fixed redundand internal constructor behavior (they shouldn't return NULL anymore) 2015-05-07 10:38:47 +03:00
gregoriancalendar_methods.h s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00