[PR #10] [CLOSED] Attempt to fix runkit7 PECL builds on Windows #15

Open
opened 2026-01-24 11:41:38 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/php/web-rmtools/pull/10
Author: @TysonAndre
Created: 5/14/2019
Status: Closed

Base: masterHead: fix-runkit7


📝 Commits (1)

  • cb31f95 Attempt to fix runkit7 PECL builds on Windows

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 data/config/pecl/exts.ini (+1 -1)

📄 Description

See https://marc.info/?l=pecl-dev&m=155562978906879&w=2

--enable-extname will attempt to build that extension as a static
extension, which won't produce a dll that can be used on windows.php.net

cc @cmb69


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/php/web-rmtools/pull/10 **Author:** [@TysonAndre](https://github.com/TysonAndre) **Created:** 5/14/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix-runkit7` --- ### 📝 Commits (1) - [`cb31f95`](https://github.com/php/web-rmtools/commit/cb31f9519033693f6ea30e95185585ccab51db78) Attempt to fix runkit7 PECL builds on Windows ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `data/config/pecl/exts.ini` (+1 -1) </details> ### 📄 Description See https://marc.info/?l=pecl-dev&m=155562978906879&w=2 `--enable-extname` will attempt to build that extension as a static extension, which won't produce a dll that can be used on windows.php.net cc @cmb69 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-24 11:41:38 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: php/web-rmtools#15