php-src/ext/enchant
Daniel Scherzer ff810d5e36
Arginfo: reuse zend_string objects for initializing attribute values (#19241)
Avoid initializing the same string content multiple times and make use of the
fact that the strings created to initialize attribute values are not freed by
simply making use of an existing zend_string with the same content if one is
available.
2025-07-27 17:27:22 -07:00
..
tests Fix missing empty string checks in ext/enchant 2025-06-02 19:49:48 +02:00
config.m4 Update preprocessor macros help texts for enchant and snmp extensions (#15255) 2024-08-06 23:22:28 +02:00
config.w32 Update preprocessor macros help texts for enchant and snmp extensions (#15255) 2024-08-06 23:22:28 +02:00
CREDITS Revert "add myself as enchant maintainer" 2020-05-13 15:56:10 +02:00
enchant.c Fix missing empty string checks in ext/enchant 2025-06-02 19:49:48 +02:00
enchant.stub.php Replace @deprecated with #[\Deprecated] for internal constants (#18780) 2025-06-26 11:27:15 -07:00
enchant_arginfo.h Arginfo: reuse zend_string objects for initializing attribute values (#19241) 2025-07-27 17:27:22 -07:00
php_enchant.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00