Home
last modified time | relevance | path

Searched refs:StreamHandler (Results 1 – 14 of 14) sorted by relevance

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
Dfunctions.php7 use GuzzleHttp\Handler\StreamHandler; alias
116 ? Proxy::wrapStreaming($handler, new StreamHandler())
117 : new StreamHandler();
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/
DUtils.php9 use GuzzleHttp\Handler\StreamHandler; alias
102 ? Proxy::wrapStreaming($handler, new StreamHandler())
103 : new StreamHandler();
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dlogger.asciidoc37 use Monolog\Handler\StreamHandler;
40 $logger->pushHandler(new StreamHandler('path/to/your.log', Logger::WARNING));
/plugin/authgooglesheets/vendor/monolog/monolog/
DCHANGELOG.md16 …* Added record message/context/extra info to exceptions thrown when a StreamHandler cannot open it…
23 …* Fixed regression in StreamHandler since 2.3.3 on systems with the memory_limit set to >=20GB (#1…
31 …* Fixed memory usage when using StreamHandler and calling stream_get_contents on the resource you …
50 …* Fixed StreamHandler thread safety - chunk size set to 2GB now to avoid interlacing when doing co…
229 * Fixed race bug when StreamHandler sometimes incorrectly reported it failed to create a directory
272 * Added StreamHandler::getUrl to retrieve the stream's URL
281 …* Break: StreamHandler will not close streams automatically that it does not own. If you pass in a…
337 * Fixed StreamHandler creation of directory to only trigger when the first log write happens
346 …* Added automatic creation of directories if they are missing for a StreamHandler to open a log fi…
399 * Added $useLocking to StreamHandler and RotatingFileHandler to enable flock() while writing
[all …]
DREADME.md32 use Monolog\Handler\StreamHandler;
36 $log->pushHandler(new StreamHandler('path/to/your.log', Logger::WARNING));
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
DRotatingFileHandler.php27 class RotatingFileHandler extends StreamHandler
DStreamHandler.php26 class StreamHandler extends AbstractProcessingHandler class
/plugin/authgooglesheets/vendor/google/apiclient/src/
DClient.php34 use GuzzleHttp\Ring\Client\StreamHandler; alias
39 use Monolog\Handler\StreamHandler as MonologStreamHandler;
1201 $options['handler'] = new StreamHandler();
/plugin/elasticsearch/vendor/ezimuel/ringphp/
DCHANGELOG.md92 - Added a fix to the StreamHandler to return a `FutureArrayInterface` when an
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
DStreamHandler.php16 class StreamHandler class
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
DStreamHandler.php18 class StreamHandler class
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Handler/
DStreamHandler.php23 class StreamHandler class
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/
DCHANGELOG.md110 - Reject non-HTTP schemes in StreamHandler
111 - Set a default ssl.peer_name context in StreamHandler to allow `force_ip_resolve`
149 - Support the cURL (http://) scheme for StreamHandler proxies [#2850](https://github.com/guzzle/guz…
394 * Fixing timeout bug with StreamHandler:
396 * Only read up to `Content-Length` in PHP StreamHandler to avoid timeouts when
409 * Bug fix: defer sink stream opening in StreamHandler.
427 * Bug fix: setting verify to false in the StreamHandler now disables peer
514 * No longer allowing self signed certificates when using the StreamHandler.
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
DCHANGELOG.md113 * Fixing timeout bug with StreamHandler:
115 * Only read up to `Content-Length` in PHP StreamHandler to avoid timeouts when
127 * Bug fix: defer sink stream opening in StreamHandler.
144 * Bug fix: setting verify to false in the StreamHandler now disables peer
227 * No longer allowing self signed certificates when using the StreamHandler.