Commit Graph

73 Commits

Author SHA1 Message Date
TBK
935e6820b3 community/php7: upgrade to 7.1.12 2017-11-28 17:25:13 +00:00
Natanael Copa
7fc6d2c873 community/php7: rebuild against libressl-2.6 2017-11-09 19:58:37 +00:00
Jakub Jirutka
f22ab26bac community/php7: disable test strings/htmlentities03.phpt
It fails on ppc64le, looks like related to a locale.

htmlentities() test 3 (setlocale / de_DE.ISO-8859-1) [ext/standard/tests/strings/htmlentities03.phpt]
2017-11-05 01:50:42 +01:00
Valery Kartel
d9a9e71767 community/php7: upgrade to 7.1.11 2017-10-31 14:04:42 +00:00
Valery Kartel
2163755a31 community/php7: upgrade to 7.1.10 2017-10-03 12:27:16 +00:00
Natanael Copa
8686e5201e community/php7: add FIXME comment 2017-09-26 15:43:42 +00:00
Francesco Colista
c07d0e4210 community/php7: bump pkgrel due to krb5 upgrade 2017-09-14 09:35:11 +00:00
Andy Postnikov
56e16608af community/php7: Upgrade to 7.1.9
Lots of bugfixes http://php.net/archive/2017.php#id2017-09-01-1
2017-09-01 20:26:32 +00:00
Andy Postnikov
1a5266d019 community/php7: upgrade to 7.1.8
Bugfix release http://php.net/archive/2017.php#id2017-08-03-3
2017-08-28 11:57:10 +00:00
Peter Kokot
121810bcff community/php7: remove duplicate configure option
This patch removes duplicate --enable-phpdbg option of configure
2017-07-22 12:15:05 +02:00
Leonardo Arena
0bdb67976f community/php7: add secinfo 2017-07-19 09:46:41 +00:00
William Pitcock
bd58ccbc96 community/php7: unblock builder 2017-07-19 03:04:31 +00:00
Natanael Copa
2aa89abe22 community/php7: disable a few tests that fails 2017-07-18 20:44:04 +00:00
Andy Postnikov
3aa36fc5c6 community/php7: upgrade to 7.1.7
Security release http://php.net/archive/2017.php#id2017-07-06-3
2017-07-18 20:44:04 +00:00
Valery Kartel
09da8d3452 community/php7: upgrade to 7.1.6 2017-06-09 13:37:41 +00:00
Leonardo Arena
a4ddfc98c6 community/php7: rebuild against readline-7.0.003 2017-06-05 13:46:08 +00:00
Valery Kartel
c1c443b439 community/php7: fix _php_default checks 2017-05-13 17:53:48 +02:00
Andy Postnikov
802d36bf37 community/php7: upgrade to 7.1.5
http://php.net/archive/2017.php#id2017-05-11-2
2017-05-13 12:44:04 +02:00
Natanael Copa
547d910ae3 community/php7: disable tests on s390x 2017-05-12 17:55:46 +00:00
Jakub Jirutka
8f4afa841a community/php7: fix imap ext to be loaded after recode
See https://github.com/alpinelinux/aports/pull/1339/files#r114501722
2017-05-11 13:07:18 +02:00
Jakub Jirutka
a790b93a3c community/php7: refactor funcs for resolving exts load order 2017-05-11 13:05:23 +02:00
Jakub Jirutka
1413e46ebb community/php7: improve extensions' pkgdesc, load it from CREDIS
This is based on https://github.com/alpinelinux/aports/pull/893
by vakartel.
2017-05-11 13:05:23 +02:00
Jakub Jirutka
f31a5e4ee5 community/php7: fix -dev's depends and declare them in depends_dev 2017-05-11 13:05:23 +02:00
Andy Postnikov
0a12727db8 community/php7: Change php7-module.conf to use SetHandler 2017-05-11 04:10:02 +00:00
Jakub Jirutka
caf6345429 community/php7: allow tests to fail on aarch64 for now
FAILED TEST SUMMARY
---------------------------------------------------------------------
Test curl_error() & curl_errno() function with problematic proxy [ext/curl/tests/curl_basic_010.phpt]
FTP with bogus parameters [ext/ftp/tests/004.phpt]
IntlTimeZone::getErrorCode/Message(): basic test [ext/intl/tests/timezone_getErrorCodeMessage_basic.phpt]
IntlTimeZone::getOffset(): errors [ext/intl/tests/timezone_getOffset_error.phpt]
2017-05-02 02:29:44 +02:00
Jakub Jirutka
5fb3e916d2 community/php7: really allow tests to fail on x86 and armhf 2017-05-02 02:19:09 +02:00
Jakub Jirutka
b803db240a community/php7: rm tests failing on ppc64le, allow x86 armhf to fail 2017-05-02 01:50:46 +02:00
Jakub Jirutka
3741aecdd9 community/php7: add unsuffixed symlinks for executables in /usr/bin 2017-05-02 01:04:52 +02:00
Jakub Jirutka
89cd70e777 community/php7: cosmetic changes
Some of the changes are based on https://github.com/alpinelinux/aports/pull/893
by vakartel.
2017-05-02 01:04:52 +02:00
Jakub Jirutka
63010da997 community/php7: run subset of tests on check 2017-05-02 01:04:52 +02:00
Jakub Jirutka
128b0f0e84 community/php7: automatically resolve deps of extensions
This solution is based on https://github.com/alpinelinux/aports/pull/893
by vakartel, but improved, cleaned and fixed to get it actually works.
2017-05-02 01:04:52 +02:00
Jakub Jirutka
e763ccc6ca community/php7: remove unneeded headers and fix bogus perms
This is copied from Fedora spec.
2017-05-02 01:04:52 +02:00
Jakub Jirutka
43a532f854 community/php7: add comment about bundled libs and fix licenses 2017-05-02 01:04:52 +02:00
Jakub Jirutka
1cc6d4f577 community/php7: fix and unify configuration flags
* Add /usr where path is expected to use system-provided library
  instead of bundled and for *-dir options.
