[PR #1] V0.x #1

Open
opened 2026-02-27 16:58:46 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/php-win-ext/pecl-expect/pull/1
Author: @macintoshplus
Created: 2/26/2026
Status: 🔄 Open

Base: masterHead: v0.x


📝 Commits (3)

  • f2b2ca9 add config PIE and GitHub Action
  • 1931258 🐛 apply patch for PHP 8 Thanks @arekm
  • d1c4cdc bump version to 0.4.1

📊 Changes

9 files changed (+367 additions, -14 deletions)

View changed files

.github/FUNDING.yml (+13 -0)
.github/windows.yml (+130 -0)
.github/workflows/ci.yml (+35 -0)
.gitignore (+25 -0)
README.md (+71 -0)
composer.json (+21 -0)
📝 expect.c (+61 -12)
📝 expect_fopen_wrapper.c (+9 -1)
📝 php_expect.h (+2 -1)

📄 Description

No description provided


🔄 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-win-ext/pecl-expect/pull/1 **Author:** [@macintoshplus](https://github.com/macintoshplus) **Created:** 2/26/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `v0.x` --- ### 📝 Commits (3) - [`f2b2ca9`](https://github.com/php-win-ext/pecl-expect/commit/f2b2ca9e3f80303fe9b368f9c9937bec4aa0d94b) add config PIE and GitHub Action - [`1931258`](https://github.com/php-win-ext/pecl-expect/commit/193125861226125b4a5efc05bf5e10acd1d60a0a) :bug: apply patch for PHP 8 Thanks @arekm - [`d1c4cdc`](https://github.com/php-win-ext/pecl-expect/commit/d1c4cdc29160b2d3fcf1e7712cc33d794c1b6369) bump version to 0.4.1 ### 📊 Changes **9 files changed** (+367 additions, -14 deletions) <details> <summary>View changed files</summary> ➕ `.github/FUNDING.yml` (+13 -0) ➕ `.github/windows.yml` (+130 -0) ➕ `.github/workflows/ci.yml` (+35 -0) ➕ `.gitignore` (+25 -0) ➕ `README.md` (+71 -0) ➕ `composer.json` (+21 -0) 📝 `expect.c` (+61 -12) 📝 `expect_fopen_wrapper.c` (+9 -1) 📝 `php_expect.h` (+2 -1) </details> ### 📄 Description _No description provided_ --- <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-02-27 16:58:46 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: php-win-ext/pecl-expect#1