mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00: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:
commit
7fba5a0f38
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ $supported_dbms = array('firebird', 'mssql', 'mysql_40', 'mysql_41', 'oracle', '
|
|||
|
||||
foreach ($supported_dbms as $dbms)
|
||||
{
|
||||
$fp = fopen($schema_path . $dbms . '_schema.sql', 'wt');
|
||||
$fp = fopen($schema_path . $dbms . '_schema.sql', 'wb');
|
||||
|
||||
$line = '';
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue