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-19 05:51:02 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3c0ac242584febeee40971d2ecf9366fc2d237d5
archived-php-src
/
ext
/
intl
/
transliterator
History
Dmitry Stogov
8939c4d96b
Get rid of ZEND_ACC_CTOR, ZEND_ACC_DTOR and ZEND_ACC_IMPLEMENTED_ABSTRACT
2018-09-05 13:16:10 +03:00
..
transliterator_class.c
Get rid of ZEND_ACC_CTOR, ZEND_ACC_DTOR and ZEND_ACC_IMPLEMENTED_ABSTRACT
2018-09-05 13:16:10 +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