You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.en.md
+42-3Lines changed: 42 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# A simple PHP script to test speed
2
2
3
-
Works with all versions of PHP: from 4.3 to 8.2
3
+
Works with all versions of PHP: from 4.3 to 8.4
4
4
5
5
## Dependencies
6
6
@@ -12,6 +12,17 @@ Required modules for full php testing:
12
12
- dom
13
13
- simplexml
14
14
- intl
15
+
- optional:
16
+
- gd
17
+
- imagick
18
+
- zlib
19
+
- bz2
20
+
- brotli
21
+
- lz4
22
+
- snappy
23
+
- zstd
24
+
- igbinary
25
+
- msgpack
15
26
16
27
Usually they are already installed or "compiled" in php.
17
28
@@ -30,7 +41,7 @@ How to check it:
30
41
31
42
### 0. Files
32
43
33
-
You need to put these files in one directory: `bench.php`, `common.inc`, `php5.inc`, `php7.inc`, `test.xml`.
44
+
You need to put these files in one directory: `bench.php`, `common.inc`, `php5.inc`, `php7.inc`, `php8.inc`, `igbinary.inc`, `intl.inc`, `msgpack.inc`, `compression-*.inc`, `php-options.php`, `php-gd-imagick-common.inc`, `php-gd.inc`, `php-imagick.inc`, `test.xml`.
0 commit comments