Skip to content

Update dependency Peachpie.AspNetCore.Web to 1.1.11#1030

Merged
renovate[bot] merged 1 commit intodev8from
renovate/peachpie.aspnetcore.web-1.x
Apr 30, 2025
Merged

Update dependency Peachpie.AspNetCore.Web to 1.1.11#1030
renovate[bot] merged 1 commit intodev8from
renovate/peachpie.aspnetcore.web-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Feb 20, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Peachpie.AspNetCore.Web 1.1.10 -> 1.1.11 age adoption passing confidence

Release Notes

peachpiecompiler/peachpie (Peachpie.AspNetCore.Web)

v1.1.11

Release 1.1.11 is here!

What's new?

Performance

  • Compilation time has been improved thanks to the updated parser and reduced allocations in general.
  • Runtime performance improvements; mainly because of reduced allocations during runtime and lower GC pressure.
    • Thanks to @​arontsang for his IPhpCallable.Invoke() implementation using params ReadOnlySpan<PhpValue> instead of the legacy params PhpValue[].
    • Use of ArrayPool across the library to avoid array allocations.
  • Fixed analysis of compact() which broke type analysis - this fix improves WordPress performance on a few places.
  • Fixed analysis of local variables if there are more than 32 of them - this broke type analysis.

Fixes

There are many minor fixes to the compiler and runtime. The most significant fix addresses type analysis of local variables. Please see the commits for details.


Configuration

📅 Schedule: Branch creation - "before 1am,before 5am,before 9am" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/peachpie.aspnetcore.web-1.x branch 3 times, most recently from c83224a to 0205430 Compare March 3, 2025 05:26
@renovate renovate bot force-pushed the renovate/peachpie.aspnetcore.web-1.x branch 5 times, most recently from 237525d to ad93922 Compare March 11, 2025 11:15
@renovate renovate bot force-pushed the renovate/peachpie.aspnetcore.web-1.x branch 6 times, most recently from 4e581cd to 11e0107 Compare March 18, 2025 16:48
@renovate renovate bot force-pushed the renovate/peachpie.aspnetcore.web-1.x branch 4 times, most recently from f6a79eb to db78531 Compare March 31, 2025 06:32
@renovate renovate bot force-pushed the renovate/peachpie.aspnetcore.web-1.x branch 3 times, most recently from aece1f6 to f38a30f Compare April 9, 2025 10:24
@renovate renovate bot force-pushed the renovate/peachpie.aspnetcore.web-1.x branch 7 times, most recently from 8dcd0ea to be922c4 Compare April 17, 2025 09:25
@renovate renovate bot force-pushed the renovate/peachpie.aspnetcore.web-1.x branch from be922c4 to b1f3c1f Compare April 26, 2025 13:18
@renovate renovate bot force-pushed the renovate/peachpie.aspnetcore.web-1.x branch 7 times, most recently from 5bbbf4c to bc6fbcb Compare April 29, 2025 10:05
@renovate renovate bot force-pushed the renovate/peachpie.aspnetcore.web-1.x branch from bc6fbcb to a10d827 Compare April 29, 2025 17:09
@renovate renovate bot merged commit 369fd9e into dev8 Apr 30, 2025
2 checks passed
@renovate renovate bot deleted the renovate/peachpie.aspnetcore.web-1.x branch April 30, 2025 02:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants