Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 690988 - dev-lang/php:7.4 FFI Support request
Summary: dev-lang/php:7.4 FFI Support request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-29 12:33 UTC by Cyril Pascal
Modified: 2019-07-30 07:36 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cyril Pascal 2019-07-29 12:33:54 UTC
FFI is a new feature of PHP 7.4 and should be available via use flags.

https://secure.php.net/ffi

From documentation :

* This extension requires the ยป libffi library to be installed.  [https://sourceware.org/libffi/] => satisfiable via dev-libs/libffi (or virtual/libffi)

* To enable the FFI extension, PHP has to be configured with --with-ffi .
Comment 1 Larry the Git Cow gentoo-dev 2019-07-29 13:47:19 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6411bd63e5afe932835bfd63669890aefac78416

commit 6411bd63e5afe932835bfd63669890aefac78416
Author:     Brian Evans <grknight@gentoo.org>
AuthorDate: 2019-07-29 13:47:08 +0000
Commit:     Brian Evans <grknight@gentoo.org>
CommitDate: 2019-07-29 13:47:08 +0000

    dev-lang/php: Add ffi USE flag for new extension in 7.4
    
    Closes: https://bugs.gentoo.org/690988
    Package-Manager: Portage-2.3.69, Repoman-2.3.16
    Signed-off-by: Brian Evans <grknight@gentoo.org>

 dev-lang/php/metadata.xml           | 1 +
 dev-lang/php/php-7.4.0_beta1.ebuild | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)
Comment 2 Cyril Pascal 2019-07-30 07:36:47 UTC
Thank you very much !