Christoph M. Becker
Christoph M. Becker
Confirmed. The problem is [this line](https://github.com/cmsimple-xh/cmsimple-xh/blob/1.7.0/plugins/filebrowser/classes/View.php#L320). Firstly, [`isImageFile()`](https://github.com/cmsimple-xh/cmsimple-xh/blob/1.7.0/plugins/filebrowser/classes/View.php#L247-L252) doesn't respect the configured file extensions, but rather uses a hard-coded list. Secondly, `getimagesize()` [does not (yet) support SVG](https://bugs.php.net/bug.php?id=71517). The first issue...
> Da müsste man evtl. eine maximale Größe festlegen (wie übrigens bei allen anderen Bildern auch). Ginge wohl mit `max-width: 150px; max-height: 150px` was aber bei SVG nicht funktioniert. Und...
> Wie machen das eigentlich KCFinder und elFinder? Beide zeigen SVGs als Textdateien (Standard-Icon) an – eine Vorschau ist nicht verfügbar. > Im Filebrowser könnte man neben der Bilderliste einen...
As we're short of time, I suggest to postpone the decision (if and how) to a later version.
As extension to this, we may consider to support static methods of namespaced classes in the plugin call. The notation would get somewhat lengthy ( e.g. `Foo\Bar::baz()`), but would allow...
Due to this, Windows in-tree builds of PECL/memcached fail, because other extensions include these files: ```` C:\php-snap-build\dep-aux\vs16\x64\libmemcached\include\libhashkit-1.0\string.h(27): error C2054: expected '(' to follow 'HASHKIT_API' (compiling source file ext\bz2\bz2.c) … ````
And that is [even possible](https://github.com/php/web-rmtools/commit/f660cbf5622e501c4fd1854885bab969a061098f). Thanks!
Thanks for reporting! https://github.com/libgd/libgd/blob/0b8d70805d6f0b53a88902826ddc02208f8e32a1/src/gd_topal.c#L1614-L1615 The first problem is that we're properly freeing the truecolor pixels, but do not allocate the palette pixels, before we try to copy the image data....
CI failures are unrelated.
Maybe @alcaeus or @jmikola can have a look at this?