Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency Peachpie.Library.PDO.PgSQL to 1.1.11 #1032

Open
wants to merge 1 commit into
base: dev8
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 20, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Peachpie.Library.PDO.PgSQL 1.1.10 -> 1.1.11 age adoption passing confidence

Release Notes

peachpiecompiler/peachpie (Peachpie.Library.PDO.PgSQL)

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.library.pdo.pgsql-1.x branch 3 times, most recently from a930065 to 5b2a421 Compare March 3, 2025 05:27
@renovate renovate bot force-pushed the renovate/peachpie.library.pdo.pgsql-1.x branch from 5b2a421 to 8ae57ac Compare March 4, 2025 14:17
@renovate renovate bot force-pushed the renovate/peachpie.library.pdo.pgsql-1.x branch from 8ae57ac to 102ea2f Compare March 6, 2025 18:02
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