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: [email protected] 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] [email protected]
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

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-10-18 22:13 UTC] [email protected]
Automatic comment on behalf of [email protected]
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] [email protected]
-Status: Open +Status: Closed
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Jun 10 19:02:17 2025 UTC