* libxml cannot be build as shared.
* Remove --with-libexpat-dir, it's deprecated.
* Remove --enable-mbregex, it's enabled by default.
2017-05-02 01:04:52 +02:00
Jakub Jirutka
18e5293f6d community/php7: disable gd-jis-conv
https://github.com/alpinelinux/aports/pull/893#discussion_r114062643
2017-05-02 01:04:52 +02:00
Jakub Jirutka
827fabf578 community/php7: add version suffix to pear and phar executables 2017-05-02 01:04:52 +02:00
Jakub Jirutka
3801deabe6 community/php7: move peardev from -dev subpkg to -pear subpkg
This is based on https://github.com/alpinelinux/aports/pull/1305
by vakartel.
2017-05-02 01:04:52 +02:00
Jakub Jirutka
dff6062e19 community/php7: fix pecl, explicitly load xml extension
This is based on https://github.com/alpinelinux/aports/pull/893
by vakartel.
2017-05-02 01:04:52 +02:00
Jakub Jirutka
b2cddfde1b community/php7: switch to mysqlnd (PHP mysql native driver) 2017-05-02 01:04:52 +02:00
Jakub Jirutka
7fc22b6b77 community/php7: build with system-provided pcre library 2017-05-02 01:04:51 +02:00
Jakub Jirutka
8d0da879e1 community/php7: build fileinfo and tokenizer as shared 2017-05-02 01:04:51 +02:00
Jakub Jirutka
e0390b10a7 community/php7: build recode extension as shared 2017-05-02 01:04:51 +02:00
Jakub Jirutka
687a2f8a96 community/php7: build simplexml and xmlwriter as shared 2017-05-02 01:04:51 +02:00
Jakub Jirutka
970e3a1da7 community/php7: remove gsoap-dev from makedepends (not used anymore) 2017-05-02 01:04:51 +02:00
Jakub Jirutka
8e7377e14f community/php7: remove paxmark, it's not actually needed
According to vakartel.
2017-05-02 01:04:51 +02:00
Jakub Jirutka
5fc0102d15 community/php7: parametrize version suffix and some paths
This is based on https://github.com/alpinelinux/aports/pull/893
by vakartel.
2017-05-02 01:04:51 +02:00
Jakub Jirutka
c997492ce9 community/php7: upgrade to 7.1.4
This patch is based on https://github.com/alpinelinux/aports/pull/1305,
but includes only changes relevant to the upgrade (I'll apply the rest
separately).
2017-05-02 01:04:51 +02:00
Jakub Jirutka
ccd9222baa community/php7: rebuild
I'm trying to unblock aarch64 builder that is stuck on nextcloud,
because it's trying to build it with outdated php7 package.
2017-04-29 00:37:33 +02:00
Valery Kartel
07e29e4b12 community/php7: upgrade to 7.0.18 2017-04-20 14:00:27 +00:00
Tuan M. Hoang
286982fe48 community/php7: disable jit on s390x 2017-04-20 13:37:12 +00:00