Results 38 comments of FR

But if you have to switch back to PHP 7.4 (maybe temporally) this will not work. I still want want to make fdpm PHP 8.1 compatible.

> you can try setting `NGINX_VHOST_PRESET=php` to use a generic php preset, or or? Maybe this works but I want to allow specific files as you can see in my...

If I set NGINX_VHOST_PRESET=php a lot of drupal routes do not work anymore, for example /sitemap.xml (using the xmlsitemap module). Therefore still searching for an solution!

Same problem here. Problem with äüö

I solved it like this (for PHP 7): ``` $ret = preg_replace_callback("#(^|[\n \]])([\w]+?://[\w\#$%\(\)&~/!.\-;:=,?@+]*)#is", 'replace_callback_1', $ret); $ret = preg_replace_callback("#(^|[\n \]])((www|ftp)\.[\w\#$%&~/.\-;:=,?@+]*)#is", 'replace_callback_2', $ret); $ret = preg_replace_callback("#(^|[\n \]])([a-z0-9&\-_.]+?)@([\w\-]+\.([\w\-\.]+\.)*[\w]+)#i", 'replace_callback_3', $ret); function replace_callback_1($matches) {...

@Torsten-K I have made this changes in the file src/pfcurlprocessing.php

But everybody needs error handling and so this error handling example code IS NEEDED. And I would prefer all this code not to be written in JQuery but in PHP...