Skip to content

Commit 6100666

Browse files
committed
Merge branch '4.4' into 5.4
* 4.4: Provide note about php internals and lazy services
2 parents da27090 + e996ace commit 6100666

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

service_container/lazy_services.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ until you interact with the proxy in some way.
2727

2828
Lazy services do not support `final`_ classes.
2929

30+
In PHP versions prior to 8.0 lazy services do not support parameters with
31+
default values for built-in PHP classes (e.g. ``PDO``).
32+
3033
Installation
3134
------------
3235

0 commit comments

Comments
 (0)