Skip to content

Commit

Permalink
release ready, reverted signatures, bug fixes, no pecl needed
Browse files Browse the repository at this point in the history
**In reference to:** amphp#106, amphp#107, amphp#94, amphp#98, amphp#93, amphp#92, amphp#86, amphp#84, amphp#82, amphp#64

- BC signature changes has been revert since some of the tests wasn't changed to match, and too far off original design.
- Using current **Libuv** version or systems installed one, not `pecl`, this setup is not reliant on the really slow `pecl` system for updated installations.

The whole `uv_queue_work()` will need to be re implemented, the core internal `TSRM.c` thread related `tsrm_***_interpreter_context` functions used in PHP 7.4 has been removed since PHP 8.0.
  • Loading branch information
TheTechsTech committed Mar 30, 2023
1 parent 0069450 commit 3793357
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Apple-macOS-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Apple macOS Release

on:
release:
types: [published]
types: [published, edited]

jobs:
apple:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Windows-7.4-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Windows PHP 7.4 Release

on:
release:
types: [published]
types: [published, edited]

jobs:
windows:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Windows-8plus-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Windows PHP 8+ Release

on:
release:
types: [published]
types: [published, edited]

jobs:
windows:
Expand Down

0 comments on commit 3793357

Please sign in to comment.