php-src/ext/tidy
Nikita Popov b72b1a4e4d Add zend_object_alloc() API
Using ecalloc() to create objects is expensive, because the
dynamic-size memset() is unreasonably slow. Make sure we only
zero the main object structure with known size, as the properties
are intialized separately anyway.

Technically we do not need to zero the embedded zend_object
structure either, but as long as the memset argument is constant,
a couple more bytes don't really matter.
2017-11-25 17:12:37 +01:00
..
tests ext/tidy: work around a legacy libtidy bug in a test. 2016-07-11 14:05:43 +02:00
config.m4 improve lib name guessing for newer libtidy 2016-11-09 11:28:50 +01:00
config.w32 fix config.w32 for new libtidy support 2016-07-11 14:05:43 +02:00
CREDITS
php_tidy.def
php_tidy.h Update copyright headers to 2017 2017-01-02 09:30:12 -06:00
tidy.c Add zend_object_alloc() API 2017-11-25 17:12:37 +01:00