iliaa Fri Nov 3 20:08:39 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/filter config.m4
/php-src NEWS
Log:
Fixed bug #39358 (INSTALL_HEADERS contains incorrect reference to
php_filter.h)
http://cvs.php.net/viewvc.cgi/php-src/ext/filter/config.m4?r1=1.6&r2=1.6.2.1&diff_format=u
Index: php-src/ext/filter/config.m4
diff -u php-src/ext/filter/config.m4:1.6 php-src/ext/filter/config.m4:1.6.2.1
--- php-src/ext/filter/config.m4:1.6 Sat Jan 14 15:04:12 2006
+++ php-src/ext/filter/config.m4 Fri Nov 3 20:08:38 2006
@@ -1,4 +1,4 @@
-dnl $Id: config.m4,v 1.6 2006/01/14 15:04:12 sniper Exp $
+dnl $Id: config.m4,v 1.6.2.1 2006/11/03 20:08:38 iliaa Exp $
dnl config.m4 for input filtering extension
PHP_ARG_ENABLE(filter, whether to enable input filter support,
@@ -91,5 +91,5 @@
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
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.324&r2=1.2027.2.547.2.325&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.324 php-src/NEWS:1.2027.2.547.2.325
--- php-src/NEWS:1.2027.2.547.2.324 Fri Nov 3 19:55:51 2006
+++ php-src/NEWS Fri Nov 3 20:08:38 2006
@@ -5,6 +5,8 @@
. 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 CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php