php-src/ext/xsl
2017-10-24 17:27:31 +03:00
..
tests Merge branch 'PHP-7.1' into PHP-7.2 2017-09-11 18:20:42 +02:00
config.m4 Fix long-standing visual pain point: the misalignment of './configure help' text. 2013-08-06 11:06:09 -07:00
config.w32 fix libxml2 headers lookup 2015-05-13 15:20:19 +02:00
CREDITS
php_xsl.c 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
php_xsl.h Update copyright headers to 2017 2017-01-04 11:23:42 -06:00
xsl_fe.h Update copyright headers to 2017 2017-01-04 11:23:42 -06:00
xsltprocessor.c Avoid HashTable allocations for empty arrays (using zend_empty_array). 2017-10-24 17:27:31 +03:00