Michele Locati

Results 74 issues of Michele Locati

Installing PHP extensions from the pecl repository is much easier than installing them from a github repository (in particular, we can install the latest version without knowing it, the configure...

Right now, to strip out tests, docs and other useless files from packages installed via composer, we need to manually (and carefully) set the `finder` key of `box.json`. There has...

This works: ```sh $ install -v --dry-run --no-interaction xdebug-3.0.4 - Installing xdebug (3.0.4): Downloading (100%) Extracting archive+-----------------------------------+--------+ | Package name | xdebug | | Package version (current release) | 3.0.4...

I've just released version 0.7.0, but it's not listed on packagist (see https://packagist.org/packages/friendsofphp/pickle). @pierrejoye I think it's something you should take a look at...

I [created a little script](https://gist.github.com/mlocati/985ea9d260adf7a27e7191229386c6f8) that extracts all the versions of all the PECL packages. Here's the list: [versions.txt](https://github.com/FriendsOfPHP/pickle/files/5659086/versions.txt) As you can see, there are many version formats, like for...

In PHP 7.3, PCRE2 (the library that parses regular expressions) has been upgraded to version 10.32. It seems that this new version of PCRE is a bit more picky when...

When running the `encrypt-file command`, the travis client adds two encrypted environment variables to the project configuration (for example: `encrypted_123456789ab_key` and `encrypted_123456789ab_iv`). The prefix of the name of these two...

When debugging bash scripts, we currently have that `$0` evaluates to `usr/bin/bashdb`. In order to solve this, what about using the `--debugger` option of bash? See the *Description* section of...

enhancement
help wanted