David Grudl

Results 464 comments of David Grudl

What you mean by „it doesn't work with fastCGI, FPM or nginx configurations.“? Examples don't work?

Please send a PR if you can fix this.

The getContext() method is deprecated (for a long time) and since nette/application version 3.1 it throws a notice, because it will be removed in 4.0. I don't understand the relation...

Did you use the `$this->context` variable? Because it is "declared", it just throws this warning. https://github.com/nette/application/blob/e94316c0a095b87aeb7f291adc08679bbb0d95ec/src/Application/UI/Presenter.php#L28

The problem is in point #4 `#4 xdebug://debug-eval(1): Nette\ComponentModel\Component->__get('context')`, maybe some kind of watched variable in the IDE?

What is your user name?

@helvete Actually, I wonder why you didn't add that to the documentation? What's the barrier?

@milo It normally changes the error handler 🤦‍♂️ (in spl_directory.c) ```c zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling);\ php_stat(intern->file_name, func_num, return_value); \ zend_restore_error_handling(&error_handling); \ ```

Sorry I didn't have time to do this sooner, I maintain a lot of open source projects and I have hundreds of open issues, so everything takes annoyingly long time....