11 Commits

Author SHA1 Message Date
Andy Postnikov
0719752278 testing/php7.1: upgrade to 7.1.3
Bug fix release http://php.net/archive/2017.php#id2017-03-16-2
2017-03-17 20:57:19 +01:00
Valery Kartel
ae06f5b553 testing/php7.1: switch back to system libpcre
fixes and cleanups
2017-03-14 10:36:21 +00:00
Valery Kartel
4b99a30137 testing/php7.1: switch to mysqlnd backendand and some more
At-last switch to mysqlnd - mysql php native backend.
All this time I thinked it was done. ((

* remove mariadb-dev from makedepends
* mysqlnd:
    - add strict dependency to openssl
* mysqli:
    - switch to use mysqlnd as a backend
    - suppress to send auth data on persistent connection pings
    - increase extension loading index to be load after mysqlnd
* pdo_mysql:
    - switch to use mysqlnd
* global:
    - add support for initial static extension dependency
    - remade loading index calculation.
      now it adds ... initiial+calculated.
    - sort configure flags to _extensions order
    - make configure flags more readable
    - shrink extensions dir to /usr/lib/php{ver}, without "modules"
      subdir. Because this directory for modules only.
    - some cosmetic cleanups.
2017-03-08 10:27:00 +00:00
Valery Kartel
fb1363ae44 testing/php7.1: swith-on accidentally removed freetype support 2017-03-03 09:27:51 +00:00
Valery Kartel
6e7224662d testing/php7.1: do not build fileinfo with system magic file
--
because its buggy
2017-03-01 15:59:23 +00:00
Valery Kartel
7bd8e1e3aa testing/php7.1: switch back to bundled libgd 2017-02-27 11:21:52 +00:00
Valery Kartel
82cd1263a3 testing/php7.1: fixes in extension depends tracking
--
- rename submodule phar-phar -> phar-utils
- remade APKBUILD and sources from template-based to 7.1
2017-02-24 13:18:28 +00:00
Valery Kartel
6307f24ea4 testing/php7.1: fix php bug #74105
backport of php upstream patch
fix getrandom() call for images, deployed on kernel < 3.17
https://github.com/php/php-src/pull/2385
2017-02-23 07:31:55 +00:00
Valery Kartel
5ddef03a50 testing/php7.1: upgrade to 7.1.2
--
some fixes with variables
fixes in provides, replaces
add loading xml extension in /usr/bin/pecl
2017-02-21 06:51:34 +00:00
Valery Kartel
42f4fb1619 testing/php7.1: fix 3rd-party extensions hook
--
 now the hook is phpapi=$_apiver
 bump pkgrel to rebuild with new libpng
2017-02-16 11:19:11 +00:00
Valery Kartel
15e434419f testing/php7.1: new aport
The PHP7.1 language runtime engine
http://php.net/
2017-02-14 19:02:29 +00:00