summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_utils.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-11-131-1/+1
|\
| * Properly escape all filenames when exporting breakpointsBob Weinand2016-11-131-1/+1
* | Fix searching for catch blocksBob Weinand2016-10-161-1/+1
* | Rewrite watchpoints to be much more stableBob Weinand2016-07-111-1/+1
* | Print .0 in phpdbg opcode dumpsNikita Popov2016-03-251-0/+12
|/
* Fix bug #71575 removing extra semicolons outside macrosJames Titcumb2016-03-031-1/+1
* Format string fixesNikita Popov2016-02-141-7/+7
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | - Implemented output pagingFelipe Pena2015-10-181-0/+18
* | Fixed bug #70214 (FASYNC possibly not defined)Bob Weinand2015-08-081-6/+11
* | Remove -Wunused-result warningsBob Weinand2015-07-271-6/+3
* | Cleanup shutdown, enable proper memory leak displayingBob Weinand2015-07-241-6/+10
* | Fix misbehaviors with uncaught exceptions and finally or evalBob Weinand2015-07-201-3/+3
* | Switch asprintf to spprintf in phpdbg opcode dumpNikita Popov2015-07-171-13/+17
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-12/+12
* | Make backtraces *much* more readableBob Weinand2015-06-291-0/+60
* | Fix phpdbg class fetch / method opcodesBob Weinand2015-05-271-1/+1
* | Also consider specific catches when checking for uncaughtBob Weinand2015-04-221-7/+29
* | Break on uncaught exceptions in current frame in phpdbgBob Weinand2015-04-221-2/+2
* | Add next command / Fix recursion/exceptions with u/F/LBob Weinand2015-04-211-0/+22
* | Stabilize watchpointsBob Weinand2015-04-191-8/+56
* | Stabilize (simple) watchpoints with IS_INDIRECT/IS_REFERENCE situationsBob Weinand2015-03-211-1/+1
* | s/PHP Version 5/PHP Version 7/gLior Kaplan2015-03-131-1/+1
* | Merge branch 'PHP-5.6'Xinchen Hui2015-02-131-5/+1
|\ \ | |/
| * bump yearXinchen Hui2015-01-151-1/+1
| * go back with phpdbg to the state of 5.6.3, reverting the controversial commit...Ferenc Kovacs2014-11-261-303/+116
* | bump yearXinchen Hui2015-01-151-1/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-41/+41
* | Made phpdbg compatible with new engineBob Weinand2014-10-241-137/+352
|\ \ | |/
| * Merge phpdbg into PHP-5.6Bob Weinand2014-10-241-116/+303
| * Better fix for phpdbg + libeditRemi Collet2014-06-231-1/+1
| * Fix https://github.com/krakjoe/phpdbg/issues/91Remi Collet2014-06-231-1/+5
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | Better fix for phpdbg + libeditRemi Collet2014-06-231-1/+1
* | Fix https://github.com/krakjoe/phpdbg/issues/91Remi Collet2014-06-231-1/+5
|/
* Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-06-151-3/+6
* Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-04-211-0/+61
* Bump yearXinchen Hui2014-01-031-1/+1
* fixed incompatible pointer in phpdbg on win64Anatol Belski2013-12-241-1/+2
* Merge branch 'master' of sapi/phpdbg into PHP-5.6Bob Weinand2013-12-201-0/+386