Skip to content

Commit 1285a0d

Browse files
[Debug] Tell that the extension is for PHP 5 only
1 parent 81ab4ee commit 1285a0d

File tree

1 file changed

+4
-3
lines changed
  • src/Symfony/Component/Debug/Resources/ext

1 file changed

+4
-3
lines changed

src/Symfony/Component/Debug/Resources/ext/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
Symfony Debug Extension
2-
=======================
1+
Symfony Debug Extension for PHP 5
2+
=================================
33

44
This extension publishes several functions to help building powerful debugging tools.
5+
It is compatible with PHP 5.3, 5.4, 5.5 and 5.6; with ZTS and non-ZTS modes.
6+
It is not required thus not provided for PHP 7.
57

68
symfony_zval_info()
79
-------------------
@@ -122,7 +124,6 @@ array(3) {
122124
Usage
123125
-----
124126

125-
The extension is compatible with ZTS mode, and should be supported by PHP5.3, 5.4, 5.5 and 5.6.
126127
To enable the extension from source, run:
127128

128129
```

0 commit comments

Comments
 (0)