JosephLenton / PHP-Error

Better error reporting for PHP, and prettier too!
1.35k stars 151 forks source link

Make $classNotFoundException public #13

Closed Geczy closed 12 years ago

Geczy commented 12 years ago

To play nice with other PHP versions, eg 5.3.10

Geczy commented 12 years ago

[02-Jul-2012 16:45:42 UTC] PHP Fatal error: Cannot access private property php_error\ErrorHandler::$classNotFoundException in C:\PHP-Error\src\php_error.php on line 2387

Geczy commented 12 years ago

Solved in 94f443b6683597cf62abab28c6669acbda6f73bc

JosephLenton commented 12 years ago

I'll look into downgrading to PHP 5.3.

I hadn't realised the anonymous functions had been changed this much (it's pretty cool that they have).