mirror of
https://github.com/php-win-ext/php-rar.git
synced 2026-03-24 04:52:07 +01:00
[PR #1] [MERGED] Update Code and Tests #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/php-win-ext/php-rar/pull/1
Author: @macintoshplus
Created: 2/24/2026
Status: ✅ Merged
Merged: 2/24/2026
Merged by: @macintoshplus
Base:
v4.x← Head:add_build_release📝 Commits (10+)
7b2749aAdd GitHub workflow and PIE Configuration19b9431update code for PHP 8.2+234a78c💚 fix CI for PHP 8.55a930a0💚 fix CI PHP TS value52f8a34🔧 update gitignore55d30dfenable window CI for branchesd1c7fcd👷 fix test for Windows498286b👷 fix Windows test 041 fail717d75eadd dump in test for debug test on windows7ba9c28try fix test 092 on Windows📊 Changes
26 files changed (+143 additions, -47 deletions)
View changed files
➕
.github/workflows/ci.yml(+27 -0)➕
.github/workflows/windows.yml(+49 -0)📝
.gitignore(+1 -0)📝
composer.json(+5 -2)📝
config.w32(+1 -1)📝
php_rar.h(+1 -1)📝
rar_error.c(+1 -1)📝
rararch.c(+13 -5)📝
rarentry.c(+15 -2)📝
run-tests8.php(+2 -2)📝
tests/002.phpt(+1 -1)📝
tests/003.phpt(+1 -1)📝
tests/008.phpt(+1 -1)📝
tests/011.phpt(+1 -5)📝
tests/019.phpt(+1 -5)📝
tests/020.phpt(+1 -5)📝
tests/038.phpt(+3 -0)📝
tests/046.phpt(+1 -5)📝
tests/047.phpt(+1 -5)📝
tests/055.phpt(+1 -5)...and 6 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.