aboutsummaryrefslogtreecommitdiffstats
path: root/testing/php7.1
Commit message (Collapse)AuthorAgeFilesLines
* rename: testing/php7.1 -> testing/php7Valery Kartel2017-03-227-660/+0
|
* testing/php7.1: upgrade to 7.1.3Andy Postnikov2017-03-173-136/+6
| | | | Bug fix release http://php.net/archive/2017.php#id2017-03-16-2
* testing/php7.1: switch back to system libpcreValery Kartel2017-03-141-30/+28
| | | | fixes and cleanups
* testing/php7.1: switch to mysqlnd backendand and some moreValery Kartel2017-03-081-48/+72
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* testing/php7.1: swith-on accidentally removed freetype supportValery Kartel2017-03-031-6/+11
|
* testing/php7.1: do not build fileinfo with system magic fileValery Kartel2017-03-011-6/+2
| | | | | -- because its buggy
* testing/php7.1: switch back to bundled libgdValery Kartel2017-02-271-3/+8
|
* testing/php7.1: fixes in extension depends trackingValery Kartel2017-02-246-68/+69
| | | | | | -- - rename submodule phar-phar -> phar-utils - remade APKBUILD and sources from template-based to 7.1
* testing/php7.1: fix php bug #74105Valery Kartel2017-02-232-2/+132
| | | | | | backport of php upstream patch fix getrandom() call for images, deployed on kernel < 3.17 https://github.com/php/php-src/pull/2385
* testing/php7.1: upgrade to 7.1.2Valery Kartel2017-02-211-46/+41
| | | | | | | -- some fixes with variables fixes in provides, replaces add loading xml extension in /usr/bin/pecl
* testing/php7.1: fix 3rd-party extensions hookValery Kartel2017-02-161-8/+9
| | | | | | -- now the hook is phpapi=$_apiver bump pkgrel to rebuild with new libpng
* testing/php7.1: new aportValery Kartel2017-02-147-0/+635
The PHP7.1 language runtime engine http://php.net/