Daniel Weise

Results 6 comments of Daniel Weise

Same error here. It seems that deprecated is a null value. If i a add '$input->deprecated ?? ""' to the self call on line number 92 in lkdevelopment/hetzner-cloud-php-sdk/src/Models/LoadBalancerTypes/LoadBalancerType.php it works.

Hello, I moved this PR to Trunk. We are welcome to continue the discussion there about how we read the Apache-PHP.ini from the CLI. New PR https://github.com/ILIAS-eLearning/ILIAS/pull/8114 Greetings Daniel

Hello, to continue the discussion from https://github.com/ILIAS-eLearning/ILIAS/pull/8056. Would it be an idea to iterate over the file system and use the path to decide whether it is the Apache/Nginx php.ini....

Hello @mjansenDatabay , Thank you very much for the detailed explanation. I'll try to implement the whole thing like this. Kind regards, Daniel

Hello @mjansenDatabay, @pascalseeland and @klees , i implemented your suggestions and made 'ilProxySettings.php' and 'ilCurlConnection' fit for DI so that I could use them in the setup process. I hope...