Skip to content

Commit 213b419

Browse files
wimwinterberghavvg
authored andcommitted
Added additional options
1 parent c605b93 commit 213b419

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

DependencyInjection/Configuration.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,10 @@ protected function addDatabaseSection(ArrayNodeDefinition $node)
151151
->addDefaultsIfNotSet()
152152
->children()
153153
->booleanNode('ATTR_PERSISTENT')->defaultFalse()->end()
154+
->scalarNode('MYSQL_ATTR_SSL_CA')->end()
155+
->scalarNode('MYSQL_ATTR_SSL_CERT')->end()
156+
->scalarNode('MYSQL_ATTR_SSL_KEY')->end()
157+
->scalarNode('MYSQL_ATTR_MAX_BUFFER_SIZE')->end()
154158
->end()
155159
->end()
156160
->arrayNode('attributes')

0 commit comments

Comments
 (0)