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

[BUG]: Fix class entries of PSR in build/ directory #15647

Closed
Jeckerson opened this issue Sep 7, 2021 · 1 comment · Fixed by #15648
Closed

[BUG]: Fix class entries of PSR in build/ directory #15647

Jeckerson opened this issue Sep 7, 2021 · 1 comment · Fixed by #15648
Assignees
Labels
5.0 The issues we want to solve in the 5.0 release bug A bug report

Comments

@Jeckerson
Copy link
Member

Wrong:

Z_PARAM_OBJECT_OF_CLASS(link, PsrLinkLinkInterface_ce_ptr)

Correct:

Z_PARAM_OBJECT_OF_CLASS(link, zephir_get_internal_ce(SL("psr\\link\\linkinterface")))
@Jeckerson Jeckerson added bug A bug report 5.0 The issues we want to solve in the 5.0 release labels Sep 7, 2021
@Jeckerson Jeckerson self-assigned this Sep 7, 2021
@Jeckerson
Copy link
Member Author

Jeckerson commented Sep 7, 2021

Blocked by zephir-lang/zephir#2213

Jeckerson added a commit that referenced this issue Sep 7, 2021
Jeckerson added a commit that referenced this issue Sep 7, 2021
Jeckerson added a commit that referenced this issue Sep 7, 2021
Jeckerson added a commit that referenced this issue Sep 7, 2021
Jeckerson added a commit that referenced this issue Sep 7, 2021
This is because all arches contain identical code.
Jeckerson added a commit that referenced this issue Sep 7, 2021
Jeckerson added a commit that referenced this issue Sep 7, 2021
Jeckerson added a commit that referenced this issue Sep 7, 2021
@Jeckerson Jeckerson linked a pull request Sep 7, 2021 that will close this issue
5 tasks
@niden niden moved this to Released in Phalcon v5 Aug 25, 2022
@niden niden added this to Phalcon v5 Aug 25, 2022
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
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant