Skip to content

Commit b8573b5

Browse files
committed
Add upgrade instructions
1 parent 91a9ffc commit b8573b5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

UPGRADE-2.16.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# UPGRADE FROM 2.15 to 2.16
2+
3+
## Proxy Directory
4+
5+
Using proxy classes with PHP 8.4+ is deprecated, only native lazy objects will
6+
be supported in MongoDB ODM 3.0.
7+
8+
Calling `Doctrine\ODM\MongoDB\Configuration::setProxyDir()` or
9+
`Doctrine\ODM\MongoDB\Configuration::getProxyDir()` is deprecated and triggers
10+
a deprecation notice when using native lazy objects.

0 commit comments

Comments
 (0)