Skip to content

Set of features to safely use PHP-Error on production environment #62

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
981cc58
addErrorCallback() will add a callback to call just right after loggi…
panrafal Feb 1, 2013
258bdaf
display_errors is handled differently.
panrafal Feb 2, 2013
498de3b
Every broken page should have status 500
panrafal Feb 2, 2013
5d1969b
Buffers are properly handled. If error occurs inside the buffer, it w…
panrafal Feb 2, 2013
55983c3
Option 'throw_errors' to throw errors instead of reporting them immed…
panrafal Feb 2, 2013
ef269d4
Flush and close the buffer
panrafal Feb 2, 2013
902db36
Option 'error_page' allows to show specified error page if display_er…
panrafal Feb 2, 2013
80c7cb5
ErrorHandler::globalHandler() returns current handler
panrafal Feb 2, 2013
d75de07
check if buffer is set up
panrafal Feb 2, 2013
513fad6
Merge branch 'feature-throwerror'
panrafal Feb 2, 2013
d871a26
Merge branch 'feature-display'
panrafal Feb 2, 2013
26e228d
Merge branch 'feature-global'
panrafal Feb 2, 2013
3cbf48e
Close and flush the buffer
panrafal Feb 2, 2013
f845427
Dump script output
panrafal Feb 2, 2013
b77044f
simple CLI support
panrafal Feb 2, 2013
1ced5cf
Merge branch 'feature-output'
panrafal Feb 2, 2013
7e02fae
Merge branch 'feature-cli'
panrafal Feb 2, 2013
e94fca7
fix
panrafal Feb 2, 2013
3731459
Merge branch 'feature-buffer' into feature-output
panrafal Feb 2, 2013
4a1f024
Merge branch 'feature-buffer' into feature-cli
panrafal Feb 2, 2013
430a32f
Merge branch 'feature-output'
panrafal Feb 2, 2013
1e35d51
Merge branch 'feature-cli'
panrafal Feb 2, 2013
b1e7288
merge fixes
panrafal Feb 3, 2013
437e9e8
ErrorException wasn't compatible with PHP's ErrorException.
panrafal Feb 3, 2013
4cc6ac7
Options to control error logging
panrafal Feb 3, 2013
a7cc25a
Merge branch 'fix-exception' into fork-master
panrafal Feb 3, 2013
7487abf
Merge branch 'feature-log' into fork-master
panrafal Feb 3, 2013
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading