22 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
47c962c619 Copy mime.types 2023-10-03 21:39:23 +02:00
3bc20dff4c Gracefully close Apache 2023-10-03 21:35:40 +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
55cf682dec Switch to PHP8.2 2023-09-16 17:56:41 +02:00
3b775e2603 Replace ApacheKill.exe 2023-09-16 16:13:32 +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
9881b953b8 added dummy dokuwiki folder with phpinfo
Makes working with this script easier
2020-03-23 22:51:50 +01:00
82a4df7e9d Automatically copy the needed dependencies
The script now automatically figures out which DLLs are needed for the
binaries and copies them over automatically.
2020-03-23 22:50:42 +01:00
7e5d2527d4 increase stack size. fixes #3 2020-03-23 09:21:33 +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
ab0b5e6019 Added VC10 redistributable DLL
got it from
https://www.microsoft.com/en-us/download/details.aspx?id=30679

unpacked it with cabextract
unpacked all resulting files with cabextract again
renamed F_CENTRAL_msvcr110_x86 to MSCVR110.dll
2016-09-03 11:12:13 +02:00
8028849db8 allow htaccess overrides
https://github.com/splitbrain/dokuwiki/issues/1677
2016-09-03 10:39:10 +02:00
5b35eef7c1 added ApacheKill from original micro apache
It kills all processes called mapache.exe and makes sure the server got
actually stopped.
2014-02-22 17:38:56 +01:00
f7e603db51 make sure the log directory exists by adding a dummy file 2014-02-22 17:36:36 +01:00
ca6beb7acf first working commit 2014-02-10 21:23:15 +01:00