Commit Graph

1343 Commits (6a9cf84e2612209bf6f81b15971cc48d71174375)

Author SHA1 Message Date
Michele Locati 6a9cf84e26 [skip ci] Automatically update README.md 2024-10-04 21:33:32 +00:00
Michele Locati 7dd489b25c
redis: add support for PHP 8.4, fix installing on PHP 7.2/7.3 (#989) 2024-10-04 23:33:20 +02:00
Michele Locati cd2b7763ef [skip ci] Automatically update README.md 2024-10-04 20:59:59 +00:00
Michele Locati bec79c9de0
mailparse: add support for PHP 8.4 (#988) 2024-10-04 22:59:44 +02:00
Michele Locati ab6885852c
Better explanation of IPE_GD_WITHOUTAVIF (#987) 2024-10-03 00:33:56 +02:00
Michele Locati 037831380b [skip ci] Automatically update README.md 2024-09-30 14:11:14 +00:00
Michele Locati 6e958ede38
spx: add support for PHP 8.4 (#982) 2024-09-30 16:11:00 +02:00
Michele Locati f6f8670288 [skip ci] Automatically update README.md 2024-09-30 14:03:50 +00:00
Michele Locati 8fda930a7b
seaslog doesn't support PHP 8.4 anymore (#981)
Error: implicit declaration of function 'php_mkdir_ex'

From https://github.com/php/php-src/blob/php-8.4.0RC1/UPGRADING.INTERNALS:
  The php_mkdir() and php_mkdir_ex() APIs have been removed, use
  php_stream_mkdir() instead.
2024-09-30 16:03:37 +02:00
Michele Locati 444a3768ff [skip ci] Automatically update README.md 2024-09-30 13:58:21 +00:00
Michele Locati eb55ad5cb4
mailparse doesn't support PHP 8.4 anymore (#980)
Error: implicit declaration of function 'php_strtolower'

From https://github.com/php/php-src/blob/php-8.4.0RC1/UPGRADING.INTERNALS:
  The php_strtoupper(), php_string_toupper(), php_strtolower(), and
  php_string_tolower() functions has been removed, use zend_str_toupper(),
  zend_string_toupper(), zend_str_tolower(), and zend_string_tolower()
  respectively instead.
2024-09-30 15:58:07 +02:00
Michele Locati 504727daa1 [skip ci] Automatically update README.md 2024-09-21 20:16:14 +00:00
Michele Locati be508269ae
apcu: add support for PHP 8.4 (#978) 2024-09-21 22:15:58 +02:00
Michele Locati 253d769ab6 [skip ci] Automatically update README.md 2024-09-20 12:04:40 +00:00
Michele Locati cc1a94fc16
APCu doesn't work with PHP 8.4 at the moment (#977)
See https://github.com/krakjoe/apcu/issues/523
2024-09-20 14:04:27 +02:00
Michele Locati 96eb62e1d3
Minor change 2024-09-09 17:39:17 +02:00
Michele Locati d4a1c15926
Use softprops/action-gh-release@v2 action instead of deprecated actions/create-release & actions/upload-release-asset 2024-09-09 17:38:17 +02:00
Michele Locati 186b3b19a8
Upgrade docker/login-action@v1 to docker/login-action@v3 2024-09-09 17:28:50 +02:00
Michele Locati b84f0fb1c9 [skip ci] Automatically update README.md 2024-09-09 15:09:53 +00:00
Michele Locati 7b90733885
Add support for xpass (#976) 2024-09-09 17:09:41 +02:00
Michele Locati 4e8a3a3ff2
test-recent-extensions action: update actions version 2024-09-08 11:14:19 +02:00
Michele Locati 34b3f1d131
Allow launching actions from web interface 2024-09-08 11:12:38 +02:00
Michele Locati 9a03eb347d [skip ci] Automatically update README.md 2024-09-06 13:28:14 +00:00
Michele Locati 46c6aa6376
Support ionCube Loader on PHP 8.3 (#973) 2024-09-06 15:28:01 +02:00
Michele Locati e0676b55ce [skip ci] Automatically update README.md 2024-09-06 13:17:40 +00:00
Michele Locati e48ac94508
Support pdo_oci on PHP 8.4 (#972) 2024-09-06 15:17:27 +02:00
Michele Locati a0754bf9d5 [skip ci] Automatically update README.md 2024-09-06 13:09:11 +00:00
Michele Locati 742bf56cae
Update snuffleupagus to v0.11.0 (#971) 2024-09-06 15:08:56 +02:00
Michele Locati 561f1d3338
Fix installing ev on PHP < 8.0 (#969) 2024-09-03 18:07:17 +02:00
Michele Locati ac4b767236
Upgrade shfmt from 3.7.0 to 3.9.0 (#965) 2024-08-21 08:37:23 +02:00
Michele Locati 2604088666 [skip ci] Automatically update README.md 2024-08-20 10:28:22 +00:00
Michele Locati 71ecd5d0ba
Add support for phpy (#964) 2024-08-20 12:28:09 +02:00
Michele Locati caa12a3846
pdo_firebird: install Firebird 5 instead of 2.5 on Alpine with PHP 8.4 (#963) 2024-08-19 18:31:35 +02:00
Michele Locati e3fd834292 [skip ci] Automatically update README.md 2024-08-19 07:28:49 +00:00
Michele Locati a603c36914
openswoole, swoole, uopz: drop support for PHP 8.4 (#962) 2024-08-19 09:28:36 +02:00
Shin d8a138cd64
Simplify Dockerfile (#960)
* Simplify Dockerfile

* Update test-dockerfile.yml
2024-08-14 00:27:48 +02:00
Michele Locati 09aee3182e [skip ci] Automatically update README.md 2024-08-12 09:36:28 +00:00
Michele Locati 943f9662bf
Re-add support for AST with PHP 8.4 (#961) 2024-08-12 11:36:16 +02:00
Michele Locati 5369a5083f [skip ci] Automatically update README.md 2024-08-09 13:32:40 +00:00
Michele Locati 889b051c65
AST was working with PHP 8.4alpha2, but not with alpha4 (#959) 2024-08-09 15:32:26 +02:00
Martijn van de Beek 258090fa15
Remove sqlsrv warning for ARM (#958)
Microsoft ODBC 18 supports ARM architecture now. It has been tested succefully at our company. The warning is no longer needed.

Co-authored-by: Martijn van de Beek <m.vandebeek@paragin.com>
2024-08-09 09:49:44 +02:00
Michele Locati 3e2b610d74
Fix installing gd and vips at the same time (#955) 2024-08-08 09:43:34 +02:00
Michele Locati cfa74c52be
Upgrade libcmark from 0.31.0 to 0.31.1 (#952) 2024-08-07 20:37:55 +02:00
Michele Locati adb82b9fcb
Install the latest version of gRPC (#953) 2024-08-06 22:19:28 +02:00
Michele Locati 19b5118c32
Update ion-c from 1.1.2 to 1.1.3 (#950) 2024-07-31 11:38:34 +02:00
Michele Locati 70eed5ba7e [skip ci] Automatically update README.md 2024-07-31 09:32:19 +00:00
Michele Locati a798c24acd
Add support for excimer on PHP 8.4 (#951) 2024-07-31 11:32:05 +02:00
Michele Locati 96f2ad6bc9 [skip ci] Automatically update README.md 2024-07-30 09:48:32 +00:00
Michele Locati 608a40104f
Reverse order of PHP version in the list of supported extensions (#949) 2024-07-30 11:48:19 +02:00
Michele Locati 48de5e7a33
Update spx from 0.4.15 to 0.4.16 (#947) 2024-07-30 10:50:30 +02:00