summarylogtreecommitdiffstats
path: root/php-errors.patch
diff options
context:
space:
mode:
Diffstat (limited to 'php-errors.patch')
-rw-r--r--php-errors.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/php-errors.patch b/php-errors.patch
new file mode 100644
index 000000000000..a94dd5d9085f
--- /dev/null
+++ b/php-errors.patch
@@ -0,0 +1,11 @@
+--- airtime_mvc/application/airtime-boot.php 2016-11-21 23:40:32.598222544 +0100
++++ airtime_mvc/application/airtime-boot.php 2016-11-21 23:40:27.872299612 +0100
+@@ -16,7 +16,7 @@
+ //Check if the statement that threw this error wanted its errors to be
+ //suppressed. If so then return without with throwing exception.
+ if (0 === error_reporting()) return;
+- throw new ErrorException($errstr, $errno, 0, $errfile, $errline);
++ //throw new ErrorException($errstr, $errno, 0, $errfile, $errline);
+ return false;
+ }
+