François Poirotte

Results 22 comments of François Poirotte

Commit 86b43c3519b9803aa7074f23d936f50e50b1b5ee introduced the notion of API restrictions. These restrictions are based on the new preload RFC that has recently been added to PHP's master branch (see https://wiki.php.net/rfc/preload & php/php-src@f6d227ed4f5d4c0276eb720806e808baceb37f10)....

Hello, To be fair to @dstogov, the master branch of the official PHP repository has had that same #define PHP_VERSION "7.3.0-dev" for quite some time now (see https://github.com/php/php-src/commit/5230541ef59 from 2017)....

Hello, Ubuntu uses multi-arch packages, which are not currently detected by php-ffi. To fix this: * First, make sure the development headers for libffi are installed on your system (libffi-dev)....

So... the new raspberry 2 type B is now out and comes with more RAM, a faster CPU and ARM7 support. Any chance to see another go at this issue?...

Hi, I did a few manual tests yesterday using the example plugin I posted in the docs' PR. My tests worked as I intended and I did not notice any...

I've created draft pull requests to address this issue. I'm a novice when it comes to Go, so apologies if the code quality is subpar. I haven't had time to...

Hi, Other conflicting packages include TeamsForLinux. As noted by others before, this can easily be fixed by adding the appropriate fpm options to the electron-builder configuration file (`electron-builder-linux-mac.json` in this...

This is probably related to an outdated install-pear-nozlib.phar. Please try to remove (or rename) the file in src/bzips/install-pear-nozlib.phar. This will force phpfarm to fetch the latest version of the phar...

Hi, As the note in PHP's documentation (https://www.php.net/glob) states: > Note: The GLOB_BRACE flag is not available on some non GNU systems, like Solaris or Alpine Linux. So this seems...

podman has a docker-compatible API socket (since podman v4 I believe) which can be activated through systemd with `systemctl start podman` (which simply runs `podman system service` in the background...