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.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,11 +84,8 @@ The provided Docker images heavily rely on inheritance to guarantee smallest pos
84
84
<h2><imgid="php-extensions"width="20"src="https://github.com/devilbox/artwork/raw/master/submissions_logo/cytopia/01/png/logo_64_trans.png"> Available PHP extensions</h2>
85
85
86
86
> Click below listed extensions for details:
87
-
<!--
88
-
Generate via:
89
-
cat doc/php_modules.md | grep href | sed 's|</a.*||g' | sed 's|.*">||g' | xargs -n1 sh -c 'echo "[\`$1\`](php_modules/$(echo "${1}" | tr "[:upper:]" "[:lower:]")/)"' -- | xclip
90
-
-->
91
87
88
+
<!-- modules -->
92
89
[`amqp`](php_modules/amqp/)
93
90
[`apc`](php_modules/apc/)
94
91
[`apcu`](php_modules/apcu/)
@@ -180,8 +177,8 @@ cat doc/php_modules.md | grep href | sed 's|</a.*||g' | sed 's|.*">||g' | xargs
180
177
[`tokenizer`](php_modules/tokenizer/)
181
178
[`uploadprogress`](php_modules/uploadprogress/)
182
179
[`uuid`](php_modules/uuid/)
183
-
[`wddx`](php_modules/wddx/)
184
180
[`vips`](php_modules/vips/)
181
+
[`wddx`](php_modules/wddx/)
185
182
[`Xdebug`](php_modules/xdebug/)
186
183
[`xlswriter`](php_modules/xlswriter/)
187
184
[`xml`](php_modules/xml/)
@@ -192,6 +189,7 @@ cat doc/php_modules.md | grep href | sed 's|</a.*||g' | sed 's|.*">||g' | xargs
192
189
[`yaml`](php_modules/yaml/)
193
190
[`zip`](php_modules/zip/)
194
191
[`zlib`](php_modules/zlib/)
192
+
<!-- /modules -->
195
193
196
194
:information_source: For details see **[Documentation: PHP Modules](doc/php-modules.md)**<br/>
197
195
:information_source: For details see **[Contributor Documentation: PHP Modules](php_modules/README.md)**
0 commit comments