php-src/ext/filter
DanielEScherzer 171501b93f
Replace @deprecated with #[\Deprecated] for internal constants (#18780)
Only covers constants declared via stub files, others will be handled
separately in a later commit.

Does not include the intl extension, since that had some errors relating to the
cpp code; that extension will be updated separately.
2025-06-26 11:27:15 -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 Replace @deprecated with #[\Deprecated] for internal constants (#18780) 2025-06-26 11:27:15 -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