Michele Locati

Results 74 issues of Michele Locati

See for instance http://www.orchardproject.net/localize/download/it-IT Originating discussion: https://github.com/mlocati/betterpoeditor/pull/4 Credits to @MpDzik :wink:

bug

Since PHP 8.1, passing `null` as the second parameter of `explode()` raises this deprecation error: ``` Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated ```...

That way, it'd be easier to set `--enable-parle-utf32` when installing via pecl/pickle...

Their master branch should be ok: we just need that they publish a new version (keep an eye on https://pecl.php.net/package-changelog.php?package=solr for a version greater than 2.5.1)

waiting for external maintainer

## Feature Request Installing PHP extensions inside official PHP docker images is not an easy task. Indeed you need to: - know the required apt (Debian) or apk (Alpine) system...

What about letting users to specify if msgpack and lz4 support should be enabled when installing the extension with pecl or pickle?

The ImageMagick `MagickGetImageAlphaChannel` function returns a boolean, but the `getImageAlphaChannel` method [returns an int](https://github.com/Imagick/imagick/blob/e11011c2848f4d9000fa8b67c76a91ae657cb3ea/imagick_class.c#L2260-L2277) See: - [ImageMagick version 6.5.5](https://github.com/ImageMagick/ImageMagick6/blob/3ed852eea50f9d4cd633efb8c2b054b8e33c2530/wand/magick-image.c#L3668) (the oldest one I can find in the repo) - [ImageMagick...

Documentation
help wanted