php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #80280 ADD_EXTENSION_DEP() fails for ext/standard and ext/date
Submitted: 2020-10-24 14:14 UTC Modified: 2020-10-24 14:14 UTC
From: [email protected] Assigned: cmb (profile)
Status: Closed Package: Compile Failure
PHP Version: 7.3.23 OS: Windows
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: [email protected]
New email:
PHP Version: OS:

 

 [2020-10-24 14:14 UTC] [email protected]
Description:
------------
Extensions are supposed to declare their dependencies on other
extensions with (PHP_)ADD_EXTENSION_DEP.  While that works fine
for ext/standard and ext/date on Linux[1], it fails on Windows[2].

[1] <https://github.com/mongodb/mongo-php-driver/blob/c07159a3c5370f79ee54a8eb44d68db2a53e5829/config.m4#L485-L488>
[2] <https://github.com/mongodb/mongo-php-driver/blob/c07159a3c5370f79ee54a8eb44d68db2a53e5829/config.w32#L68-L71>



Patches

Pull Requests

Pull requests:

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-10-24 14:14 UTC] [email protected]
-Assigned To: +Assigned To: cmb
 [2020-10-24 14:20 UTC] [email protected]
The following pull request has been associated:

Patch Name: Fix #80280: ADD_EXTENSION_DEP() fails for ext/standard and ext/date
On GitHub:  https://github.com/php/php-src/pull/6383
Patch:      https://github.com/php/php-src/pull/6383.patch
 [2020-10-26 10:07 UTC] [email protected]
Automatic comment on behalf of [email protected]
Revision: http://git.php.net/?p=php-src.git;a=commit;h=2be27074b6e165d8d3e282150d02aa8abfcfec5e
Log: Fix #80280: ADD_EXTENSION_DEP() fails for ext/standard and ext/date
 [2020-10-26 10:07 UTC] [email protected]
-Status: Assigned +Status: Closed
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jun 02 07:01:27 2025 UTC