Christoph M. Becker
Christoph M. Becker
Current master appears to work fine; you just have to [build the package yourself](http://community.komodoide.com/packages/addons/new-source-tree/#comment-3040912027).
Note that the [shorthands are only supported as of PHP 7.2.0](https://wiki.php.net/rfc/load-ext-by-name), so maybe stick with the still supported, but more verbose filenames.
I only now had a closer look at https://php.net/pdo.installation, and appears to me that there are worse issues than using the short form of dynamically loading extensions, or not. At...
There are [pre-built Windows packages of decimal 1.4.0 available](https://pecl.php.net/package/decimal/1.4.0/windows). Make sure you download 7.4 Thread Safe (TS) x64. Then you need to put php_decimal.dll in your `extension_dir` and libmpdec.dll somewhere...
@TN03 Any news regarding http://www.holgerirmler.de/cnc/? Could this be ready for XH 1.7? Should we introduce some functions to make the solution easier (maybe something like cmsimple-xh/cmsimple-xh#164).
It appears to be best to wait for Holger's plugin, and to postpone the decision whether to add it as standard plugin or to integrate the functionality into the core,...
After consideration, I'm not sure whether this *partial* multi-client capability would really make sense. Instead I suggest to postpone the issue to 1.8, where we *might* come up with a...
> Couldn't this be solved with server sim links? I guess so. At least on Linux.
I don't see any urgent need to remove support for these special CMSimple scripts, so I suggest to postpone this issue to 1.8.
> metaen.php: > `$mtx['external']="External plugin name";` > metade.php: > `$mtx['external']="Name des externen Plugins";` Not sure about that. Is the current solution so confusing? > $mtx['editmenu']="Editmenu (Admin menu)"; That makes sense...