Michele Locati
9b28fe2c92
Add a note about bug reports and feature requests
2022-04-05 15:44:35 +02:00
Michele Locati
1dc7eb11c2
[skip ci] Automatically update README.md
2022-04-05 12:37:33 +00:00
Michele Locati
a73248ed6f
Add support for sodium on PHP 5.6, 7.0 and 7.1 ( #562 )
2022-04-05 14:37:14 +02:00
Michele Locati
3714ceb51a
Fix installing protobuf on PHP 7/8 ( #560 )
2022-04-02 17:31:27 +02:00
Michele Locati
6c843589ae
Add a note about supported PHP images
2022-03-31 16:31:04 +02:00
Michael Gooden
db9b4aab47
Fix INI ordering issue with openswoole and sockets on Alpine ( #554 ) ( #555 )
...
Signed-off-by: Michael Gooden <me@michaelgooden.net>
2022-03-30 17:59:33 +02:00
Michele Locati
581a0d0fbf
Fix installing snmp ( #552 )
2022-03-29 09:02:42 +02:00
Michele Locati
bc638d23a0
Download pickle only when really needed ( #551 )
...
* We don't use pecl to install geos
* We don't use pecl when installing an extension from source
* Don't run PHP 8.1 tests on Alpine 3.13
We don't have an Alpine 3.13 distro coming with PHP 8.1
Test: geos
2022-03-28 18:48:16 +02:00
Michele Locati
c5bc96d03f
Fix checking extensions ( #550 )
2022-03-28 18:11:43 +02:00
Michele Locati
4294b47522
[skip ci] Automatically update README.md
2022-03-28 13:09:22 +00:00
Michele Locati
a661b9f8c5
Remove support for solr on PHP 8.1 ( #548 )
...
solr is not yet ready for PHP 8.1
2022-03-28 15:09:05 +02:00
Michele Locati
7b1aec3ea9
Fix installing protobuf on PHP 8.x ( #547 )
...
Test: protobuf
2022-03-28 14:49:56 +02:00
Michele Locati
9f2bd2e20d
Fix installing openswoole on PHP 7.3- ( #545 )
...
Test: openswoole
2022-03-28 09:17:33 +02:00
Michele Locati
b2582fc69e
[minor] Make examples look a bit better
2022-03-25 10:59:35 +01:00
Michele Locati
bf88b6d618
Ability to install extensions from source code/specific commits ( #538 )
2022-03-25 10:55:08 +01:00
Michael Voříšek
9167ef9b59
Strip symbols only for non-debug PHP build ( #540 )
2022-03-25 10:20:09 +01:00
Michele Locati
36404177eb
Fix detecting the so module for the apcu_bc PHP extension ( #544 )
...
Test: apcu_bc
2022-03-25 10:02:46 +01:00
Michele Locati
65347eb080
Avoid apk upgrade ( #542 )
...
Test: zip,xdebug,gd
2022-03-25 09:29:15 +01:00
Michele Locati
7ba4e7a920
Abort if installing PHP extensions introduces new PHP startup errors ( #541 )
...
Test: bcmath+xdebug
2022-03-25 08:59:08 +01:00
Michele Locati
fa7e016989
Don't enable bundled modules if they have problems ( #536 )
2022-03-24 14:43:54 +01:00
Michele Locati
2fb64ef1b5
Minor change
2022-03-24 14:07:07 +01:00
Michele Locati
377f714c9b
Make it easier to install Oracle Instant Client Basic ( #535 )
2022-03-24 14:04:40 +01:00
Michele Locati
74eb6cc20e
Check that compiled bundled PHP modules work ( #534 )
...
Test: bcmath
2022-03-24 12:22:11 +01:00
Michele Locati
7910f27d85
Strip symbols from compiled extensions ( #533 )
2022-03-24 11:58:29 +01:00
Michele Locati
51c0897c45
[skip ci] Automatically update README.md
2022-03-24 09:18:36 +00:00
Michele Locati
4e5fbe0d84
Add support for geos ( #532 )
2022-03-24 10:18:15 +01:00
Michele Locati
1f60d47bb0
[skip ci] Automatically update README.md
2022-03-24 07:58:27 +00:00
Michele Locati
6ba171e3b1
Add support for luasandbox ( #531 )
2022-03-24 08:58:10 +01:00
Michele Locati
49398bea0f
[skip ci] Automatically update README.md
2022-03-23 09:56:01 +00:00
Michele Locati
e3fc02766a
Add support for memprof on Debian ( #530 )
2022-03-23 10:55:44 +01:00
Michele Locati
57c01542fd
[skip ci] Automatically update README.md
2022-03-23 08:59:03 +00:00
Michele Locati
4667f174e7
Install msodbcsql18 alone on Debian 11 ( #525 )
...
* Install msodbcsql18 alone on Debian 11
* Updgrade msodbcsql from 17.8 to 17.9 on Alpine with PHP <= 7.3
* pdo_sqlsrv and sqlsrv now work on Debian Bullseye with PHP 7.3
2022-03-23 09:58:46 +01:00
Michele Locati
5fab1d04c3
Add Stand With Ukraine message ( #529 )
2022-03-22 19:24:18 +01:00
Michele Locati
347d5a76bb
libaom: upgrade to 3.3.0; libavif: upgrade to 0.9.3, libyuv: use a specific commit ( #524 )
2022-03-14 17:21:01 +01:00
Michael Voříšek
c14bd17033
Use Basic Light Oracle Instanct Client ( #518 )
2022-02-27 00:21:04 +01:00
Michele Locati
670c95c93d
[skip ci] Automatically update README.md
2022-02-16 16:31:33 +00:00
Michele Locati
1be3c17e78
sqlsrv and pdo_sqlsrv; use Microsoft ODBC 18 when available, support Debian Bullseye ( #512 )
2022-02-16 17:31:14 +01:00
Michele Locati
81adf2b14f
Add issue templates
2022-02-16 12:28:19 +01:00
Michele Locati
efaea887ae
[skip ci] Automatically update README.md
2022-02-14 16:41:49 +00:00
Michele Locati
1528a4816d
Support spx on PHP 8.1 ( #511 )
2022-02-14 17:41:30 +01:00
Michele Locati
2de6d567f3
[skip ci] Automatically update README.md
2022-02-14 16:33:30 +00:00
Michele Locati
f1340fe349
Support xmlrpc on PHP 8.1 ( #510 )
2022-02-14 17:33:11 +01:00
Michele Locati
4c6f40e4ad
[skip ci] Automatically update README.md
2022-02-04 16:29:14 +00:00
Michele Locati
f61d0a377c
Support blackfire on PHP 8.1 ( #507 )
2022-02-04 17:28:54 +01:00
Michele Locati
75d28db7f4
Fix installing sqlsrv/pdo_sqlsrv on PHP 7.3 and PHP 8.1 ( #502 )
2022-02-01 14:11:52 +01:00
Michele Locati
22276358bd
Fix compilation of sockets with PHP 8.0.15 and PHP 8.1.2 ( #501 )
...
Test: sockets
2022-01-24 18:20:52 +01:00
Aleksandr Fedotov
11f97c8b6c
Support serialize for apcu ( #486 )
...
Test: apcu, igbinary, igbinary+apcu
2022-01-12 12:36:36 +01:00
Michele Locati
deb8d9fb0d
[skip ci] Automatically update README.md
2022-01-10 15:31:57 +00:00
Michele Locati
98878f5bd1
Support rdkafka on PHP 8.1, fix minor bug ( #494 )
2022-01-10 16:31:35 +01:00
Michele Locati
d86be8c965
Fix installing lzf of PHP 7.1- ( #492 )
...
Test: lzf
2022-01-10 15:47:37 +01:00