-
Notifications
You must be signed in to change notification settings - Fork 151
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
Fixes: #34, #36, #79, #92, etc. #94
base: master
Are you sure you want to change the base?
Commits on Nov 15, 2012
-
Added a check to see if session is started so it doesn't throw a warn…
…ing about the session being started already.
Configuration menu - View commit details
-
Copy full SHA for 38511a2 - Browse repository at this point
Copy the full SHA 38511a2View commit details
Commits on Nov 28, 2012
-
Configuration menu - View commit details
-
Copy full SHA for c2d94af - Browse repository at this point
Copy the full SHA c2d94afView commit details
Commits on Dec 23, 2012
-
moved turning off 'html_errors' into error/exception handlers, to pre…
…serve xDebug's prettyfied var_dump()
Configuration menu - View commit details
-
Copy full SHA for 19cf0fc - Browse repository at this point
Copy the full SHA 19cf0fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8cbfb3 - Browse repository at this point
Copy the full SHA b8cbfb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91cb3fb - Browse repository at this point
Copy the full SHA 91cb3fbView commit details
Commits on Jan 19, 2013
-
Merge remote-tracking branch 'druu/fix_issue_34'
Shaine Hatch committedJan 19, 2013 Configuration menu - View commit details
-
Copy full SHA for d7ac277 - Browse repository at this point
Copy the full SHA d7ac277View commit details -
Shaine Hatch committed
Jan 19, 2013 Configuration menu - View commit details
-
Copy full SHA for 41ff3c3 - Browse repository at this point
Copy the full SHA 41ff3c3View commit details -
Clear all buffers defaults to true
Shaine Hatch committedJan 19, 2013 Configuration menu - View commit details
-
Copy full SHA for 0deeaa5 - Browse repository at this point
Copy the full SHA 0deeaa5View commit details -
Don't run setup if not permitted by settings
Shaine Hatch committedJan 19, 2013 Configuration menu - View commit details
-
Copy full SHA for dfa9743 - Browse repository at this point
Copy the full SHA dfa9743View commit details
Commits on Jan 23, 2013
-
Check transfer encoding to prevent JS injection in binary
Shaine Hatch committedJan 23, 2013 Configuration menu - View commit details
-
Copy full SHA for b0277e9 - Browse repository at this point
Copy the full SHA b0277e9View commit details -
Merge branch 'fix_binary_js_injection'
Shaine Hatch committedJan 23, 2013 Configuration menu - View commit details
-
Copy full SHA for daee2f2 - Browse repository at this point
Copy the full SHA daee2f2View commit details
Commits on Jan 30, 2013
-
Merge remote-tracking branch 'druu/master'
Conflicts: src/php_error.php
Shaine Hatch committedJan 30, 2013 Configuration menu - View commit details
-
Copy full SHA for f1a77aa - Browse repository at this point
Copy the full SHA f1a77aaView commit details
Commits on Mar 19, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 78cfb10 - Browse repository at this point
Copy the full SHA 78cfb10View commit details -
Add "allow_manual_report" option
Allows use of the reportError() and reportException() functions even when the error handler is disabled (i.e. when isOn() returns false which would normally disable these functions' functionality.
Configuration menu - View commit details
-
Copy full SHA for b1fc9cd - Browse repository at this point
Copy the full SHA b1fc9cdView commit details
Commits on Apr 14, 2013
-
Fixed compatibility with Wamp (Displaying content)
** First commit for this project At he first time testing the code in Wamp, there were problems with the display due to the requirements of this software.
Configuration menu - View commit details
-
Copy full SHA for 1199172 - Browse repository at this point
Copy the full SHA 1199172View commit details
Commits on Jun 18, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 2d1e473 - Browse repository at this point
Copy the full SHA 2d1e473View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0aac492 - Browse repository at this point
Copy the full SHA 0aac492View commit details -
Added display logic to displayError. I needed to add a parameter (the…
… actual error code) so I've also amended the reportError(), where displayError() is called, to pass the error code.
Configuration menu - View commit details
-
Copy full SHA for ee8075a - Browse repository at this point
Copy the full SHA ee8075aView commit details -
- Added H3 css class - Added #error-code css class - Moved the error code inside an H3, shown below the error-title.
Configuration menu - View commit details
-
Copy full SHA for 8dd1418 - Browse repository at this point
Copy the full SHA 8dd1418View commit details
Commits on Oct 3, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 04fa1fd - Browse repository at this point
Copy the full SHA 04fa1fdView commit details
Commits on Oct 12, 2013
-
Merge pull request #1 from JosephLenton/master
fixed issue with slashes not being escaped, when replacement code is upl...
Configuration menu - View commit details
-
Copy full SHA for 123c2b2 - Browse repository at this point
Copy the full SHA 123c2b2View commit details -
Merge pull request #2 from neiluJ/master
fixed Code display when short_open_tag is Off
Configuration menu - View commit details
-
Copy full SHA for 4a8ceab - Browse repository at this point
Copy the full SHA 4a8ceabView commit details
Commits on Nov 10, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 0ddeb9a - Browse repository at this point
Copy the full SHA 0ddeb9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a62b19 - Browse repository at this point
Copy the full SHA 1a62b19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a60f33 - Browse repository at this point
Copy the full SHA 9a60f33View commit details
Commits on Nov 11, 2013
-
Configuration menu - View commit details
-
Copy full SHA for cdeecef - Browse repository at this point
Copy the full SHA cdeecefView commit details
Commits on Dec 30, 2013
-
'zlib output compression' handler
If you change zlib output compression setting in between ob_start, ob_end_clean or ob_end_flush, you will get: ob_end_flush() failed to delete buffer zlib output compression. Added - 1853: else if ( $handler === 'zlib output compression' ) { if (ob_get_level()) { while (@ob_end_clean()); } }
Configuration menu - View commit details
-
Copy full SHA for 3e86e12 - Browse repository at this point
Copy the full SHA 3e86e12View commit details
Commits on Feb 1, 2014
-
extract the ACE JS editor and jQuery components into external files w…
…hich are included in the output at runtime; this greatly reduces the size of the PHP file itself. It does not change the output size, but allows us to override the ACE and jQuery components if we already load our own copies of those anyhow: that way we prevent version collisions in the same webpage.
Configuration menu - View commit details
-
Copy full SHA for 38ddfe2 - Browse repository at this point
Copy the full SHA 38ddfe2View commit details -
Merge remote-tracking branch 'remotes/Popolino/master' -- all PHP cod…
…e is now contained within <?php ... ?> tag boundaries: no more use of 'shorthand notation'
Configuration menu - View commit details
-
Copy full SHA for e404630 - Browse repository at this point
Copy the full SHA e404630View commit details -
Add "allow_manual_report" option
Allows use of the reportError() and reportException() functions even when the error handler is disabled (i.e. when isOn() returns false which would normally disable these functions' functionality.
Configuration menu - View commit details
-
Copy full SHA for 3e951fc - Browse repository at this point
Copy the full SHA 3e951fcView commit details -
Merge remote-tracking branch 'remotes/krisxoofoo/master' -- enable th…
…e ability to show the error *code* too. Conflicts: src/php_error.php
Configuration menu - View commit details
-
Copy full SHA for 4f649bf - Browse repository at this point
Copy the full SHA 4f649bfView commit details -
Merge remote-tracking branch 'remotes/snapshotpl/fixes'
Conflicts: src/php_error.php
Configuration menu - View commit details
-
Copy full SHA for 6f3ad75 - Browse repository at this point
Copy the full SHA 6f3ad75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36c42e4 - Browse repository at this point
Copy the full SHA 36c42e4View commit details -
Merge remote-tracking branch 'remotes/bradfeehan/master' -- mark as m…
…erged after cherry picking the 'allow_manual_report' feature commit. Conflicts: src/php_error.php
Configuration menu - View commit details
-
Copy full SHA for ebe6abd - Browse repository at this point
Copy the full SHA ebe6abdView commit details -
Configuration menu - View commit details
-
Copy full SHA for a648ce9 - Browse repository at this point
Copy the full SHA a648ce9View commit details -
- correct crash when the error code does not match any known value
- correct bug in the default JS load paths for jquery and ACE.
Configuration menu - View commit details
-
Copy full SHA for d166806 - Browse repository at this point
Copy the full SHA d166806View commit details
Commits on Feb 8, 2014
-
fixed paths in examples so they load the local copy / run the local p…
…hp test script always.
Configuration menu - View commit details
-
Copy full SHA for e9f1a90 - Browse repository at this point
Copy the full SHA e9f1a90View commit details -
jquery 1.7.2 --> 2.0.4 update (using multiple jquery versions on a si…
…ngle page is detrimental to your health ;-) hence upgraded to a version we are currently using ourselves )
Configuration menu - View commit details
-
Copy full SHA for 9a60143 - Browse repository at this point
Copy the full SHA 9a60143View commit details
Commits on Feb 9, 2014
-
Configuration menu - View commit details
-
Copy full SHA for a9b29bd - Browse repository at this point
Copy the full SHA a9b29bdView commit details -
JSpretty run on the ACE code. Note that another JavaScript deobfuscat…
…or/beautifier (The JavaScript Unminifier at http://www.centralinternet.com.br/javascript-beautifier) gave visually better code output but nuked the literal HTML elements embedded in some strings in the code, thus nuking the source code, while JSPretty (http://www.jspretty.com/) kept the code intact.
Configuration menu - View commit details
-
Copy full SHA for e0bebe9 - Browse repository at this point
Copy the full SHA e0bebe9View commit details -
fix the config conditional checks (PHP defines) and set up the defaul…
…t defines' (default is to NOT minify; the original PHP_Error did minify its own code but I don't want minified code in my 'deep debug' site output)
Configuration menu - View commit details
-
Copy full SHA for ec4ab1b - Browse repository at this point
Copy the full SHA ec4ab1bView commit details -
fix bug: backslashes were damaged in the namespace statement in the e…
…xamples/class_not_found.php when saving the edited example file: the C-slashes should not have been stripped (tested on current Chrome (stable) and PHP 5.3.8 (WAMP))
Configuration menu - View commit details
-
Copy full SHA for d6d776d - Browse repository at this point
Copy the full SHA d6d776dView commit details
Commits on Oct 10, 2014
-
Add support for nested output buffers
This uses the ob_get_level command to work out how many output buffers we need to close before we make our own output.
Configuration menu - View commit details
-
Copy full SHA for ba1be6f - Browse repository at this point
Copy the full SHA ba1be6fView commit details
Commits on Jan 5, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 0ce1c14 - Browse repository at this point
Copy the full SHA 0ce1c14View commit details
Commits on Jan 18, 2015
-
Configuration menu - View commit details
-
Copy full SHA for f379589 - Browse repository at this point
Copy the full SHA f379589View commit details
Commits on Mar 24, 2016
-
Merge pull request #1 from GerHobbelt/master
master from GerHobbelt/PHP-Error
Configuration menu - View commit details
-
Copy full SHA for c7ba5b2 - Browse repository at this point
Copy the full SHA c7ba5b2View commit details -
Merge pull request #2 from bullfrogchampion/add_nested_ob_support
Add support for nested output buffers
Configuration menu - View commit details
-
Copy full SHA for 417cd1c - Browse repository at this point
Copy the full SHA 417cd1cView commit details -
Merge pull request #3 from druu/master
Moved turning off 'html_errors' into error/exception handlers.
Configuration menu - View commit details
-
Copy full SHA for 4496f1d - Browse repository at this point
Copy the full SHA 4496f1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cd4a48 - Browse repository at this point
Copy the full SHA 3cd4a48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11ff430 - Browse repository at this point
Copy the full SHA 11ff430View commit details -
Merge pull request #6 from goldeneagle/master
handle zlib output compression
Configuration menu - View commit details
-
Copy full SHA for 685122c - Browse repository at this point
Copy the full SHA 685122cView commit details