Schlaefer

Results 18 comments of Schlaefer

Hello > Not so with Phile! I was able to re-use some of my pico templates and can make a direct comparison. _Much_ faster. Great to hear. Performance is one...

OK, since there seems to be interest lets get a PHP 8 release out of the door. I'm going to review the PR, but it may take a few days....

OK, I started on my own branch, which looks very promising so far: https://github.com/Schlaefer/Phile/tree/feature/php8 The biggest outstanding point seems to be the version bump on composer affecting "install plugins through...

@kicken Thanks! I'm going to update a plugin and check if everything works. Here's a release package from my branch for testing: [phile-feature-php8-head.zip](https://github.com/PhileCMS/Phile/files/9160865/phile-feature-php8-head.zip)

@Torsten-K Thanks for testing, I'm able reproduce and going to look into it. We ran automated tests on all supported PHP versions in the cloud in the past, which should...

New build which should fix all the PHP 8.1 issues: [phile-feature-php8-head.zip](https://github.com/PhileCMS/Phile/files/9167714/phile-feature-php8-head.zip)

~~For anyone who has a running installation no matter PHP 7 or 8 can you please test something.~~ - ~~File: `lib/Phile/Plugin/AbstractPlugin.php`~~ - ~~Line: `$globals['plugins'][$pluginKey]['settings'] = $this->settings;`~~ - ~~[Currently here](https://github.com/PhileCMS/Phile/blob/844ee430a5f20cfc83ae6554115eb2c5871ddebd/lib/Phile/Plugin/AbstractPlugin.php#L92)~~ ~~Can...

Since I don't expect really old plugins to work without modification in PHP 8 either I consider this a breaking release and plan to release it as *2.0*. Under that...

Since we're doing a new "major" version bump which could indicate a flurry of development I want to manage expectations a little bit. In the readme of the front page...

While way to late for the party here are my thoughts working with the code at the moment: > Right now we have a custom vendor setup as /lib/vendor. I...