Skip to content
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

Open
wants to merge 51 commits into
base: master
Choose a base branch
from

Conversation

kenorb
Copy link

@kenorb kenorb commented Mar 24, 2016

No description provided.

truckingsim and others added 30 commits November 15, 2012 06:29
…ing about the session being started already.
Conflicts:
	src/php_error.php
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.
** 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.
… actual error code) so I've also amended the reportError(), where displayError() is called, to pass the error code.
- Added H3 css class
- Added #error-code css class
- Moved the error code inside an H3, shown below the error-title.
fixed issue with slashes not being escaped, when replacement code is upl...
fixed Code display when short_open_tag is Off
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());
    }
 }
…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.
…e is now contained within <?php ... ?> tag boundaries: no more use of 'shorthand notation'
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.
GerHobbelt and others added 21 commits February 1, 2014 01:18
…e ability to show the error *code* too.

Conflicts:
	src/php_error.php
…erged after cherry picking the 'allow_manual_report' feature commit.

Conflicts:
	src/php_error.php
- correct bug in the default JS load paths for jquery and ACE.
…ngle page is detrimental to your health ;-) hence upgraded to a version we are currently using ourselves )
…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.
…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)
…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))
This uses the ob_get_level command to work out how many output
buffers we need to close before we make our own output.
master from GerHobbelt/PHP-Error
Moved turning off 'html_errors' into error/exception handlers.
handle zlib output compression
@kenorb kenorb changed the title Bug fixes: #79, etc. Bug fixes: #34, #79, #92, etc. Mar 24, 2016
@kenorb kenorb changed the title Bug fixes: #34, #79, #92, etc. Bug fixes: #34, #36, #79, #92, etc. Mar 24, 2016
@kenorb kenorb changed the title Bug fixes: #34, #36, #79, #92, etc. Fixes: #34, #36, #79, #92, etc. Mar 24, 2016
@websiteduck
Copy link

I had to change these two lines to get the ace editor to work:
3423 $editor.size() to $editor.length
3454 files.size() to files.length

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.