Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | php7/php7-pecl-*: introduce load order | Michael Heimpold | 2016-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 package | Michael Heimpold | 2016-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> |