. Fixed a bug when callback function returns a non-modified value.
. Added filter support for $_SERVER in cgi/apache2 sapis.
. Make sure PHP_SELF is filtered in Apache 1 sapi.
+ . Fixed bug #39358 (INSTALL_HEADERS contains incorrect reference to
+ php_filter.h).
- Fixed bug #39361 (Removed warning on empty haystack inside mb_strstr()).
(Ilia)
- Fixed bug #39354 (Allow building of curl extension against libcurl 7.16.0)
PHP_NEW_EXTENSION(filter, filter.c sanitizing_filters.c logical_filters.c callback_filter.c, $ext_shared)
PHP_SUBST(FILTER_SHARED_LIBADD)
- PHP_INSTALL_HEADERS([$ext_srcdir/php_filter.h])
+ PHP_INSTALL_HEADERS([ext/filter/php_filter.h])
fi