dev-lang/php: new revisions fixing opcache installation location logic.
authorMichael Orlitzky <mjo@gentoo.org>
Mon, 11 Jul 2016 14:37:48 +0000 (10:37 -0400)
committerMichael Orlitzky <mjo@gentoo.org>
Mon, 11 Jul 2016 14:38:09 +0000 (10:38 -0400)
commitf44a1236fac5a45cb21d26e5e31583cc5bdd1ed8
tree4e593e5cff8d467f44a6a39f77a06774f709f880
parent1a4c6b2bea42b8631c56c861c37f88930da4f007
dev-lang/php: new revisions fixing opcache installation location logic.

We install the opcache extension with a call to dolib.so, which
requires an earlier call to "into" to set its installation
location. If the user enables any SAPIs other than apache2, that
happens incidentally. However, if only the apache2 SAPI is enabled,
the installation location is never set, ultimately causing the
extension to fail to load. This is fixed by adding a call to "into"
directly before the dolib.so call.

Two calls to use_if_iuse were also replaced with the simpler "use".

Gentoo-Bug: 550676

Package-Manager: portage-2.2.28
dev-lang/php/php-5.6.23-r2.ebuild [moved from dev-lang/php/php-5.6.23-r1.ebuild with 99% similarity]
dev-lang/php/php-7.0.8-r1.ebuild [moved from dev-lang/php/php-7.0.8.ebuild with 99% similarity]