Commit Graph

404 Commits (5c1e8a1dd8269fb0e4147c95010cf4d1ce6298af)

Author SHA1 Message Date
croensch 5c1e8a1dd8
automatically set proxy for pear/pecl (#692)
* automatically set proxy for pear/pecl

* only set once

* fix shell code style

* fix possibly unset vars
2023-03-02 22:48:56 +01:00
Jivin.L 93c7e386e8
install-php-extensions: 3856: !grep: not found (#709) 2023-03-01 23:29:58 +01:00
Michele Locati 19fef35c08
ion extension: install ion-c 1.1.1 instead of 1.1.0 (#704) 2023-02-23 22:48:06 +01:00
Michele Locati 70792b6372
Workaround for KEYEXPIRED apt issue on Debian Jessie (#703) 2023-02-23 22:27:35 +01:00
Michele Locati e13908605f
Update openswoole configure options to version 22.0.0 (#701) 2023-02-23 12:55:53 +01:00
Michele Locati 83457983c7
Add support for zookeeper on PHP 8.1/8.2 (#696) 2023-02-21 13:48:42 +01:00
Michele Locati 9d8d867219
New env var: IPE_DEBUG (turn on debug) (#695) 2023-02-20 18:47:49 +01:00
Max 4c3682a563
Support cassandra (#693) 2023-02-19 16:34:41 +01:00
Michele Locati 7e07e08f47
Upgrade cmark system library form 0.30.2 to 0.30.3 (#689) 2023-01-24 11:20:13 +01:00
Michele Locati 9bc48add50
Add support for Alpine 3.17 (#687) 2023-01-22 11:33:20 +01:00
Michele Locati 1841d1ae11
Use pickle only if pecl is not installed (#679)
Fix #674
Fix #678
2023-01-20 19:32:20 +01:00
Michele Locati 9d35d426dd
Resolve 'stable', 'beta', ... PECL version when need actual versions (#685) 2023-01-20 18:48:14 +01:00
Michele Locati 9034906917
Install beta versions of the xmlrpc extension (#683)
There's no stable version published on PECL
2023-01-20 17:39:00 +01:00
Michele Locati 2d0b8b0d99
Install alpha versions of the ION extension (#680)
There's no stable/beta version published on PECL
2023-01-20 17:02:26 +01:00
Till Krüss 26d93fe774
Use R2 URL for ext-relay (#676) 2022-12-21 10:18:03 +01:00
Michele Locati 608d9e2259
Fix xdebug with PHP 7.2/7.3/7.4, xdebug 3.2 GA (#671) 2022-12-09 10:37:38 +01:00
Michele Locati 8a6cafc232
Upgrade ion-c from v1.0.6 to v1.1.0 (#669) 2022-12-07 13:30:23 +01:00
Michele Locati f43000a9fe
[Alpine] Update libgearman from v1.1.19.1 to v1.1.20 (#661) 2022-11-24 16:23:32 +01:00
Michele Locati ef69c94206
Fix installing zstd on PHP 5.x (#664) 2022-11-24 14:02:19 +01:00
Michele Locati 464e403160
Add support for relay (#657) 2022-11-15 19:03:33 +01:00
Michele Locati f0c8bc1820
Fix xdebug on PHP 8.2 (#655) 2022-11-09 15:54:37 +01:00
Michele Locati 8f9e4f24d9
Use pre-compiled system libraries for GD AVIF support on Alpine 3.15+ (#653) 2022-11-02 22:36:19 +01:00
Michele Locati 4e8e8b8cb9
Add support for parallel on PHP 8.0, 8.1 and 8.2 (#649) 2022-10-24 15:01:09 +02:00
Maciej Kiejda 78e9e45c4c
using length instead of count for php < 7.2 compatibility (#643) 2022-10-11 17:01:37 +02:00
Michele Locati 81a89fe49b
Add support for simdjson (#641) 2022-10-01 22:16:01 +02:00
Michele Locati 77c631fbeb
Add support for spx on PHP 8.2 (#637) 2022-09-29 00:16:11 +02:00
Michele Locati 7d1ca9fd6b
Hardcode last protobuf version (#636)
See https://github.com/protocolbuffers/protobuf/issues/10619
2022-09-26 16:19:05 +02:00
Michele Locati bdd050d189
Use a more stable source for libxdiff (#632) 2022-09-15 16:36:48 +02:00
Michele Locati 51711dcb45
Fix installing mailparse on PHP 7.2- (#631) 2022-09-15 16:29:00 +02:00
Michele Locati c32c1b259c
Fix installing ast on PHP 7.1- (#624) 2022-08-10 08:35:03 +02:00
Michele Locati 05ddea7f49
Fix installing xdebug 3.2 on Alpine Linux (#623) 2022-08-05 16:49:25 +02:00
Michele Locati 51b16e983b
Support installing custom languages for pspell (#621) 2022-08-03 18:41:24 +02:00
Michele Locati 95aa12a5c5
Add support for swoole 5.0.0 (#617) 2022-08-03 17:03:15 +02:00
Michele Locati 9a11492f59
Let users install a smaller but English-only ICU lib (#612) 2022-07-15 17:13:32 +02:00
Michele Locati b8195286b3
Fix installing datadog_trace (ddtrace) on PHP 5.x (#610) 2022-07-12 14:20:02 +02:00
Michele Locati cf1b46d0c3
Fix installing grpc on Debian Jessie (#609) 2022-07-12 13:37:31 +02:00
Michele Locati 96fedafb8d
Enable c-ares for swoole 4.8.11+ (#608)
Test: swoole
2022-07-12 11:04:43 +02:00
Michele Locati 57009be2b8
Fix intl on Alpine 3.16 by installing icu-data-full (#605) 2022-06-24 18:25:44 +02:00
Eric de Ruiter 0c615b3e33
Fix parallel compilation with pickle (#603)
The MAKE environment variable seems to be only supported on pecl, not with pickle
Use the MAKEFLAGS environment variable which is automatically passed to the child process and is directly supported by make
2022-06-22 21:33:37 +02:00
Fred Cox 05d2d8c2f6
Add support for snappy (#597) 2022-06-16 15:50:02 +02:00
Fred Cox b1d802ef8a
Add support for lz4 (#596) 2022-06-16 14:49:29 +02:00
Michele Locati dcb15dfbbc
Add support for memprof on Alpine 3.16+ (#595) 2022-06-13 09:41:57 +02:00
Michele Locati 118447fb5b
Fine-tune datadog_trace support (#591) 2022-06-11 18:27:36 +02:00
Klaus Großmann aed4f83ba7
add datadog_trace extension (#589) 2022-06-11 17:25:45 +02:00
Michael Voříšek 9395d89ec0
Add sockets PHP 8.2 support (#590) 2022-06-11 17:10:23 +02:00
Michele Locati 9e2cbaf555
Add support for PHP 8.2 (#586)
* Declare that we now support PHP 8.2

* PHP 8.2: test rc instead of stable

* Declare initial list of extensions that work with PHP 8.2
2022-06-11 08:26:39 +02:00
Michele Locati 765d4c8517
Fix installing event (#584) 2022-06-06 10:28:55 +02:00
Michele Locati 2367aeb690
Add support for xdiff (#579) 2022-05-26 09:10:38 +02:00
Michele Locati 8f149e8aa1
Add support for php_trie (#578) 2022-05-25 16:47:23 +02:00
Michele Locati a225964749
Install snuffleupagus 0.8.2 instead of 0.8.1 by default (#577) 2022-05-24 10:13:52 +02:00