aboutsummaryrefslogtreecommitdiff
path: root/lang/php7-pecl-propro
Commit message (Collapse)AuthorAge
* php7-pecl-propro: update to 2.1.0Michael Heimpold2018-04-18
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* php7-pecl-{propro,raphf}: fix two problems (refs #3149)Michael Heimpold2016-09-07
| | | | | | | - refine build dir to avoid collisions with php5 package variants - properly install headers to location where depended packages look for it 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-pecl-propro: add new packageMichael Heimpold2016-09-03
This is the php7 version of php5-pecl-propro package. Signed-off-by: Michael Heimpold <mhei@heimpold.de>