PMCORE-3986 An error occurs when a report table is created
This commit is contained in:
1
thirdparty/phing/Phing.php
vendored
1
thirdparty/phing/Phing.php
vendored
@@ -1104,7 +1104,6 @@ class Phing {
|
|||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
private static function setIni() {
|
private static function setIni() {
|
||||||
error_reporting(E_ALL);
|
|
||||||
set_time_limit(0);
|
set_time_limit(0);
|
||||||
ini_set('short_open_tag', 'off');
|
ini_set('short_open_tag', 'off');
|
||||||
ini_set('default_charset', 'iso-8859-1');
|
ini_set('default_charset', 'iso-8859-1');
|
||||||
|
|||||||
Reference in New Issue
Block a user