Commit Graph

612 Commits (fc1917b4efc4d74b133e100b03f032ac616a6eb3)

Author SHA1 Message Date
Michele Locati e5541c42a5
Simplify linting 2019-12-20 18:55:05 +01:00
Michele Locati 04989ff86d
Add lint script
Co-authored-by: Michele Locati <michele@locati.it>
Co-authored-by: Quan TRAN <itscaro@users.noreply.github.com>
2019-12-20 18:30:32 +01:00
Michele Locati 0f552e12a4
Merge pull request #75 from itscaro/fix-printf
fix printf
2019-12-20 17:28:03 +01:00
Travis CI 658b73bd21 [skip ci] Automatically update README.md 2019-12-20 16:21:34 +00:00
Michele Locati 7a39c14da0
Merge pull request #78 from mlocati/memcache
Add support for memcache on PHP 7.x
2019-12-20 17:20:58 +01:00
Michele Locati e7e47ed58f
Add support for memcache on PHP 7.x 2019-12-20 17:15:02 +01:00
Michele Locati e42faf7191
Merge pull request #76 from mlocati/coding-style
Coding style
2019-12-20 17:06:11 +01:00
Michele Locati a74b935fef
Re-add GO111MODULE 2019-12-20 17:02:07 +01:00
Michele Locati db53c3585c
Removed useless var for go install 2019-12-20 16:57:35 +01:00
Michele Locati 001ac1dd60
Add .editorconfig file 2019-12-20 16:56:41 +01:00
Michele Locati 1ba29d90cf
Fix coding style 2019-12-20 16:52:00 +01:00
Michele Locati 7748bb159a
Check coding style 2019-12-20 16:23:57 +01:00
Minh-Quan TRAN a1547ab626
fix printf
Signed-off-by: Minh-Quan TRAN <account@itscaro.me>
2019-12-20 15:55:26 +01:00
Michele Locati e9e1f37b20
Merge pull request #73 from mlocati/fix-amqp
Fix amqp for Debian 8 (Jessie)
2019-12-20 15:42:33 +01:00
Michele Locati 9b24025eab
Fix amqp for Debian 8 (Jessie)
Test: amqp
2019-12-20 15:33:30 +01:00
Michele Locati 32a0cc4262
Rename vars in getDistroVersion 2019-12-20 14:32:33 +01:00
Michele Locati 544fee9d9e
Merge pull request #70 from mlocati/add-getDistroVersion
Add getDistroVersion function
2019-12-20 14:20:48 +01:00
Michele Locati dd8abe1592
Add getDistroVersion function
Test: bcmath
2019-12-20 14:15:56 +01:00
Michele Locati ece68a1e81
Merge pull request #69 from mlocati/test-more-environments
Test more environments
2019-12-20 12:17:06 +01:00
Michele Locati cf8be2316b
Test more environments
Test: bcmath
2019-12-20 12:07:05 +01:00
Michele Locati 691321bc12
Merge pull request #68 from mlocati/update-memcache
Fix memcache for PHP 5.6
2019-12-19 17:57:33 +01:00
Michele Locati 1a107c87eb
Fix memcache for PHP 5.6
Test: memcache
2019-12-19 17:51:47 +01:00
Michele Locati f42345f3ca
Merge pull request #63 from itscaro/patch-1
[Debian 9] libssh-dev conflicts with libssl-dev, use libssl1.0-dev instead
2019-12-19 16:48:42 +01:00
Michele Locati f8313949ef
Simplify handling of libssl-dev on Debian
Test: -STOP-
2019-12-19 16:40:08 +01:00
Michele Locati 6ee28220f3
Improve message about packages to be installed 2019-12-19 16:06:42 +01:00
Michele Locati b509412481
Fix volatile/persistent libraries of ZIP extension 2019-12-19 16:06:25 +01:00
Michele Locati a25f39f316
Test extensions
Test: amqp+zip, amqp+mongodb
2019-12-19 16:00:00 +01:00
Quan TRAN b97c7db893
Update install-php-extensions 2019-12-19 15:59:59 +01:00
Quan TRAN 821cc51fc2
Update install-php-extensions 2019-12-19 15:59:59 +01:00
Michele Locati 40482177ab
Improve apt/apk error logging 2019-12-19 15:59:08 +01:00
Michele Locati 441cd6760b
Merge pull request #66 from mlocati/alpine-use-libressl
Use libressl instead of openssl on Alpine
2019-12-19 15:19:55 +01:00
Michele Locati bc057dc1e6
Fix mongodb cleanup
Test: mongodb, -STOP-
2019-12-19 15:01:12 +01:00
Michele Locati c1769fec86
Use libressl instead of openssl on Alpine
libressl is a dependency of rabbitmq-c, and openssl conflicts with libressl

Test: imap, mongo, mongodb, zip
2019-12-19 14:14:51 +01:00
Michele Locati f952bafb20
Inspect data in expandPackagesToBeInstalled to detect errors 2019-12-19 14:14:50 +01:00
Michele Locati 0fd99507a3
Always require PHPIZE_DEPS in Alpine 2019-12-19 14:14:50 +01:00
Michele Locati e005701463
Remove extra white spaces 2019-12-19 10:37:03 +01:00
Michele Locati adf2f45d5c
Enable Docker only in tests 2019-12-19 10:31:13 +01:00
Michele Locati 9b4b4f7541
Use bare minimum TravisCI environment 2019-12-19 10:29:18 +01:00
Travis CI b919edbd7a [skip ci] Automatically update README.md 2019-12-19 09:23:49 +00:00
Michele Locati cc9a37b86b
Merge pull request #64 from itscaro/kafka
add kafka extension
2019-12-19 10:23:16 +01:00
Michele Locati c1807e9cfc
Generalize checking APT/APK package versions 2019-12-19 10:14:38 +01:00
Quan TRAN 0a514973a5
Update install-php-extensions 2019-12-18 19:17:26 +01:00
Michele Locati 2de4f3462d
Add support for testing more than one PHP extension at once 2019-12-18 18:24:06 +01:00
Quan TRAN 6d3a226a3d
Update supported-extensions 2019-12-18 17:44:20 +01:00
Minh-Quan TRAN b289f2d7e9
handle alpine for kafka 2019-12-18 16:11:57 +01:00
Minh-Quan TRAN 8201d060ab
add kafka extension 2019-12-18 15:15:25 +01:00
Michele Locati 9d30d8806f
Add links to sample pull requests in README.md 2019-12-17 11:21:01 +01:00
Travis CI b800b364d2 [skip ci] Automatically update README.md 2019-12-17 10:17:23 +00:00
Michele Locati 01e76bf2a7
Merge pull request #62 from mlocati/opencensus-php73-74
Support opencensus for PHP 7.3 and 7.4
2019-12-17 11:16:49 +01:00
Michele Locati 2ca480b37e
Support opencensus for PHP 7.3 and 7.4 2019-12-17 11:14:04 +01:00