sniper Mon May 23 05:41:51 2005 EDT Modified files: (Branch: PHP_5_0) /php-src NEWS Makefile.global Log: MFH: - Fixed bug #33017 ("make distclean" gives an error with VPATH build). http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.395&r2=1.1760.2.396&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1760.2.395 php-src/NEWS:1.1760.2.396 --- php-src/NEWS:1.1760.2.395 Mon May 23 02:49:48 2005 +++ php-src/NEWS Mon May 23 05:41:50 2005 @@ -21,6 +21,7 @@ RFC 2616 section 10.3.5) (Rasmus, Choitel) - Fixed bug #33019 (socket errors cause memory leaks in php_strerror()). (jwozniak23 at poczta dot onet dot pl, Tony). +- Fixed bug #33017 ("make distclean" gives an error with VPATH build). (Jani) - Fixed bug #33013 ("next month" was handled wrong while parsing dates). (Derick) - Fixed bug #32956 (mysql_bind_result() doesn't support MYSQL_TYPE_NULL). (Georg) http://cvs.php.net/diff.php/php-src/Makefile.global?r1=1.51&r2=1.51.2.1&ty=u Index: php-src/Makefile.global diff -u php-src/Makefile.global:1.51 php-src/Makefile.global:1.51.2.1 --- php-src/Makefile.global:1.51 Thu Dec 4 10:57:55 2003 +++ php-src/Makefile.global Mon May 23 05:41:51 2005 @@ -69,7 +69,7 @@ distclean: clean rm -f config.cache config.log config.status Makefile.objects Makefile.fragments libtool main/php_config.h stamp-h php5.spec sapi/apache/libphp5.module buildmk.stamp - egrep define'.*include/php' configure|sed 's/.*>//'|xargs rm -f + egrep define'.*include/php' $(top_srcdir)/configure|sed 's/.*>//'|xargs rm -f find . -name Makefile | xargs rm -f .PHONY: all clean install distclean test
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php