php-src/ext/filter
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 Replace @deprecated with #[\Deprecated] for internal constants (#18780) 2025-06-26 11:27:15 -07:00
callback_filter.c Avoid making a redundant copy in php_filter_callback() (#18794) 2025-06-08 11:23:31 +02:00
config.m4 Autotools: Normalize and quote all PHP_NEW_EXTENSION arguments (#15144) 2024-07-29 00:14:59 +02:00
config.w32 Add pcre dependency as required to ext/filter (#15099) 2024-07-24 23:30:57 +02:00
CREDITS
filter.c Replace @deprecated with #[\Deprecated] for internal constants (#18780) 2025-06-26 11:27:15 -07:00
filter.stub.php Replace @deprecated with #[\Deprecated] for internal constants (#18780) 2025-06-26 11:27:15 -07:00
filter_arginfo.h Arginfo: reuse zend_string objects for initializing attribute values (#19241) 2025-07-27 17:27:22 -07:00
filter_private.h Add FILTER_FLAG_GLOBAL_RANGE to filter Global IPs as per RFC 6890 2022-07-18 17:56:05 +01:00
logical_filters.c Merge branch 'PHP-8.4' 2025-04-11 23:36:42 +02:00
php_filter.h ext/filter: Remove dead code about session globals 2025-04-02 02:20:16 +01:00
sanitizing_filters.c Output blocks of safe chars in php_filter_encode_html() 2025-06-09 11:12:17 +02:00