-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Merge 2.20.x into 3.3.x #11645
Merge 2.20.x into 3.3.x #11645
Commits on Aug 23, 2024
-
Merge pull request doctrine#11582 from doctrine/2.19.x-merge-up-into-…
…2.20.x_0oKsBvVN Merge release 2.19.7 into 2.20.x
Configuration menu - View commit details
-
Copy full SHA for 74ef282 - Browse repository at this point
Copy the full SHA 74ef282View commit details
Commits on Oct 5, 2024
-
fix generating duplicate method stubs
When adding the same lifecycle event callback to two or more lifecycle events, the generator will create a stub for each event resulting in fatal 'Cannot redeclare' errors. That is, only if the callback name contains uppercase letters.
Configuration menu - View commit details
-
Copy full SHA for 91709c1 - Browse repository at this point
Copy the full SHA 91709c1View commit details
Commits on Oct 8, 2024
-
Merge branch '2.19.x' into 2.20.x
* 2.19.x: Make nullable parameters explicit in generated entities (doctrine#11625) Update attributes-reference.rst Bump doctrine/.github from 5.0.1 to 5.1.0 (doctrine#11616) Move orphan metadata to where it belongs PHPStan 1.12 (doctrine#11585)
Configuration menu - View commit details
-
Copy full SHA for 2245149 - Browse repository at this point
Copy the full SHA 2245149View commit details -
Merge branch '2.19.x' into 2.20.x
* 2.19.x: Replace custom directives with native option
Configuration menu - View commit details
-
Copy full SHA for ad80e82 - Browse repository at this point
Copy the full SHA ad80e82View commit details -
For now doctrine/common generates proxies that trigger deprecation, so let us only test with lazy ghosts only.
Configuration menu - View commit details
-
Copy full SHA for 6580688 - Browse repository at this point
Copy the full SHA 6580688View commit details
Commits on Oct 9, 2024
-
Use E_ALL instead of E_ALL | E_STRICT
E_STRICT is deprecated as of PHP 8.4
Configuration menu - View commit details
-
Copy full SHA for 08328ad - Browse repository at this point
Copy the full SHA 08328adView commit details -
Merge pull request doctrine#11631 from greg0ire/php84-ci
Add CI job for PHP 8.4
Configuration menu - View commit details
-
Copy full SHA for 109042e - Browse repository at this point
Copy the full SHA 109042eView commit details -
Prepare PHP 8.4 support: Prevent property hooks from being used (doct…
…rine#11628) Prevent property hooks from being used as they currently would work on external non-raw values without explicit code.
Configuration menu - View commit details
-
Copy full SHA for 0e48b19 - Browse repository at this point
Copy the full SHA 0e48b19View commit details -
Add upgrade note about property hooks (doctrine#11636)
People that might have experimented with property hooks while still using ORM < 2.20.0 need to know that they need to remove their experiment or upgrade to a version that explicitly supports them.
Configuration menu - View commit details
-
Copy full SHA for 8a25b26 - Browse repository at this point
Copy the full SHA 8a25b26View commit details -
Merge branch '2.19.x' into 2.20.x
* 2.19.x: PHPStan 1.12.6 (doctrine#11635)
Configuration menu - View commit details
-
Copy full SHA for 58287bb - Browse repository at this point
Copy the full SHA 58287bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5266029 - Browse repository at this point
Copy the full SHA 5266029View commit details -
Configuration menu - View commit details
-
Copy full SHA for d80a831 - Browse repository at this point
Copy the full SHA d80a831View commit details -
Merge branch '2.20.x' into 3.3.x
* 2.20.x: Stop recommending vendor-prefixed PHPDoc (doctrine#11640) Let PHPStan detect deprecated usages (doctrine#11639) Add upgrade note about property hooks (doctrine#11636) Prepare PHP 8.4 support: Prevent property hooks from being used (doctrine#11628) Use E_ALL instead of E_ALL | E_STRICT Add CI job for PHP 8.4 fix generating duplicate method stubs
Configuration menu - View commit details
-
Copy full SHA for 3079555 - Browse repository at this point
Copy the full SHA 3079555View commit details