Marian-Kechlibar

Results 13 comments of Marian-Kechlibar

By using Nette\SmartObject, you should normally get an error when accessing an undeclared property. That is the expected behavior. But when I use nette/application 3.1.7 and nette/utils 3.2.7 side by...

Well that is the weird thing. I never use this variable or getContext() in my code. I searched my codebase via PHPStorm and there just isn't any ->context or ->getContext()...

An example of the exception: ``` ErrorException: Nette\Application\UI\Presenter::getContext() is deprecated, use dependency injection. in C:\wamp64\www\kraken-control\vendor\nette\application\src\Application\UI\Presenter.php:1421 Stack trace: #0 C:\wamp64\www\kraken-control\vendor\tracy\tracy\src\Tracy\Debugger\Debugger.php(380): Tracy\DevelopmentStrategy->handleError(16384, 'Nette\\Applicati...', 'C:\\wamp64\\www\\k...', 1421, NULL) #1 [internal function]: Tracy\Debugger::errorHandler(16384, 'Nette\\Applicati...', 'C:\\wamp64\\www\\k...',...

You can actually live with nette/forms 3.2.2, it is only the very latest release that causes this particular problem.

Yes. it is. Meanwhile, I was able to use the placeholder for the client certificate, but with some unexpected behavior, which may warrant its own issue... Namely, when I enter...

> Ah, that's because in the header directive(s) only _known_ placeholders are replaced. If there is no client certificate, the placeholder is not set. > > We can change this...

If I may comment on this situation as a bystander with Apache experience: you can relatively easily parse the certificate details such as validity start by invoking openssl_x509_parse() on the...

Just a small comment, if it is desirable to be compatible with Apache, SSL_CLIENT_CERT should default to null if ńot present in the handshake, and no other placeholder default is...

So this is a very basic project which demonstrates the problem. Run `box compile --config box-web-project.json` to create the file web-project/web-project.phar Run `box --list info web-project/web-project.phar` to trigger the error....

This is frankly what makes me afraid of using any contributte/ packages in my projects, however beautiful they are. At the age of almost 47, I have seen a lot...