mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-09 14:46:46 +02:00
@@ -1,6 +1,6 @@
|
||||
language: php
|
||||
|
||||
php:
|
||||
php:
|
||||
- 5.3
|
||||
- 5.4
|
||||
|
||||
|
@@ -142,4 +142,4 @@ class CubeHandler extends AbstractProcessingHandler
|
||||
|
||||
return curl_exec($this->httpConnection);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -190,7 +190,7 @@ class SocketHandler extends AbstractProcessingHandler
|
||||
{
|
||||
$seconds = floor($this->timeout);
|
||||
$microseconds = round(($this->timeout - $seconds)*1e6);
|
||||
|
||||
|
||||
return stream_set_timeout($this->resource, $seconds, $microseconds);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user