]> granicus.if.org Git - php/commitdiff
Fixed bug #39358 (INSTALL_HEADERS contains incorrect reference to
authorIlia Alshanetsky <iliaa@php.net>
Fri, 3 Nov 2006 20:08:38 +0000 (20:08 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Fri, 3 Nov 2006 20:08:38 +0000 (20:08 +0000)
php_filter.h)

NEWS
ext/filter/config.m4

diff --git a/NEWS b/NEWS
index 733cda0366cc9ae36dbe6c8095164b7936f45b11..6f2c3c7dd6e38d59404e726d7c6def9be2ab0ef7 100644 (file)
--- 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)
index 0db0375e2679b4e501f1afee5b47c31b26161db4..b125c7e20c091a975978e94a47ba1a49084c09bf 100644 (file)
@@ -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