Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
Silex
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
Silex
Commits
b682c867
Commit
b682c867
authored
May 28, 2015
by
Fabien Potencier
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '1.2' into 1.3
* 1.2: Changed Doctrine page to use utf8mb4 as sample
parents
1b5f29d3
e46e475d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/providers/doctrine.rst
doc/providers/doctrine.rst
+2
-2
No files found.
doc/providers/doctrine.rst
View file @
b682c867
...
@@ -100,7 +100,7 @@ and values are options::
...
@@ -100,7 +100,7 @@ and values are options::
'dbname' => 'my_database',
'dbname' => 'my_database',
'user' => 'my_username',
'user' => 'my_username',
'password' => 'my_password',
'password' => 'my_password',
'charset' => 'utf8',
'charset' => 'utf8
mb4
',
),
),
'mysql_write' => array(
'mysql_write' => array(
'driver' => 'pdo_mysql',
'driver' => 'pdo_mysql',
...
@@ -108,7 +108,7 @@ and values are options::
...
@@ -108,7 +108,7 @@ and values are options::
'dbname' => 'my_database',
'dbname' => 'my_database',
'user' => 'my_username',
'user' => 'my_username',
'password' => 'my_password',
'password' => 'my_password',
'charset' => 'utf8',
'charset' => 'utf8
mb4
',
),
),
),
),
));
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment