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

FIXED error for unsupported php 8.4 in xdebug #1134

Merged

Conversation

jessevz
Copy link
Contributor

@jessevz jessevz commented Nov 27, 2024

temporarily fix by upgrading xdebug to version 3.4.0beta1. When stable release of xdebug supports php version 8.4 we should change this line again.

Second part of the fix is to disable deprecation warning as errors in the apiv2 backend. php 8.4 introduces some deprecations (https://php.watch/versions/8.4/implicitly-marking-parameter-type-nullable-deprecated). By throwing this as hard errors, the ci/cd pipeline fails so I had to disable it.

@jessevz jessevz linked an issue Nov 27, 2024 that may be closed by this pull request
@jessevz jessevz merged commit 450816b into master Nov 28, 2024
1 check passed
@jessevz jessevz deleted the 1133-bug-build-containers-failing-because-of-new-php-version branch November 28, 2024 09:59
jessevz added a commit that referenced this pull request Nov 28, 2024
* FIXED error for unsupported php 8.4 in xdebug (#1134)

* FIXED error for unsuported php 8.4 version by upgrading xdebug to version 3.4.0beta1

* temporarily fix by disabling php 8.4 deprecation warnings in apiv2

* Fixed preprocessor skip command bug. (#1126)

* Fixed preprocessor skip command bug.

* Added changelog entry.

* Updated changelog entry version.

* Use utf8mb4 as default encoding (#1127)

* Use utf8mb4.

* Added comment, added changelog entry.

---------

Co-authored-by: jessevz <[email protected]>

---------

Co-authored-by: gochujang-c <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG]: build containers failing because of new php version.
2 participants