Replies: 66 comments 10 replies
-
FFMPEG: Like imagick this compresses videos |
Beta Was this translation helpful? Give feedback.
-
puppeteer: Useful for packages like browsershot (amazing package) |
Beta Was this translation helpful? Give feedback.
-
I often use the oci8 extension. It would be awesome if I can add other extensions. |
Beta Was this translation helpful? Give feedback.
-
Would be definitely nice to let us pick which extension we would like to enable. At least provide a per-php-version php.ini file, so advanced user can add their own extension=/absolute/path.so, because so far, since the php.ini file is shared across all version, no chance to add an extension that would work for multiple php version. |
Beta Was this translation helpful? Give feedback.
-
SQL Server is a database that has first-party support through Laravel. |
Beta Was this translation helpful? Give feedback.
-
xdebug A debugger is an essential tool during development. |
Beta Was this translation helpful? Give feedback.
-
Right now, we'll just gather feedback for additional extensions and then see if/which ones we can bundle into Herd. |
Beta Was this translation helpful? Give feedback.
-
Ghostscript: Imagick requires it for PDF operations. |
Beta Was this translation helpful? Give feedback.
-
🙏 |
Beta Was this translation helpful? Give feedback.
-
It seems that The error I get when running any version of Herd PHP: error \mb_regex_encoding('UTF-8')
// call to undefined function mb_regex_encoding() |
Beta Was this translation helpful? Give feedback.
-
Please make sure that you've updated the built in PHP version via the settings screen. |
Beta Was this translation helpful? Give feedback.
-
Oh ok - has this extension been enabled and addresses this error? |
Beta Was this translation helpful? Give feedback.
-
Protobuf too. |
Beta Was this translation helpful? Give feedback.
-
Hello ! Thank you for the app ! It looks really nice ! I'm just waiting to download because I would need the extension IMAP To be sure to use in all my project 😃 Thank you and I hope it will be added |
Beta Was this translation helpful? Give feedback.
-
The XSL extension for using https://github.com/saloonphp/xml-wrangler |
Beta Was this translation helpful? Give feedback.
-
I see in the documentation the ability to add PHP extensions: https://herd.laravel.com/docs/1/advanced-usage/additional-extensions Does this solve this thread? I'm reformatting my macbook right now and wondering if I need to bother with Valet now. |
Beta Was this translation helpful? Give feedback.
-
ldap prevents me from using herd at the moment as this is not available in pecl |
Beta Was this translation helpful? Give feedback.
-
I just needed to install Imap, and here is how I did it, which seems to work:
Then, in Herds php.ini (Library/Application Support/Herd/config/php/83/php.ini):
I used the docs as a guide. Hope this helps anyone else. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
New PHP builds are currently distributed (a new 8.3 version for ARM64 is already available).
🎉 If you have previously installed one of those extensions manually, you might need to remove the custom extension. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I have separate thread about it, but adding it here just in case this is where the focus is from Herd devs. But either add serializers and compression to the compiled in phpredis extention. For my specific use case it's LZ4 and Igbinary that is required. But if it should be added to compiled I think it makes sense to add a few more. As least same as Forge: forge@ma-dev-04:~$ php --ri redis redis Redis Support => enabled Alternative approach If that is not interesting for you for some reason, I would like that you stop compiling the redis extention and instead load it as extention so I can disable your redis.so and load my own. My full thread here: |
Beta Was this translation helpful? Give feedback.
-
Avif file format in Imagemagick would be appreciated. #935 |
Beta Was this translation helpful? Give feedback.
-
The pdo-firebird extension is the missing link for my projects to fully transition to herd |
Beta Was this translation helpful? Give feedback.
-
odbc & pdo_odbc aren't available to install with pecl It would be nice to have them in Herd. |
Beta Was this translation helpful? Give feedback.
-
Does anyone work with ODBC? Can't get the connection to work since pecl can't install the extension. |
Beta Was this translation helpful? Give feedback.
-
@helderneves91 Download the driver from here: https://learn.microsoft.com/en-us/sql/connect/php/download-drivers-php-sql-server?view=sql-server-ver16 |
Beta Was this translation helpful? Give feedback.
-
I have installed herd-lite (php.new for linux) and i want to install extra extensions. I tried the new Pie extension installer but i noticed phpize (php-dev) is not installed on my machine. Maybe shipping phpize with herd-lite is an option so users can install extra extensions? |
Beta Was this translation helpful? Give feedback.
-
Feature Description
Instead of opening an issue for each extension we wish, easier like this
Is this feature valuable for other users as well and why?
Please don't put issues or duplicates (asking for an extension that is already on the list) just thumbs up
Beta Was this translation helpful? Give feedback.
All reactions