Highlights
- Arctic Code Vault Contributor
Pinned
7,225 contributions in the last year
Activity overview
Contributed to
concrete5/concrete5-core,
concrete5/concrete5,
mlocati/docker-php-extension-installer
and 5 other
repositories
Contribution activity
January 2021
Created 5 repositories
- mlocati/atk4-image Dockerfile
- mlocati/dsql PHP
- mlocati/lando JavaScript
- mlocati/pickle PHP
- mlocati/pecl-info PHP
Created a pull request in FriendsOfPHP/pickle that received 4 comments
Switch from TravisCI to GitHub Actions
PS: this PR includes the changes in #206
+1,110
−429
•
4
comments
Opened 47 other pull requests in 5 repositories
mlocati/docker-php-extension-installer
24
merged
- Support installing generic versions of extensions
- Simplify handling of PECL package names
- Include Alpine 3.13 in tests
- Support memcache on PHP 8.0
- Updates after new pickle version
- Add support for zstd
- Use recent smbclient version even on old Alpine versions
- Fix installing smbclient on old Alpine Linux versions
- Install Microsoft ODBC Drivers when using sqlsrv / pdo_sqlsrv
- Add support for SeasLog
- Add support for json_post
- Fix installing HTTP extension with PHP 7.x
- Add support for gearman
- Fix installing igbinary with PHP 8
- Add support for sqlsrv/pdo_sqlsrv with PHP 8.0
- Add script version
- Instruct composer to not use cache when building pickle
- Fix installing rdkafka in PHP 5.6
- Update configuration options for mongo and swoole
- Fix installing swoole with PHP 7.1
- Add support for yar
- Add support for smbclient
- Add support for xlswriter
- Add support for snuffleupagus with PHP 8.0
FriendsOfPHP/pickle
2
open
16
merged
1
closed
- Test the actual versions of the PECL packages and stabilities
- Use a local website for testing instead of pecl.php.net
- Use a local website for testing instead of pecl.php.net
- Fix ide warnings
- Fix composer scripts and check composer files
- Check for zip/unzip capability only when needed
- Exit with non-zero when pecl install fails
- Run tests on push to master too
- Cache composer dependencies
- PHP 8.0 compatibility
- Remove useless phar-composer-1.1.0.phar
- Accept an empty value for --version-override option to say "don't check C headers"
- Support reading version from headers in form PHP_<NAME>_EXT_VERSION
- Add PHP coding style rules and check PHP coding style
- Run tests on Windows too
- Update composer.lock so that it matches composer.json
- Use system zip/unzip commands (if available)
- Assume that we are using PHP 7.2
- Add GitHub Action to automatically publish draft releases
mlocati/ip-lib
2
merged
atk4/image
1
open
lando/lando
1
open
Reviewed 4 pull requests in 3 repositories
FriendsOfPHP/pickle 2 pull requests
mlocati/docker-php-extension-installer 1 pull request
eduardok/libsmbclient-php 1 pull request
Created an issue in eduardok/libsmbclient-php that received 5 comments
Error on Alpine Linux 3.9 and lower: smbc_setOptionProtocols: symbol not found
Start a Docker container with Alpine Linux 3.9, for example with: docker run --rm -it php:7.3-cli-alpine3.9 sh In that docker image, type these com…
5
comments