Commit Graph

573 Commits (b223ced707d1eac4d77b7f2e4cc2b1be45fbac80)

Author SHA1 Message Date
Michele Locati 12844b49ab
Simplify installPECLModule 2020-07-27 12:19:04 +02:00
CI 405b1a3a01 [skip ci] Automatically update README.md 2020-06-15 15:42:07 +00:00
Michele Locati 1d163ae6ea
Merge pull request #149 from fedotov-as/feature/apcu_bc
Add support for apcu_bc
2020-06-15 17:41:46 +02:00
Michele Locati 171c62f65f
Merge pull request #151 from mlocati/igbinary-pecl
Use PECL to install igbinary
2020-06-15 17:36:37 +02:00
Michele Locati ee2e6917ec
Use PECL to install igbinary
Test: igbinary, igbinary+memcached, igbinary+redis, igbinary+memcached+redis
2020-06-15 17:17:15 +02:00
Aleksandr Fedotov d169c1fa49
Add support for apcu_bc
Test: apcu_bc
2020-05-24 19:40:39 +03:00
Michele Locati ded00059c6
Merge pull request #146 from fedotov-as/hotfix/compatibility
Add compatibility memcached with msgpack
2020-05-24 14:36:54 +02:00
Aleksandr Fedotov 51df372d19
Add compatibility memcached with msgpack
Test: msgpack+memcached
2020-05-24 15:27:36 +03:00
CI 8aa224a7b8 [skip ci] Automatically update README.md 2020-04-30 07:07:29 +00:00
Michele Locati 256df92c73
Merge pull request #144 from mlocati/xhprof
Add support for XHProf
2020-04-30 09:07:16 +02:00
Michele Locati 85a9effc11
Add support for XHProf 2020-04-30 09:02:29 +02:00
Michele Locati 41591ccf8f
Merge pull request #142 from mlocati/yaml-php7.0
Use YAML version 2.0.4 for PHP 7.0
2020-04-25 14:39:13 +02:00
Michele Locati 0fef060c56
Use YAML version 2.0.4 for PHP 7.0
Test: yaml
2020-04-25 14:29:37 +02:00
Michele Locati 8c843af12f
Merge pull request #138 from mlocati/fix-sqlsrv
Fix sqlsrv/pdo_sqlsrv because of recent changes
2020-04-16 14:29:52 +02:00
Michele Locati 347a4d482c
Fix sqlsrv/pdo_sqlsrv because of recent changes
Test: pdo_sqlsrv, sqlsrv
2020-04-16 14:21:23 +02:00
CI 267eea1255 [skip ci] Automatically update README.md 2020-03-03 13:25:40 +00:00
Michele Locati dbfc017114
Add asterisk to supported extensions if they have special requirements 2020-03-03 14:25:20 +01:00
CI 237901a2c2 [skip ci] Automatically update README.md 2020-03-03 12:29:59 +00:00
Michele Locati 91cf4013fe
Merge pull request #128 from mlocati/improve-tdlib
tdlib: support more PHP versions
2020-03-03 13:29:46 +01:00
Michele Locati 1deeb6d656
tdlib: support more PHP versions 2020-03-03 12:09:28 +01:00
CI 7bbefb3bcf [skip ci] Automatically update README.md 2020-03-03 11:08:17 +00:00
Michele Locati 657657c864
Allow specifying extensions not supported in certain distros 2020-03-03 12:07:51 +01:00
CI 47409e2d23 [skip ci] Automatically update README.md 2020-03-02 20:21:26 +00:00
Michele Locati de2e921a8b
Merge pull request #127 from mlocati/tdlib
Add support for tdlib
2020-03-02 21:21:10 +01:00
Michele Locati 219f2b89ce
Add support for tdlib 2020-03-02 18:36:35 +01:00
Michele Locati ab6746373b
Use lower case extension names 2020-02-29 18:44:31 +01:00
Michele Locati 119c431aef
Merge pull request #126 from mlocati/define-distro-vars
Define DISTRO and DISTRO_VERSION
2020-02-28 11:45:17 +01:00
Michele Locati e5764afde4
Test some extensions
Test: amqp+zip, xdebug
2020-02-28 11:13:53 +01:00
Michele Locati 4665719b92
Define DISTRO and DISTRO_VERSION
So that we don't have to call getDistro and getDistroVersion many times
2020-02-28 11:09:15 +01:00
CI 94ae929c4e [skip ci] Automatically update README.md 2020-02-27 23:43:18 +00:00
Michele Locati 6de943b31a
Merge pull request #125 from LAKostis/feature/add-snuffleupagus-ext
added snuffleupagus ext support
2020-02-28 00:43:02 +01:00
Michele Locati d15134f374
Lint 2020-02-27 23:52:04 +01:00
Michele Locati d4a9ef7b68
Use codeload URL for snuffleupagus 2020-02-27 23:52:04 +01:00
Michele Locati a1ea13ff04
Don't download snuffleupagus source code twice 2020-02-27 23:52:03 +01:00
Michele Locati 7ffbb142a4
Switch to src only for snuffleupagus
We can't assume that any other present or future package won't contain
a "src" directory we shouldn't "cd" into.

Also, we have to invoke "cd" just once, otherwise the next "cd -" will
enter the wrong directory.
2020-02-27 23:52:02 +01:00
Michele Locati 7306861194
Simplify configuration 2020-02-27 23:52:01 +01:00
Michele Locati 4b24eb6110
Remove unneeded packages 2020-02-27 23:49:30 +01:00
Konstantin A. Lepikhov ccd5dcbbb3 add debian support 2020-02-27 21:51:55 +01:00
Konstantin A. Lepikhov 6000437aac installModuleFromSource: another formatting fix 2020-02-27 21:08:14 +01:00
Konstantin A. Lepikhov f0b82f028b installModuleFromSource: fix formatting 2020-02-27 21:05:25 +01:00
Konstantin A. Lepikhov 796d556072 snuffleupagus: enable .rules
This module uses very strict defaults which block almost everything.
2020-02-27 20:59:35 +01:00
Konstantin A. Lepikhov 310d89ade2 added snuffleupagus ext support 2020-02-27 15:43:33 +01:00
Michele Locati 37e0b4fff3
Fix regular expression to extract package handle 2020-02-25 14:03:34 +01:00
Michele Locati 419d019232
Merge pull request #123 from mlocati/use-latest-mongodb
Use latest version of mongodb
2020-02-25 11:09:33 +01:00
Michele Locati 772d5dbcdf
Merge pull request #124 from mlocati/check-php-coding-style-quieter
Let Check PHP coding style action be a bit quieter
2020-02-25 11:06:30 +01:00
Michele Locati fdf38cfb02
Let Check PHP coding style action be a bit quieter 2020-02-25 11:03:36 +01:00
Michele Locati 5a7e9a9fda
Use latest version of mongodb
Test: mongodb
2020-02-25 10:58:17 +01:00
Michele Locati d18824e2f2
Fix Telegram notification channel 2020-02-22 20:42:50 +01:00
Michele Locati ab7424e25a
Add GitHub Action to check sending Telegram notifications 2020-02-22 19:26:47 +01:00
Michele Locati c58ecd5264
Minor change 2020-02-21 22:01:48 +01:00