Commit Graph

598 Commits

Author SHA1 Message Date
Michele Locati
3e126e5e14
Let imagick understand SVG
Test: imagick
2020-12-03 18:37:42 +01:00
Michele Locati
1bb842edb1
Please let me trigger the update-readme action manually 2020-12-03 17:46:38 +01:00
CI
c9b25d34db [skip ci] Automatically update README.md 2020-12-03 16:43:11 +00:00
Michele Locati
a3bcdebdad
Merge pull request #198 from mlocati/grpc-php5-php8
Fix installation of gRPC on PHP 5.x, support gRPC on PHP 8
2020-12-03 17:42:56 +01:00
Michele Locati
ed1957624c
Fix installation of gRPC on PHP 5.x, support gRPC on PHP 8 2020-12-03 17:04:54 +01:00
Michele Locati
01e06946f7
Merge pull request #194 from mlocati/manual-version
Let users install a specific PHP module version
2020-12-03 17:00:39 +01:00
Michele Locati
4ee43e5429
Let users install a specific PHP module version
Test: amqp,apcu,gmagick,http,pecl_http,igbinary,memcache,mailparse,memcached,mongodb,mosquitto,msgpack,oauth,opencensus,parallel,pcov,pdo_sqlsrv,sqlsrv,propro,protobuf,pthreads,raphf,rdkafka,redis,solr,ssh2,uuid,xdebug,uopz,xhprof,yaml
2020-12-03 15:29:09 +01:00
Michele Locati
a48eab9e71
Merge pull request #193 from mlocati/ssh2-pecl-bug-fixed
Avoid workaround for PECL issue with ssh2
2020-12-02 18:54:50 +01:00
Michele Locati
deae635790
Avoid workaround for PECL issue with ssh2
https://bugs.php.net/bug.php?id=78560 has been resolved

Test: ssh2
2020-12-02 18:48:55 +01:00
Michele Locati
cf59243ac4
Merge pull request #192 from mlocati/redis-pecl
Use redis version from pecl, even with PHP 8
2020-12-02 18:30:44 +01:00
Michele Locati
6a95436f32
Use redis version from pecl, even with PHP 8
Test: redis
2020-12-02 18:21:43 +01:00
CI
12b5bfbe8c [skip ci] Automatically update README.md 2020-11-28 13:53:31 +00:00
Michele Locati
361e717e37
Merge pull request #187 from clevyr/mosquitto
Add support for Mosquitto
2020-11-28 14:53:15 +01:00
Gabe Cook
4745ca013e
Add support for Mosquitto 2020-11-25 14:54:39 -06:00
Michele Locati
4157d994c9
Merge pull request #186 from mlocati/xdebug-3
Updates for new xdebug version
2020-11-25 19:27:02 +01:00
Michele Locati
8c39514518
Install Xdebug 3 on PHP 7.2+, fix installation of Xdebug on PHP 7.1
Test: xdebug
2020-11-25 19:18:48 +01:00
Michele Locati
2ba3849f9f
Merge pull request #184 from mlocati/fix-build-32bit-os
Fix building ldap for 32-bit OSs
2020-11-10 17:17:56 +01:00
Michele Locati
b9991ceacc
Upgrade setup-php GitHub Action 2020-11-10 17:07:31 +01:00
Michele Locati
6e520b57ed
Fix building ldap for 32-bit OSs
Test: ldap, redis
2020-11-10 16:54:39 +01:00
Michele Locati
38b97cafff
Update license year 2020-11-06 18:22:38 +01:00
Michele Locati
078e8c060a
Avoid concurrent release creations 2020-11-06 18:20:11 +01:00
Michele Locati
534c57350d
Bugfix 2020-11-06 18:05:34 +01:00
Michele Locati
f9f060c1a7
Create new releases automatically 2020-11-06 17:49:49 +01:00
Michele Locati
6618dc5ed6
Revert "Add GitHub Action to automatically create a release when creating a tag"
This reverts commit 75d14bf330.
2020-11-06 17:49:17 +01:00
Michele Locati
75d14bf330
Add GitHub Action to automatically create a release when creating a tag 2020-11-06 15:21:50 +01:00
Michele Locati
bb3d2914eb
Merge pull request #182 from 4n70w4/patch-1
Update README.md
2020-11-05 12:00:55 +01:00
Krot Eval
0c47469758
Update README.md
`chmod +x` gets the same result that `chmod a+x` and `chmod uga+x`.

