Skip to content

CP-17078 build failure#17081

Merged
niden merged 8 commits into
5.0.xfrom
CP-17078-build-failure
Jun 6, 2026
Merged

CP-17078 build failure#17081
niden merged 8 commits into
5.0.xfrom
CP-17078-build-failure

Conversation

@niden
Copy link
Copy Markdown
Member

@niden niden commented Jun 6, 2026

Hello!

In raising this pull request, I confirm the following:

  • I have read and understood the Contributing Guidelines
  • I have checked that another pull request for this purpose does not exist
  • I wrote some tests for this PR
  • I have updated the relevant CHANGELOG
  • I have created a PR for the documentation about this change

Fixed the compilation failure ('name_zv' undeclared) in Phalcon\Container\Container::callableGet() and callableNew() when building from source with Zephir Parser 2.0.4. Both closures captured the typed string name parameter directly via use (name); the value is now copied into a local variable before capture so the generated closure no longer references an undeclared identifier.

Thanks

niden added 7 commits June 5, 2026 21:07
Assisted-by: Claude Code
Assisted-by: Claude Code
Assisted-by: Claude Code
Assisted-by: Claude Code
Assisted-by: Claude Code
@niden niden requested a review from Jeckerson June 6, 2026 02:38
@niden niden self-assigned this Jun 6, 2026
@niden niden added bug A bug report status: medium Medium 5.0 The issues we want to solve in the 5.0 release labels Jun 6, 2026
@niden niden merged commit b6d7924 into 5.0.x Jun 6, 2026
96 checks passed
@niden niden deleted the CP-17078-build-failure branch June 6, 2026 03:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

5.0 The issues we want to solve in the 5.0 release bug A bug report status: medium Medium

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant