File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 71
71
72
72
distclean: clean
73
73
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
74
- egrep define'.*include/php' configure|sed 's/.*>//'|xargs rm -f
74
+ egrep define'.*include/php' $(top_srcdir)/ configure|sed 's/.*>//'|xargs rm -f
75
75
find . -name Makefile | xargs rm -f
76
76
77
77
.PHONY: all clean install distclean test
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ PHP 4 NEWS
13
13
RFC 2616 section 10.3.5) (Rasmus, Choitel)
14
14
- Fixed bug #33019 (socket errors cause memory leaks in php_strerror()).
15
15
(jwozniak23 at poczta dot onet dot pl, Tony).
16
+ - Fixed bug #33017 ("make distclean" gives an error with VPATH build). (Jani)
16
17
- Fixed bug #33013 ("next month" was handled wrong while parsing dates).
17
18
(Derick)
18
19
- Fixed bug #32974 (pcntl calls malloc() from a signal handler). (Wez)
@@ -24,8 +25,7 @@ PHP 4 NEWS
24
25
- Fixed bug #32813 (parse_url() does not handle scheme-only urls properly). (Ilia)
25
26
- Fixed bug #32802 (General cookie overrides more specific cookie). (Ilia)
26
27
- Fixed bugs #32800, #32830 (ext/odbc: Problems with 64bit systems). (Jani)
27
- - Fixed bug #32773 (GMP fincs break when second parameter is 0) and made right
28
- fix for GMP FPEs (Stas)
28
+ - Fixed bug #32773 (GMP functions break when second parameter is 0). (Stas)
29
29
- Fixed bug #32742 (segmentation fault when the stream with a wrapper
30
30
is not closed). (Tony, Dmitry)
31
31
- Fixed bug #32730 (ext/crack.c fails to compile with cracklib-2.8.3). (Jani)
You can’t perform that action at this time.
0 commit comments