Commit b3fcf9c
committed
update to doctrine 2.4
needed for compatibility with PHP >= 7.0 to fix a bug in andWhere(). it built a
query that contains itself, which crashed from infinite recursion when executed.
fixed in 2.5: doctrine/orm#1164
different fix in 2.4: doctrine/orm#1142
updating directly to doctrine 2.5 might also work, but it is not 100% backwards
compatible. for now i only did the minimum necessary update. maybe later.
https://web.archive.org/web/20170521161209/http://docs.doctrine-project.org/en/latest/changelog/migration_2_5.html
https://www.doctrine-project.org/2015/04/02/orm-2-5-0.html1 parent eae15b7 commit b3fcf9c
2 files changed
Lines changed: 44 additions & 37 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments