php-src/ext/filter
Peter Kokot b558a18c15
Remove unused <extension>_SHARED_LIBADD variables (#13361)
These are used to store libraries needed to link when extension is
shared and needs libraries linked to it. Since other similar types of
extensions don't have these variables substituted in Makefile, these can
be also removed. The filter and mysqli don't need any libraries for
linking here.
2024-02-09 22:20:32 +01:00
..
tests Merge branch 'PHP-8.2' into PHP-8.3 2024-01-31 11:20:44 +01:00
callback_filter.c Extend deprecation notices to is_callable($foo) and callable $foo 2022-07-14 17:07:42 +02:00
config.m4 Remove unused <extension>_SHARED_LIBADD variables (#13361) 2024-02-09 22:20:32 +01:00
config.w32 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
CREDITS
filter.c Merge branch 'PHP-8.1' into PHP-8.2 2023-09-14 11:49:10 +02:00
filter.stub.php Rename @cname to @cvalue in stubs (#9043) 2022-07-19 15:11:42 +02:00
filter_arginfo.h Do not generate CONST_CS when registering constants (#9439) 2022-08-28 08:27:19 +02: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 Add FILTER_FLAG_GLOBAL_RANGE to filter Global IPs as per RFC 6890 2022-07-18 17:56:05 +01:00
php_filter.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
sanitizing_filters.c Reduce memory allocated by var_export, json_encode, serialize, and other (#8902) 2022-07-08 14:47:46 +02:00