11 Commits

Author SHA1 Message Date
416abf5181 remove curl and zip
DokuWiki has libs for both features. Plugins should make use of them.
2023-12-13 09:58:31 +01:00
681806e190 Add curl and zip extensions 2023-10-03 21:56:42 +02:00
720c9ef2c7 Update php.ini 2023-10-03 21:43:34 +02:00
f6ae0d5811 Disable OPCache JIT 2023-09-27 16:17:54 +02:00
fe24f9532b Rename gd(2) 2023-09-27 16:13:45 +02:00
55d1af6a93 add intl extension 2023-09-18 10:09:17 +02:00
e2580b5d50 various packing related fixes
Removed intl and exif extensions again. Intl requires a bunch of ICU
libraries that can't be packed - it would nearly triple the file size of
the package. The exif extension isn't worth the space either.

php extensions can't be packed anymore because of control flow stuff, I
don't really understand. Same is true for a few VC runtime libs.
2020-11-04 22:29:10 +01:00
78db99f8f6 new (simpler) extension syntax in php.ini 2020-03-23 22:52:31 +01:00
8b6203237d add opcache and ldap extensions 2020-03-23 09:21:12 +01:00
1bdcfb60e6 new versions, some fixes against accidental errors 2017-01-24 18:33:31 +01:00
ca6beb7acf first working commit 2014-02-10 21:23:15 +01:00