summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-05-23 09:43:59 +0000
committerfoobar <sniper@php.net>2005-05-23 09:43:59 +0000
commit0031c498a3bf22c4a3213b7c5c72be578c5f87af (patch)
tree114f310ea9a4c2fbc332207946ebc48214dcced4
parentadd1f2f783808411ecc1a4ca429d187dc426d964 (diff)
downloadphp-git-0031c498a3bf22c4a3213b7c5c72be578c5f87af.tar.gz
MFH: - Fixed bug #33017 ("make distclean" gives an error with VPATH build).
-rw-r--r--Makefile.global2
-rw-r--r--NEWS4
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.global b/Makefile.global
index 5f33f58b11..5939bf2dcd 100644
--- a/Makefile.global
+++ b/Makefile.global
@@ -71,7 +71,7 @@ clean:
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
diff --git a/NEWS b/NEWS
index ccde9f621e..953fdfe789 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,7 @@ PHP 4 NEWS
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 @@ PHP 4 NEWS
- 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)