Michele Locati
|
ebff852d98
|
Merge pull request #82 from mlocati/ldap-alpine
Fix ldap on Alpine
|
2019-12-23 09:51:49 +01:00 |
Michele Locati
|
6bd710afa3
|
Fix ldap on Alpine
Test: ldap
|
2019-12-23 09:46:35 +01:00 |
Michele Locati
|
99fbb8a7f8
|
Merge pull request #81 from mlocati/fix-intl-jessie
Fix Intl dependencies on Debian Jessie
|
2019-12-23 09:33:07 +01:00 |
Michele Locati
|
50ef92b35f
|
Fix Intl dependencies on Debian Jessie
Test: intl
|
2019-12-23 09:25:31 +01:00 |
Michele Locati
|
511cd1b8a3
|
Merge pull request #80 from mlocati/fix-gd-jessie
Fix GD on Jessie
|
2019-12-23 09:18:36 +01:00 |
Michele Locati
|
fcab189dd2
|
Fix GD dependencies on Debian Jessie
|
2019-12-23 09:12:15 +01:00 |
Michele Locati
|
58f33d2e90
|
Abort if expandPackagesToBeInstalled fails
Test: gd
|
2019-12-23 09:01:24 +01:00 |
Michele Locati
|
a124af02a7
|
Merge pull request #79 from mlocati/lint-script
Add lint script
|
2019-12-20 19:14:34 +01:00 |
Michele Locati
|
5f6fbb81fc
|
Use official shfmt docker image
|
2019-12-20 19:10:33 +01:00 |
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 |