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
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
38511a2
Added a check to see if session is started so it doesn't throw a warn…
truckingsim Nov 15, 2012
c2d94af
handle zlib output compression
wesen Nov 28, 2012
19cf0fc
moved turning off 'html_errors' into error/exception handlers, to pre…
druu Dec 23, 2012
b8cbfb3
added option to clear all opened buffers
druu Dec 23, 2012
91cb3fb
added option to clear all opened buffers
druu Dec 23, 2012
d7ac277
Merge remote-tracking branch 'druu/fix_issue_34'
Jan 19, 2013
41ff3c3
Remove trailing whitespace
Jan 19, 2013
0deeaa5
Clear all buffers defaults to true
Jan 19, 2013
dfa9743
Don't run setup if not permitted by settings
Jan 19, 2013
b0277e9
Check transfer encoding to prevent JS injection in binary
Jan 23, 2013
daee2f2
Merge branch 'fix_binary_js_injection'
Jan 23, 2013
f1a77aa
Merge remote-tracking branch 'druu/master'
Jan 30, 2013
78cfb10
Update composer.json to match the new fork
bradfeehan Mar 19, 2013
b1fc9cd
Add "allow_manual_report" option
bradfeehan Mar 19, 2013
1199172
Fixed compatibility with Wamp (Displaying content)
PaulFasola Apr 14, 2013
2d1e473
Added option 'show_error_code'
magobaol Jun 18, 2013
0aac492
Added mapping of PHP Errors, mapped to descriptions of them
magobaol Jun 18, 2013
ee8075a
Added display logic to displayError. I needed to add a parameter (the…
magobaol Jun 18, 2013
8dd1418
Cosmetic changes:
magobaol Jun 18, 2013
04fa1fd
fixed Code display when short_open_tag is Off
neiluJ Oct 3, 2013
123c2b2
Merge pull request #1 from JosephLenton/master
krisxoofoo Oct 12, 2013
4a8ceab
Merge pull request #2 from neiluJ/master
krisxoofoo Oct 12, 2013
0ddeb9a
Fix CSS
snapshotpl Nov 10, 2013
1a62b19
Custom data feature
snapshotpl Nov 10, 2013
9a60f33
Change method to public
snapshotpl Nov 10, 2013
cdeecef
Merge branch 'fix-css'
snapshotpl Nov 11, 2013
3e86e12
'zlib output compression' handler
mihai-iorga Dec 30, 2013
38ddfe2
extract the ACE JS editor and jQuery components into external files w…
GerHobbelt Feb 1, 2014
e404630
Merge remote-tracking branch 'remotes/Popolino/master' -- all PHP cod…
GerHobbelt Feb 1, 2014
3e951fc
Add "allow_manual_report" option
bradfeehan Mar 19, 2013
4f649bf
Merge remote-tracking branch 'remotes/krisxoofoo/master' -- enable th…
GerHobbelt Feb 1, 2014
6f3ad75
Merge remote-tracking branch 'remotes/snapshotpl/fixes'
GerHobbelt Feb 1, 2014
36c42e4
Merge remote-tracking branch 'remotes/darkkiss/patch-2'
GerHobbelt Feb 1, 2014
ebe6abd
Merge remote-tracking branch 'remotes/bradfeehan/master' -- mark as m…
GerHobbelt Feb 1, 2014
a648ce9
fix xhr state check in php-error
wesen Oct 2, 2013
d166806
- correct crash when the error code does not match any known value
GerHobbelt Feb 1, 2014
e9f1a90
fixed paths in examples so they load the local copy / run the local p…
GerHobbelt Feb 8, 2014
9a60143
jquery 1.7.2 --> 2.0.4 update (using multiple jquery versions on a si…
GerHobbelt Feb 8, 2014
a9b29bd
stage 1 deobfuscating ACE editor instance.
GerHobbelt Feb 9, 2014
e0bebe9
JSpretty run on the ACE code. Note that another JavaScript deobfuscat…
GerHobbelt Feb 9, 2014
ec4ab1b
fix the config conditional checks (PHP defines) and set up the defaul…
GerHobbelt Feb 9, 2014
d6d776d
fix bug: backslashes were damaged in the namespace statement in the e…
GerHobbelt Feb 9, 2014
ba1be6f
Add support for nested output buffers
bullfrogchampion Oct 10, 2014
0ce1c14
updated jQuery
GerHobbelt Jan 5, 2015
f379589
typo fix
GerHobbelt Jan 18, 2015
c7ba5b2
Merge pull request #1 from GerHobbelt/master
kenorb Mar 24, 2016
417cd1c
Merge pull request #2 from bullfrogchampion/add_nested_ob_support
kenorb Mar 24, 2016
4496f1d
Merge pull request #3 from druu/master
kenorb Mar 24, 2016
3cd4a48
Merge commit 'f1a77aa71b0706f2713ceb07038787a5357cea09'
kenorb Mar 24, 2016
11ff430
Merge branch 'master' of kenorb-contrib/PHP-Error
kenorb Mar 24, 2016
685122c
Merge pull request #6 from goldeneagle/master
kenorb Mar 24, 2016
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
4 changes: 2 additions & 2 deletions example/js_injection.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
\php_error\reportErrors();
?>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="../src/php_error_jquery.js"></script>

<script>
$(document).ready( function() {
$.post( '/example/unknown_variable.php?something=blah_blah&dkkddk=something_else', { foo:[ 1234, 9393, null, [["kdkdkdk"]]], bar: 993, foobar: "dkkdkslfjdslkfj" }, function(str) {
$.post( './unknown_variable.php?something=blah_blah&dkkddk=something_else', { foo:[ 1234, 9393, null, [["kdkdkdk"]]], bar: 993, foobar: "dkkdkslfjdslkfj" }, function(str) {
console.log( str );
} );
});
Expand Down
4 changes: 1 addition & 3 deletions example/js_synchronous.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
\php_error\reportErrors();
?>
<!DOCTYPE html>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>

<script>
var sendOnce = true;

Expand All @@ -14,7 +12,7 @@
console.log( r.responseText.length );
}

r.open( 'get', '/example/unknown_variable.php', false );
r.open( 'get', './unknown_variable.php', false );
r.send();

console.log( 'done outside ' + r.responseText.length );
Expand Down
Loading