zabous

Results 4 comments of zabous

I see my phpinfo() that "sendmail_path" on my hosting is set to "/usr/bin/msmtp -C /etc/msmtprc -t --read-envelope-from" It works fine without ' -f' param. @milo is there some problem in...

Parameter `-f` is correct in most cases? I'm afraid that's not enough for general library. In my opinion, it is better to leave the `-f` parameter to the developer using...

To není problém Nette Database, ale problém toho, že Nette Database využívá Nette\Caching\Storages\FileStorage, kde je oteviraní neexistujícího souboru ošetřeno pomocí tzv. error-control operatoru @ Viz na: https://github.com/nette/caching/blob/be02f7e597c61484cf75735370d2a3836984c82f/src/Caching/Storages/FileStorage.php#L298 Aby toto potlačení...

> Are you sure that it is possible without changing usage? * $server->inst = new MyHandler; * $server->method1 = function(param1, param2,