mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 23:37:39 +02:00
Merge branch 'ticket/brunoais/10850' into develop-olympus
* ticket/brunoais/10850: [ticket/10850] Changed the fopen mode to wb
This commit is contained in:
@@ -237,7 +237,7 @@ $supported_dbms = array('firebird', 'mssql', 'mysql_40', 'mysql_41', 'oracle', '
|
|||||||
|
|
||||||
foreach ($supported_dbms as $dbms)
|
foreach ($supported_dbms as $dbms)
|
||||||
{
|
{
|
||||||
$fp = fopen($schema_path . $dbms . '_schema.sql', 'wt');
|
$fp = fopen($schema_path . $dbms . '_schema.sql', 'wb');
|
||||||
|
|
||||||
$line = '';
|
$line = '';
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user