Michele Locati
1bfe32ae86
Add support for brotli ( #1000 )
2024-11-06 10:26:43 +01:00
Michele Locati
b7cfab7a1e
imap: add support for PHP 8.4 ( #995 )
2024-10-15 17:38:11 +02:00
Michele Locati
63db434312
Add support for phalcon ( #994 )
2024-10-15 15:57:07 +02:00
Michele Locati
adb4674e26
Add support for psr ( #993 )
2024-10-15 11:08:13 +02:00
Michele Locati
9260d39846
oauth: add support for PHP 8.4 ( #990 )
2024-10-08 12:12:39 +02: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
bec79c9de0
mailparse: add support for PHP 8.4 ( #988 )
2024-10-04 22:59:44 +02:00
Michele Locati
6e958ede38
spx: add support for PHP 8.4 ( #982 )
2024-09-30 16:11:00 +02: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
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
be508269ae
apcu: add support for PHP 8.4 ( #978 )
2024-09-21 22:15:58 +02: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
7b90733885
Add support for xpass ( #976 )
2024-09-09 17:09:41 +02:00
Michele Locati
46c6aa6376
Support ionCube Loader on PHP 8.3 ( #973 )
2024-09-06 15:28:01 +02:00
Michele Locati
e48ac94508
Support pdo_oci on PHP 8.4 ( #972 )
2024-09-06 15:17:27 +02:00
Michele Locati
742bf56cae
Update snuffleupagus to v0.11.0 ( #971 )
2024-09-06 15:08:56 +02:00
Michele Locati
71ecd5d0ba
Add support for phpy ( #964 )
2024-08-20 12:28:09 +02:00
Michele Locati
a603c36914
openswoole, swoole, uopz: drop support for PHP 8.4 ( #962 )
2024-08-19 09:28:36 +02:00
Michele Locati
943f9662bf
Re-add support for AST with PHP 8.4 ( #961 )
2024-08-12 11:36:16 +02:00
Michele Locati
889b051c65
AST was working with PHP 8.4alpha2, but not with alpha4 ( #959 )
2024-08-09 15:32:26 +02:00
Michele Locati
a798c24acd
Add support for excimer on PHP 8.4 ( #951 )
2024-07-31 11:32:05 +02:00
Michele Locati
e48c6c52bf
Add support for PHP 8.4 RC ( #946 )
2024-07-30 10:40:46 +02:00
Michele Locati
29d5bfe506
yar: add support for PHP 8.2/8.3 ( #931 )
2024-06-25 12:44:24 +02:00
Michele Locati
91038e2e4d
Add support for wikidiff2 ( #918 )
2024-04-30 16:23:57 +02:00
Michele Locati
4d4b4029a4
Add support for SourceGuardian on PHP 8.3 ( #913 )
2024-04-19 10:30:33 +02:00
Michele Locati
b899180851
Add support for newrelic ( #910 )
2024-04-16 10:52:52 +02:00
Michele Locati
b4a4872aff
Add support for gearman on PHP 8.1/8.2/8.3 ( #903 )
...
* Add support for gearman on PHP 8.1/8.2/8.3
* Fix extractExtensionsFromData
2024-04-04 18:50:37 +02:00
Michele Locati
76789743a7
Add support for saxon ( #889 )
2024-02-08 16:10:38 +01:00
Michele Locati
16b7be63e0
Add support for installing FTP with SSL on PHP 8.2+ ( #871 )
2024-01-25 15:42:08 +01:00
Michele Locati
a430b7ea02
spx: upgrade to 0.4.15 (support for PHP 5.5 and PHP 8.3) ( #867 )
2024-01-18 23:33:34 +01:00
Michele Locati
17bf671615
Add support for tideways with PHP 8.3 ( #865 )
2024-01-16 10:24:56 +01:00
Michele Locati
28f3ff21b7
Add support for blackfire with PHP 8.3 ( #864 )
2024-01-16 10:17:46 +01:00
Michele Locati
ac98842ec7
solr: add support for PHP 8.3, fix installing on PHP 7.0/7.1/7.2/7.3 ( #863 )
2024-01-12 00:51:38 +01:00
Michele Locati
fb2df34f35
ds: add support for PHP 8.3, fix installing on PHP 7.3 ( #860 )
...
* Add support for ds on PHP 8.3
* Fix installing DS on PHP 7.3
2023-12-19 19:11:17 +01:00
Michele Locati
38ed1a3426
Add support for mcrypt on PHP 8.3 ( #859 )
2023-12-19 14:25:32 +01:00
Michele Locati
f039b21f7d
Add support for openswoole on PHP 8.3 ( #832 )
2023-12-18 17:32:58 +01:00
Michele Locati
4bab662cd5
Add support for vld ( #843 )
2023-11-28 15:41:34 +01:00
Michele Locati
9e3bbc0962
Drop support for mcrypt on PHP 8.3 ( #842 )
2023-11-28 15:35:08 +01:00
Tom de Wit
3b4ae66e25
Support Xdebug on PHP 8.3 ( #837 )
2023-11-23 17:10:17 +01:00
Niels Dossche
244407bc8f
Re-add support for xmldiff on PHP 8.3 ( #821 )
2023-10-31 18:42:09 +01:00
Michele Locati
a697206daf
Add support for datadog_trace on PHP 8.3 ( #823 )
2023-10-31 00:44:03 +01:00
Michele Locati
9b2fc33b6a
Drop support for xmldiff on PHP 8.3 ( #816 )
2023-10-14 10:22:21 +02:00
Michele Locati
7dce6891cb
Sodium comes pre-installed with PHP 7.2+
2023-10-09 16:21:15 +02:00
Michele Locati
9bec34ecb6
Add support for PHP 8.3 RC ( #810 )
2023-10-09 16:08:44 +02:00
Michele Locati
8d409034c3
Add support for Tensor on PHP up to 8.2 ( #805 )
2023-09-20 11:56:51 +02:00
Michele Locati
ed8c5b773a
Support ioncube loader on PHP 8.2 ( #803 )
2023-09-19 17:18:53 +02:00
Michele Locati
1888790bc8
Add support for ecma_intl PHP extension ( #795 )
2023-08-30 15:42:58 +02:00
Merijn Wijngaard
f39752ee04
Update geos version for php 8.x support ( #792 )
...
Co-authored-by: Merijn Wijngaard <mwijngaard@moxio.com>
2023-08-22 14:43:54 +02:00
Michele Locati
cb6311731f
Add support for tideways ( #783 )
2023-08-09 10:38:37 +02:00
Michele Locati
0d7dca9f0e
Add support for SeasClick PHP extension ( #779 )
2023-08-02 10:40:23 +02:00