php-src/ext/xmlwriter
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 Fixed the UTF-8 and long path support in the streams on Windows. 2016-06-20 12:45:39 +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 catch more places for libxml headers search 2015-05-10 22:22:05 +02:00
CREDITS
php_xmlwriter.c Add zend_object_alloc() API 2017-11-25 17:12:37 +01:00
php_xmlwriter.h Update copyright headers to 2017 2017-01-02 09:30:12 -06:00
TODO Replaces php5 with php7, without whitespace changes. 2014-09-20 10:01:44 +02:00