Sandro Keil

Results 81 comments of Sandro Keil
trafficstars

You can read more about this at the [arch linux wiki](https://wiki.archlinux.org/title/Dm-crypt/Encrypting_an_entire_system#Encrypted_boot_partition_.28GRUB.29). It’s the boot partition for GPT systems.

The `$ini` variable contains the following array for the config above. ``` php Array ( [date.timezone] => Europe/Berlin [memory_limit] => -1 [error_reporting] => 32767 [display_errors] => 1 ) ``` A...

I see, it's not trivial. I'm only asking because I write a PHP to Zephir converter. I will solve it with the curent syntax. So no hurry.

I think the `LD_PRELOAD` fix is not a good solution for our prooph Docker images. Maybe `mb_convert_encoding($text, 'UTF-8', 'UTF-8');` does the same if you want to remove invalid UTF-8 characters?

Ok but I don't know how to solve this and I think it's not related for our Docker images, because they are only intended for development and may be only...

Maybe this is solved in the new Docker images >= PHP 7.4 with Alpine 3.15.

We can remove the CORS configuration from nginx if it‘s not working properly. Maybe we can also check if a CORS header is present.

It looks like it's not working on Linux? Maybe we should remove it and should set this in via Docker env variables or we have to wait until https://github.com/docker/for-linux/issues/264 was...

If there is no Alpine linux package support for firebird, then I guess we can not do anyhting.

@afoeder I mean something like this for the Symfony stuff. So we need no new config file for Symfony, just replace `root` and main PHP file. ``` FROM prooph/nginx:www RUN...