Classes of users are used to distinguish to whom the permissions apply. If no classes are specified "all" is implied. The classes are represented by one or more of the following letters:

Reference	Class	Description
u	user	file owner
g	group	members of the file's group
o	others	users who are neither the file's owner nor members of the file's group
a	all	all three of the above, same as ugo
2020-11-05 13:43:10 +03:00
Michele Locati
74623ad131
Merge pull request #181 from mlocati/nproc-unavailable-workaround
Don't assume than nproc is available
2020-11-03 16:35:34 +01:00
Michele Locati
83b7fca129
Don't assume than nproc is available
Test: bcmath, gmp, cmark, decimal
2020-11-03 15:37:47 +01:00
Michele Locati
2e2e768588
Merge pull request #179 from mlocati/check-memcached-configuration
Check that memcached is configured correctly
2020-10-19 00:07:10 +02:00
Michele Locati
912d648edd
Don't use the "--defaults" pickle flag 2020-10-18 23:42:55 +02:00
Michele Locati
9d3ed12e13
Silently download pickle 2020-10-18 21:51:43 +02:00
Michele Locati
66a30ea118
Fix memcached test 2020-10-18 21:20:29 +02:00
Michele Locati
fbce2f2f7f
Fix ci-test-extensions sed 2020-10-18 20:48:31 +02:00
Michele Locati
83b22e786c
Check that memcached is configured correctly
Test: memcached, memcached+igbinary, memcached+msgpack, memcached+igbinary+msgpack
2020-10-18 20:46:51 +02:00
Michele Locati
7520cb08b4
Pass PHP_VERSION_ID to the extension test scripts 2020-10-18 19:29:55 +02:00
Michele Locati
ed743db530
Merge pull request #178 from mlocati/list-preinstalled-modules-once
List preinstalled modules just once
2020-10-18 19:08:46 +02:00
Michele Locati
7ce5742d88
Always work with normalized PHP module names 2020-10-18 19:06:39 +02:00
Michele Locati
5e68f9119e
List preinstalled modules just once
Test: pdo, mbstring, SimpleXML
2020-10-18 18:41:13 +02:00
Michele Locati
18a56d7144
Merge pull request #176 from mlocati/simplify-sortModulesToInstall
Simplify sortModulesToInstall
2020-10-18 18:29:29 +02:00
Michele Locati
dbf6ac51e8
Simplify sortModulesToInstall
Test: igbinary, msgpack, apcu_bc, http
2020-10-18 18:17:37 +02:00
CI
09606b2c1e [skip ci] Automatically update README.md 2020-10-18 16:16:54 +00:00
Michele Locati
037bcb6a65
Merge pull request #177 from mlocati/test-apcu_bc
apcu_bc doesn't work with PHP 8
2020-10-18 18:16:40 +02:00
Michele Locati
6c2eca9ae5
APcu_bc doesn't work with PHP 8 2020-10-18 18:13:08 +02:00
Michele Locati
ca8bc75bd7
Empty commit to test apcu_bc
Test: apcu_bc
2020-10-18 18:09:26 +02:00
Michele Locati
703a613e86
Merge pull request #175 from mlocati/extension-tests-any-language
Don't force PHP as the langauge of extension tests
2020-10-18 14:47:53 +02:00
Michele Locati
7a7519b64a
Don't force PHP as the langauge of extension tests
Test: gd
2020-10-18 14:38:24 +02:00
Michele Locati
4cba84276e
Test recent extensions only once a day 2020-10-05 08:23:30 +02:00
Michele Locati
317a894a5a
Merge pull request #172 from mlocati/check-enviro
Let's be sure that this script is executed in a correct Docker image
2020-09-21 15:50:16 +02:00
Michele Locati
80e3497c2f
Let's be sure that this script is executed in a correct Docker image
Test: xdebug
2020-09-21 15:45:54 +02:00