Skip to content

Commit 5a5451b

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Provide note about php internals and lazy services
2 parents 5006315 + 6100666 commit 5a5451b

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)