php-src/ext/intl/transliterator
Nikita Popov e74b84a9fe Fix Intl constructor leaks
Drop the Z_OBJ(return_value) = NULL hack and return status code
from ctor function instead.
2015-04-17 10:33:59 +02:00
..
transliterator_class.c Move zend_object->guards into additional slot of zend_object->properties_table[]. As result size of objects without __get/__set/__unset/__isset magic methods is reduced. 2015-02-04 15:24:13 +03:00
transliterator_class.h first shot remove TSRMLS_* things 2014-12-13 23:06:14 +01:00
transliterator_methods.c Fix Intl constructor leaks 2015-04-17 10:33:59 +02:00
transliterator_methods.h s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
transliterator.c first shot remove TSRMLS_* things 2014-12-13 23:06:14 +01:00
transliterator.h Add smart_str_append for appending zend_strings 2014-09-21 20:58:31 +02:00