forked from leftypol/leftypol
Merge vichan PHP8 fixes, configure composer, fix outstanding incompatibilities
This commit is contained in:
parent
c9ef4e80ac
commit
2605a6ff5d
252 changed files with 279 additions and 28498 deletions
|
@ -1,4 +1,4 @@
|
|||
<?PHP
|
||||
<?php
|
||||
|
||||
function error_handler($errno,$errstr,$errfile, $errline, $errcontext){
|
||||
if(error_reporting() & $errno){
|
||||
|
@ -22,6 +22,8 @@ function fatal_error_handler(){
|
|||
|
||||
register_shutdown_function('fatal_error_handler');
|
||||
|
||||
// Due to composer autoload, this isn't implicitly global anymore
|
||||
global $error_recursion;
|
||||
$error_recursion=false;
|
||||
|
||||
function error($message, $priority = true, $debug_stuff = false) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue