aboutsummaryrefslogtreecommitdiff
path: root/lang/php7/pecl.mk
Commit message (Collapse)AuthorAge
* php7: fix pecl build with QUILTEneas U de Queiroz2021-02-26
| | | | | | | | | | | | | | | | | Commit d741a64b7 ("lang/php7: Don't run phpize7 with QUILT") changed pecl.mk to not run phpize7 during Package/prepare if QUILT is set. The intention was to allow prepare, refresh and update targets to run without building dependencies. As a side-effect, Package/configure and Package/compile fail when QUILT is defined because they can't find ./configure or a Makefile. It also impacts the github tests run with pull requests, because QUILT is defined there. To avoid that failure and still keep the prepare, refresh, and update speedup, call phpize7 before Package/Configure if QUILT is defined. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* lang/php7: Don't run phpize7 with QUILTIlya Lipnitskiy2021-02-03
| | | | | | | Allows targets such as prepare, refresh, or update to be run without building dependencies for easier patch maintenance. Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* php7: move into own submenu to prepare for upcoming php8Michael Heimpold2021-02-01
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php7: rename PECLPackage to PHP7PECLPackage to prepare PHP8 transitionMichael Heimpold2021-02-01
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php7: fix some whitespace nitpicksMichael Heimpold2021-01-16
| | | | | | Align some lines with the rest, no functional change. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php7-pecl-http: fix build for big endian (fixes #3691)Michael Heimpold2016-12-23
| | | | | | While at, improve pre-seeded dependency detection. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php7/php7-pecl-*: introduce load orderMichael Heimpold2016-09-06
| | | | | | | | | | | | | | | Some PECL modules (possibly also php modules) depend on special load order, otherwise loading the module will fail due to unresolvable symbols. This changeset introduces a very simple compile-time defined order by specifying a prefix for the ini file with the load directive. If not given, it uses a default value. It also updates all current pecl module packages to take this new approach. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php7: add new packageMichael Heimpold2016-09-03
This is a copy of the existing php5 stuff, adopted for PHP7. Please not, that its not supported to install both php5 and php7 in parallel on the target. Signed-off-by: Michael Heimpold <mhei@heimpold.de>