Skip to content

Commit 5c8ef1c

Browse files
committed
Removing ev from PHP 8
1 parent 923f40a commit 5c8ef1c

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Below is a list of extensions available in this image:
153153
- *mcrypt* is not available anymore in PHP 7.3+
154154
- *weakref* is not compatible with PHP 7.3+ (but weak references were added to the PHP core in PHP 7.4)
155155
- *sybase* extension is not available in v4 (use v3)
156-
- *gnupg*, *mongodb*, *rdkafka*, *swoole*, *uploadprogress*, *xmlrpc*, *blackfire* are not available in PHP 8.0+
156+
- *ev*, *gnupg*, *mongodb*, *rdkafka*, *swoole*, *uploadprogress*, *xmlrpc*, *blackfire* are not available in PHP 8.0+
157157

158158
### Enabling/disabling extensions in the fat image
159159

extensions/8.0/ev

Lines changed: 0 additions & 1 deletion
This file was deleted.

utils/README.blueprint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Below is a list of extensions available in this image:
108108
- *mcrypt* is not available anymore in PHP 7.3+
109109
- *weakref* is not compatible with PHP 7.3+ (but weak references were added to the PHP core in PHP 7.4)
110110
- *sybase* extension is not available in v4 (use v3)
111-
- *gnupg*, *mongodb*, *rdkafka*, *swoole*, *uploadprogress*, *xmlrpc*, *blackfire* are not available in PHP 8.0+
111+
- *ev*, *gnupg*, *mongodb*, *rdkafka*, *swoole*, *uploadprogress*, *xmlrpc*, *blackfire* are not available in PHP 8.0+
112112

113113
### Enabling/disabling extensions in the fat image
114114

0 commit comments

Comments
 (0)