php-src/ext/xmlreader
DanielEScherzer 7a8b1f683b
Generated arginfo header files: use known strings for prop names when… (#15751)
Instead of allocating, using, and then releasing a zend_string for every
property name unconditionally, only do so when the minimum supported version of
PHP does not have that string in its known strings (ZEND_KNOWN_STRINGS). If the
string is already known, just use the known version directly. This is already
done for some non-generated class registrations, e.g. in
`zend_enum_register_props()`.
2024-09-30 13:22:34 +02:00
..
tests Fix property_exists() and unset() for XMLReader (#16079) 2024-09-28 21:08:47 +02:00
config.m4 Sync HAVE_<extension> help texts (#15167) 2024-08-02 01:41:47 +02:00
config.w32 Sync HAVE_<extension> help texts (#15167) 2024-08-02 01:41:47 +02:00
CREDITS
php_xmlreader.c Merge branch 'PHP-8.4' 2024-09-28 21:09:06 +02:00
php_xmlreader.h Simplify prop handler of XMLReader (#14023) 2024-04-20 23:22:38 +02:00
php_xmlreader.stub.php Use virtual annotation in XMLReader 2024-08-26 21:17:49 +02:00
php_xmlreader_arginfo.h Generated arginfo header files: use known strings for prop names when… (#15751) 2024-09-30 13:22:34 +02:00