We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91a9ffc commit 9f7b7b4Copy full SHA for 9f7b7b4
UPGRADE-2.16.md
@@ -0,0 +1,10 @@
1
+# UPGRADE FROM 2.15 to 2.16
2
+
3
+## Lazy 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