Commit Graph

584 Commits (aeb20d355becd57ed52dca237acab6db86a96cab)

Author SHA1 Message Date
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
CI a82bb5cc91 [skip ci] Automatically update README.md 2020-09-21 13:13:57 +00:00
Michele Locati 15fef3fe71
Merge pull request #171 from mlocati/redis-php8
Support redis with PHP 8
2020-09-21 15:13:41 +02:00
Michele Locati 3c272ff906
Support redis with PHP 8 2020-09-21 15:06:43 +02:00
CI b3c4a238c1 [skip ci] Automatically update README.md 2020-09-21 12:56:26 +00:00
Michele Locati 7df6abbea1
Merge pull request #170 from mlocati/xdebug-php8
Support xdebug with PHP 8
2020-09-21 14:56:11 +02:00
Michele Locati 9e390295b3
Support xdebug with PHP 8 2020-09-21 14:50:13 +02:00
CI e01752d0ca [skip ci] Automatically update README.md 2020-09-19 02:59:16 +00:00
Michele Locati a5fdfc6d8c
Merge pull request #167 from mcfedr/pickle
Support for using pickle as drop in for pecl on php 8
2020-09-19 04:59:02 +02:00
Fred Cox efeada0806 Make the test script easy to use locally 2020-09-18 22:05:34 +03:00
Fred Cox f15031994b fixes for enchant extension on alpine3.12
disable enchant on some version/distro combos
2020-09-18 22:05:08 +03:00
Fred Cox 01c511fbeb Fix gd test 2020-09-18 21:23:48 +03:00
Fred Cox 7ce97ab6ed Support for using pickle as drop in for pecl on php 8 2020-09-18 21:04:38 +03:00
Michele Locati 4811e7961f
Merge pull request #160 from mlocati/parallel-compilation
Enable parallel compilation for many pecl extensions
2020-08-19 18:27:20 +02:00
Michele Locati e39841af1b
Enable parallel compilation for many pecl extensions
Test: amqp, bcmath, bz2, calendar, exif, gd, gettext, grpc, imagick, intl, mysqli, opcache, pcntl, pdo_mysql, protobuf, redis, soap, sockets, tidy, xdebug, xsl, yaml, zip
2020-08-19 17:00:26 +02:00