-
PECL is standard way of installing extensions for PHP.
```
pecl install spx
```
-
Some people are against it for security reasons. Ideally it should be in a separate snap, connected via TCP, but I'm not aware of such service/setup.
If we don't include it, people will never be able…
-
Hi, @jbarone.
I appreciate your work!
When I tried to build the docker container I face an error about pecl:
```
kali@kali ~/xxelab (master)> sudo docker build -t xxelab . --build-arg http_p…
-
HttpRequest адаптер устарел, нужно переписать его под pecl_http v2 или сделать отдельный адаптер для v2, а этот оставить как устаревший.
Rpsl updated
10 years ago
-
Somehow the resulting Depends line is only "libc"
I'd like to have something like
`Depends: ${shlibs:Depends}, ${php:Depends}, ${misc:Depends}, php-common (>= 1:42), phpapi-20151012`
for PHP 7.0
-
Hi, i'm using ubuntu 18.04 and php7.3 version.
When i try to install augeas with pecl:
`sudo pecl install augeas-0.6.1`
I'm getting error: **/usr/include/augeas.h:24:10: fatal error: libxml/tree.h:…
-
Once this is no longer experimental (starting to look good with #4 being done!!), should this be put on PECL for easy installation?
-
hi,
The PHP License cannot be used for anything not released under *.php.net. An easy way to solve this problem is to release this extension under pecl.php.net.
Pros for this move besides solving th…
-
Hi, Do you have a plan to publishing this extension to PECL?
-
This is a tracking issue for PHP 8.4 status.
* [x] PHP 8.4
* [x] Create a new package for PHP 8.4.0alpha1
* [x] Update the package with PHP 8.4.0alpha2 (when available)
* [x] Upload to php…