]> granicus.if.org Git - php/commit
Fix #77609: Tests from mailparse extension fails
authorRalf Habacker <ralf.habacker@freenet.de>
Fri, 1 Mar 2019 21:32:01 +0000 (22:32 +0100)
committerPeter Kokot <peterkokot@gmail.com>
Fri, 1 Mar 2019 21:32:01 +0000 (22:32 +0100)
commit3ead67239419632eecb83f0f101ead2021ee6c14
tree084bde8b69f9ef49bf7a77cd99d28ac50fd086e7
parent5025eb05bde83a0a51eb0668c45c240b366545bf
Fix #77609: Tests from mailparse extension fails

Add installed php extensions to temporary created ini file

In php extensions configured with phpize, a temporarily generated
php.ini is used for testing, but currently contains no installed
PHP extensions, which is required by the mailparse extension,
for example.

Installed extensions must be added with their absolute path,
because the extension_dir parameter is already occupied.

See https://bugs.php.net/bug.php?id=77609
Makefile.global