From 447b41f6bb1e9a5bdeac411277e21a55207123b0 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Fri, 19 Oct 2018 00:02:09 +0200 Subject: Fix #77035: The phpize and ./configure create redundant .deps file The `.deps` file(s) was once used by Automake and created to write dependencies to it. The file creation has been removed via the commit 779c11af21cf8a627b8f2f2edef9e9073c76ed94. The phpize and ./configure script create a redundant .deps file in a PECL extension directory which might cause confusions why is it used. Today it is no longer relevant so this redundant artefact can be removed in the phpize configure script. --- .gitignore | 1 - ext/ext_skel | 1 - scripts/phpize.in | 2 +- scripts/phpize.m4 | 1 - 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 2e95e2510f..a9e2e51221 100644 --- a/.gitignore +++ b/.gitignore @@ -26,7 +26,6 @@ *.tar.xz.asc .FBCIndex .FBCLockFolder -.deps .libs phpt.* core diff --git a/ext/ext_skel b/ext/ext_skel index 63563e7f02..88b10e9dbc 100755 --- a/ext/ext_skel +++ b/ext/ext_skel @@ -189,7 +189,6 @@ eof $ECHO_N " .gitignore$ECHO_C" cat >.gitignore < Date: Fri, 19 Oct 2018 00:06:11 +0200 Subject: [ci skip] Update NEWS --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index b1eb3c3be1..3243a7ecb9 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,8 @@ PHP NEWS - Core: . Fixed bug #76946 (Cyclic reference in generator not detected). (Nikita) + . Fixed bug #77035 (The phpize and ./configure create redundant .deps file). + (Peter Kokot) - Date: . Fixed bug #75851 (Year component overflow with date formats "c", "o", "r" -- cgit v1.2.1 From b9d8e5d706e36b7e8bb8bdd26bc93374fd9a6020 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Fri, 19 Oct 2018 00:08:57 +0200 Subject: [ci skip] Update NEWS --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 7823584107..28e554b5fb 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,8 @@ PHP NEWS . Fixed bug #76846 (Segfault in shutdown function after memory limit error). (Nikita) . Fixed bug #76946 (Cyclic reference in generator not detected). (Nikita) + . Fixed bug #77035 (The phpize and ./configure create redundant .deps file). + (Peter Kokot) - Date: . Upgraded timelib to 2017.08. (Derick) -- cgit v1.2.1 From 2224277d7d7efb06adcb512427e299295876fb87 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Fri, 19 Oct 2018 00:12:34 +0200 Subject: [ci skip] Update NEWS --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index adccc4d2bd..c103d5dd23 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,10 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? ????, PHP 7.3.0RC4 +- Core: + . Fixed bug #77035 (The phpize and ./configure create redundant .deps file). + (Peter Kokot) + - Date: . Updated timelib to 2018.01RC1 to address several bugs: (Derick) . Fixed bug #75577 (DateTime::createFromFormat does not accept 'v' format -- cgit v1.2.1