php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #77035 The phpize and ./configure create redundant .deps file
Submitted: 2018-10-18 21:58 UTC Modified: -
From: petk@php.net Assigned:
Status: Closed Package: *Compile Issues
PHP Version: 7.1.23 OS: Irrelevant
Private report: No CVE-ID: None
 [2018-10-18 21:58 UTC] petk@php.net
Description:
------------
The phpize and ./configure script create a redundant .deps file in the extension directory which might cause confusions why is it used. Since this file was a part of previous PHP build system and Automake where it was created for writing certain dependencies to it. Today it is no longer relevant so this redundant artefact can be removed in the phpize configure script.

Test script:
---------------
cd extension && phpize && ./configure
ls .deps

Expected result:
----------------
ls: cannot access '.deps': No such file or directory

Actual result:
--------------
.deps

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-10-18 22:13 UTC] petk@php.net
Automatic comment on behalf of peterkokot@gmail.com
Revision: http://git.php.net/?p=php-src.git;a=commit;h=447b41f6bb1e9a5bdeac411277e21a55207123b0
Log: Fix #77035: The phpize and ./configure create redundant .deps file
 [2018-10-18 22:13 UTC] petk@php.net
-Status: Open +Status: Closed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 05:01:29 2024 UTC