From: Ilia Alshanetsky Date: Fri, 3 Nov 2006 20:08:38 +0000 (+0000) Subject: Fixed bug #39358 (INSTALL_HEADERS contains incorrect reference to X-Git-Tag: php-5.2.1RC1~343 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6516d8e1d6440f83f8556e164e8a73fb66d465ae;p=php Fixed bug #39358 (INSTALL_HEADERS contains incorrect reference to php_filter.h) --- diff --git a/NEWS b/NEWS index 733cda0366..6f2c3c7dd6 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,8 @@ PHP NEWS . 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) diff --git a/ext/filter/config.m4 b/ext/filter/config.m4 index 0db0375e26..b125c7e20c 100644 --- a/ext/filter/config.m4 +++ b/ext/filter/config.m4 @@ -91,5 +91,5 @@ yes 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