This website requires JavaScript.
Explore
Help
Register
Sign In
php
/
archived-php-src
Watch
1
Star
0
Fork
0
You've already forked archived-php-src
mirror of
https://github.com/php/php-src.git
synced
2026-04-21 06:51:18 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5f4e034e570176cf63aaa29d2d476ddff2d0580b
archived-php-src
/
ext
/
intl
/
transliterator
History
Dmitry Stogov
b6cc4d2009
Use zval_ptr_dtor() instead of zval_dtor() in internal functions that destroy new created object (This is safer and produces less code)
2018-07-05 11:54:26 +03:00
..
transliterator_class.c
Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized destructors.
2018-07-04 19:22:24 +03:00
transliterator_class.h
first shot remove TSRMLS_* things
2014-12-13 23:06:14 +01:00
transliterator_methods.c
Use zval_ptr_dtor() instead of zval_dtor() in internal functions that destroy new created object (This is safer and produces less code)
2018-07-05 11:54:26 +03: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