pickle icon indicating copy to clipboard operation
pickle copied to clipboard

PHP Extension installer

Results 43 pickle issues
Sort by recently updated
recently updated
newest added

As a first step, create a plugin for composer (2.x). That means the pickle command can be called using a custom command using composer. Once stable and we know exactly...

Regardless of being installed by Pickle or not, could we have a enable/disable option to update the mini file (mainly on Windows)? Also and uninstall command is very handy, it...

/* TODO: make it to take value like zip, tgz, etc. should this functionality be expanded */ https://github.com/FriendsOfPHP/pickle/blob/master/src/Console/Command/ReleaseCommand.php#L57

https://github.com/FriendsOfPHP/pickle/blob/master/src/Console/Command/InstallerCommand.php#L210 https://github.com/FriendsOfPHP/pickle/blob/master/src/Console/Command/ReleaseCommand.php#L92 /* TODO The part of the helper showing package info plus the concrete info class implementation should be reworked. The concrete Info class should provide information for this...

When running e.g. `pickle install gearman`, the installation fails with a permission issue. ``` - Installing gearman (latest-stable) Downloading: 100% [RuntimeException] /vendor/composer/1dbbafcf does not exist and could not be created....

bug

A few things to keep in mind to get extension packages working well with composer after discussing with @pierrejoye: - set package `type` in composer.json to `php-ext` - set name...

Not really an issue but more a question since I'm unable to find an answer: Where does Pickle install the PHP extensions to? And related: does Pickle skip the installation...

Not sure when it happens but commands like info should be engine independent. For example: pickle info myext should display info no matter if the ext is on pecl, only...

bug

We need a way to handle a list of installed extensions and provide APIs/Commands to list them, with version. Core extensions being a total mess, we should create a special...

enhancement

Add support for generating a spec file that is then used to build an RPM for a Pecl package.

enhancement