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-22 23:48:14 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b84cbefa940bef25cfb464c2d99f03ebcb611e25
archived-php-src
/
ext
/
xsl
T
History
Dmitry Stogov
9cf87aa196
Avoid HashTable allocations for empty arrays (using zend_empty_array).
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
…
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