Skip to content

Conversation

@nicolas-grekas
Copy link
Member

Q A
Branch? 6.4
Bug fix? yes
New feature? no
Deprecations? no
Issues -
License MIT

@nicolas-grekas nicolas-grekas merged commit fb69921 into symfony:6.4 Mar 31, 2025
9 of 10 checks passed
@nicolas-grekas nicolas-grekas deleted the db-unlazy-php84 branch March 31, 2025 12:27
fabpot pushed a commit to khushaalan/symfony that referenced this pull request Apr 3, 2025
…rage native lazy objects (nicolas-grekas)

This PR was merged into the 6.4 branch.

Discussion
----------

[DoctrineBridge] Fix support for entities that leverage native lazy objects

| Q             | A
| ------------- | ---
| Branch?       | 6.4
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Issues        | -
| License       | MIT

Commits
-------

382b3dd [DoctrineBridge] Fix support for entities that leverage native lazy objects
fabpot added a commit that referenced this pull request Apr 3, 2025
…pe null` error by adding null checking (khushaalan)

This PR was submitted for the 7.2 branch but it was squashed and merged into the 6.4 branch instead.

Discussion
----------

[Mailer] Fix `Trying to access array offset on value of type null` error by adding null checking

| Q             | A
| ------------- | ---
| Branch?       | 6.4
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Issues        | Fix `Trying to access array offset on value of type null` error by adding null checking
| License       | MIT

Its a very simple bug fix.. basically the `error_get_last()` doesn't have the 'message' and causing this issue:
![image](https://github.com/user-attachments/assets/95b51b87-0011-4913-a67a-ce91195d4f2e)

so i just added Null Checking and it seems to be working now:
![image](https://github.com/user-attachments/assets/0d2f7dae-8854-421c-a946-10426b15ee06)

this is happens when using Mailtrap and when it reaches its quota..

Commits
-------

a303fba bug #60094 [DoctrineBridge] Fix support for entities that leverage native lazy objects (nicolas-grekas)
This was referenced May 2, 2025
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.

2 participants