-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PECL builds #3
Comments
Uploaded crypto DLL's are up to 8.1 only. If there's compilation errors for newer PHP releases, we'd need a better visibility for them. Your list is missing RRD extension. Which, according to phptools.online, building fine for up to 8.3. |
I'd also like to see Lua, but as far as I'm aware, it does not build for PHP8 OOB. |
Hi, the DLL for PHP 8.0 to 8.3 are available here: https://phpext.phptools.online/extension/languages/lua-416 |
@AnrDaemon Added builds for crypto, rrd and lua. |
\o/ yau! |
Could you please roll build of the new https://pecl.php.net/package/pinpoint_php PECL extension? I did a quick build against PHP 8.3.9, and that worked without issues. Apparently, no external dependencies are required for that package. |
@cmb69 Just noticed that it has a config.w32 in PECL, I have uploaded the builds. |
cmark 1.2.0 builds are missing, but see krakjoe/cmark#20 and krakjoe/cmark#21, which are shop-stoppers anyway. |
PDO_OCI doesn't seem to be supported yet. See php/pecl-database-pdo_oci@a236fe4 on how that could be done with setup-php-sdk. |
@cmb69 I have added PHP 8.3 builds for PDO_OCI 1.1.0. |
Consider to also build https://pecl.php.net/package/opentelemetry (standard procedure; nothing special). |
@cmb69 Added |
There are no builds for https://pecl.php.net/package/pecl_http yet (reported via m6w6/ext-http#138). Note that this package required some special handling regarding the name (package name is pecl_http, but DLL should be php_http.dll for BC reasons). |
@cmb69 Added |
Could you please add md4c? Thanks in advance. |
@eklausme Added |
This issue is to track the progress of the PECL builds we are doing
Here is the list of extensions built so far
The text was updated successfully, but these errors were encountered: