Skip to content

Conversation

@dcsg
Copy link
Member

@dcsg dcsg commented Feb 24, 2016

Q A
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets
License MIT
Doc PR

@xabbuh
Copy link
Member

xabbuh commented Feb 25, 2016

You need to add the new options to the XSD file too.

$handler['bubble'],
));
if (isset($handler['timeout'])) {
$definition->addMethodCall('setTimeout', [$handler['timeout']]);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The short array notation is not compatible with PHP 5.3.

@dcsg
Copy link
Member Author

dcsg commented Feb 26, 2016

@xabbuh they are not "new" since they are already defined for socket handler. But yes I don't see any timeout or connection_timeout in the .xsd file

@dcsg dcsg force-pushed the add-timeout-and-connection-timeout-to-logentries branch from 51574e3 to 91c6ecb Compare February 26, 2016 22:24
@Seldaek Seldaek merged commit 91c6ecb into symfony:master Mar 1, 2016
Seldaek added a commit that referenced this pull request Mar 1, 2016
@Seldaek
Copy link
Member

Seldaek commented Mar 1, 2016

Thanks, I added the missing stuff to xsd

@dcsg dcsg deleted the add-timeout-and-connection-timeout-to-logentries branch March 2, 2016 00:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants