Skip to content

Commit a925287

Browse files
committed
Automatic module lists
1 parent 7454dc5 commit a925287

File tree

10 files changed

+726
-60
lines changed

10 files changed

+726
-60
lines changed

README.md

Lines changed: 51 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -211,63 +211,54 @@ The worker will run php artisan queue:work --timeout=$WORKER_TIMEOUT --tries=$WO
211211
To run in this mode, change the Docker CMD to be /start-worker.sh instead of the default /start-web.sh.
212212
213213
# PHP Modules
214-
| Module | 5.6 | 7.1 | 7.2 | 7.3 | 7.4 |Notes |
215-
| --- | --- | --- | --- | --- | --- |--- |
216-
| apc | ✓ | ✖ | ✖ | ✖ | ✖ | Deprecated in PHP 7 and up |
217-
| apcu | ✓ | ✓ | ✓ | ✓ | ✓ | |
218-
| bcmath | ✓ | ✓ | ✓ | ✓ | ✓ | |
219-
| calendar | ✓ | ✓ | ✓ | ✓ | ✓ | |
220-
| Core | ✓ | ✓ | ✓ | ✓ | ✓ | |
221-
| ctype | ✓ | ✓ | ✓ | ✓ | ✓ | |
222-
| curl | ✓ | ✓ | ✓ | ✓ | ✓ | |
223-
| date | ✓ | ✓ | ✓ | ✓ | ✖ | |
224-
| dom | ✓ | ✓ | ✓ | ✓ | ✓ | |
225-
| ereg | ✓ | ✖ | ✖ | ✖ | ✖ | Deprecated in PHP 7 and up |
226-
| exif | ✓ | ✓ | ✓ | ✓ | ✓ | |
227-
| fileinfo | ✓ | ✓ | ✓ | ✓ | ✖ | |
228-
| filter | ✓ | ✓ | ✓ | ✓ | ✖ | |
229-
| ftp | ✓ | ✓ | ✓ | ✓ | ✓ | |
230-
| gd | ✓ | ✓ | ✓ | ✓ | ✓ | |
231-
| gettext | ✓ | ✓ | ✓ | ✓ | ✓ | |
232-
| hash | ✓ | ✓ | ✓ | ✓ | ✖ | |
233-
| iconv | ✓ | ✓ | ✓ | ✓ | ✓ | |
234-
| imagick | ✓ | ✓ | ✓ | ✓ | ✓ | |
235-
| intl | ✓ | ✓ | ✓ | ✓ | ✓ | |
236-
| json | ✓ | ✓ | ✓ | ✓ | ✓ | |
237-
| ldap | ✓ | ✓ | ✓ | ✓ | ✓ | |
238-
| libxml | ✓ | ✓ | ✓ | ✓ | ✖ | |
239-
| mbstring | ✓ | ✓ | ✓ | ✓ | ✓ | |
240-
| mcrypt | ✓ | ✓ | ✖ | ✖ | ✖ | Deprecated in PHP 7.2 and up |
241-
| memcached | ✓ | ✓ | ✓ | ✓ | ✓ | |
242-
| mysqli | ✓ | ✓ | ✓ | ✓ | ✓ | |
243-
| mysql | ✓ | ✖ | ✖ | ✖ | ✖ | Deprecated in PHP 7 and up |
244-
| mysqlnd | ✓ | ✓ | ✓ | ✓ | ✓ | |
245-
| openssl | ✓ | ✓ | ✓ | ✓ | ✓ | |
246-
| pcntl | ✓ | ✓ | ✓ | ✓ | ✓ | |
247-
| pcre | ✓ | ✓ | ✓ | ✓ | ✖ | |
248-
| PDO | ✓ | ✓ | ✓ | ✓ | ✓ | |
249-
| pdo_mysql | ✓ | ✓ | ✓ | ✓ | ✓ | |
250-
| pdo_sqlite | ✓ | ✓ | ✓ | ✓ | ✓ | |
251-
| Phar | ✓ | ✓ | ✓ | ✓ | ✓ | |
252-
| posix | ✓ | ✓ | ✓ | ✓ | ✓ | |
253-
| readline | ✓ | ✓ | ✓ | ✓ | ✖ | |
254-
| redis | ✓ | ✓ | ✓ | ✓ | ✓ | |
255-
| Reflection | ✓ | ✓ | ✓ | ✓ | ✖ | |
256-
| session | ✓ | ✓ | ✓ | ✓ | ✓ | |
257-
| SimpleXML | ✓ | ✓ | ✓ | ✓ | ✖ | |
258-
| soap | ✓ | ✓ | ✓ | ✓ | ✓ | |
259-
| sockets | ✓ | ✓ | ✓ | ✓ | ✓ | |
260-
| SPL | ✓ | ✓ | ✓ | ✓ | ✖ | |
261-
| sqlite3 | ✓ | ✓ | ✓ | ✓ | ✓ | |
262-
| standard | ✓ | ✓ | ✓ | ✓ | ✖ | |
263-
| tidy | ✖ | ✓ | ✓ | ✓ | ✓ |Weirdly missing from upstream Alpine Linux repository |
264-
| tokenizer | ✓ | ✓ | ✓ | ✓ | ✖ | |
265-
| wddx | ✓ | ✓ | ✓ | ✓ | ✖ | |
266-
| xml | ✓ | ✓ | ✓ | ✓ | ✓ | |
267-
| xmlreader | ✓ | ✓ | ✓ | ✓ | ✓ | |
268-
| xmlrpc | ✓ | ✓ | ✖ | ✖ | ✓ |[Missing from upstream PHP 7.2](https://github.com/codecasts/php-alpine/issues/23) |
269-
| xmlwriter | ✓ | ✓ | ✓ | ✓ | ✖ | |
270-
| xsl | ✓ | ✓ | ✓ | ✓ | ✓ | |
271-
| Zend OPcache | ✓ | ✓ | ✓ | ✓ | ✓ | |
272-
| zip | ✓ | ✓ | ✓ | ✓ | ✓ | |
273-
| zlib | ✓ | ✓ | ✓ | ✓ | ✓ | |
214+
| Module | 5.6 | 7.1 | 7.2 | 7.3 | 7.4 | 8.0 |
215+
| --- | --- | --- | --- | --- | --- | --- |
216+
| atatus | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
217+
| bcmath | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
218+
| calendar | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
219+
| Core | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
220+
| ctype | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
221+
| curl | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
222+
| date | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
223+
| dom | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
224+
| exif | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
225+
| fileinfo | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
226+
| filter | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
227+
| ftp | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
228+
| gd | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
229+
| gettext | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
230+
| hash | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
231+
| iconv | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
232+
| igbinary | ✖ | ✖ | ✖ | ✖ | ✓ | ✓ |
233+
| intl | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
234+
| json | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
235+
| ldap | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
236+
| libxml | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
237+
| mbstring | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
238+
| mysqli | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
239+
| mysqlnd | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
240+
| openssl | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
241+
| pcntl | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
242+
| pcre | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
243+
| PDO | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
244+
| pdo_mysql | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
245+
| pdo_sqlite | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
246+
| Phar | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
247+
| posix | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
248+
| readline | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
249+
| redis | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
250+
| Reflection | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
251+
| session | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
252+
| SimpleXML | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
253+
| soap | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
254+
| sockets | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
255+
| SPL | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
256+
| sqlite3 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
257+
| standard | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
258+
| tokenizer | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
259+
| xmlreader | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
260+
| xsl | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
261+
| Zend OPcache | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
262+
| zip | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
263+
| zlib | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
264+
| | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |

0 commit comments

Comments
 (0)