Skip to content

Commit

Permalink
Added additional options
Browse files Browse the repository at this point in the history
  • Loading branch information
wimwinterberg authored and havvg committed Oct 13, 2016
1 parent c605b93 commit 213b419
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@ protected function addDatabaseSection(ArrayNodeDefinition $node)
->addDefaultsIfNotSet()
->children()
->booleanNode('ATTR_PERSISTENT')->defaultFalse()->end()
->scalarNode('MYSQL_ATTR_SSL_CA')->end()
->scalarNode('MYSQL_ATTR_SSL_CERT')->end()
->scalarNode('MYSQL_ATTR_SSL_KEY')->end()
->scalarNode('MYSQL_ATTR_MAX_BUFFER_SIZE')->end()
->end()
->end()
->arrayNode('attributes')
Expand Down

0 comments on commit 213b419

Please sign in to comment.