sniper Mon May 23 05:44:00 2005 EDT Modified files: (Branch: PHP_4_3) /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.1247.2.910&r2=1.1247.2.911&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.910 php-src/NEWS:1.1247.2.911 --- php-src/NEWS:1.1247.2.910 Sun May 22 12:45:41 2005 +++ php-src/NEWS Mon May 23 05:43:59 2005 @@ -13,6 +13,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 #32974 (pcntl calls malloc() from a signal handler). (Wez) @@ -24,8 +25,7 @@ - Fixed bug #32813 (parse_url() does not handle scheme-only urls properly). (Ilia) - Fixed bug #32802 (General cookie overrides more specific cookie). (Ilia) - Fixed bugs #32800, #32830 (ext/odbc: Problems with 64bit systems). (Jani) -- Fixed bug #32773 (GMP fincs break when second parameter is 0) and made right - fix for GMP FPEs (Stas) +- Fixed bug #32773 (GMP functions break when second parameter is 0). (Stas) - Fixed bug #32742 (segmentation fault when the stream with a wrapper is not closed). (Tony, Dmitry) - Fixed bug #32730 (ext/crack.c fails to compile with cracklib-2.8.3). (Jani) http://cvs.php.net/diff.php/php-src/Makefile.global?r1=1.40.2.14&r2=1.40.2.15&ty=u Index: php-src/Makefile.global diff -u php-src/Makefile.global:1.40.2.14 php-src/Makefile.global:1.40.2.15 --- php-src/Makefile.global:1.40.2.14 Thu Dec 4 10:59:04 2003 +++ php-src/Makefile.global Mon May 23 05:43:59 2005 @@ -71,7 +71,7 @@ distclean: clean rm -f config.cache config.log config.status Makefile.objects Makefile.fragments libtool main/php_config.h stamp-h php4.spec sapi/apache/libphp4.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