summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_utils.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
|
* Properly escape all filenames when exporting breakpointsBob Weinand2016-11-131-1/+1
|
* Fix bug #71575 removing extra semicolons outside macrosJames Titcumb2016-03-031-1/+1
|
* Format string fixesNikita Popov2016-02-141-7/+7
| | | | | Conflicts: ext/pgsql/pgsql.c
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * 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
| | | | | | | | phpdbg should not memory leak...
* | 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
| | | | | | | | | | | | | | Also use %td where appropriate, a lot of the values are ptrdiff based. Fix a leak in phpdbg_frame.c.
* | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵Dmitry Stogov2015-06-301-12/+12
| | | | | | | | semantick changes).
* | 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
| | | | | | | | Follow up for d0cb7153
* | Merge branch 'PHP-5.6'Xinchen Hui2015-02-131-5/+1
|\ \ | |/ | | | | | | | | | | Conflicts: ext/soap/soap.c ext/standard/basic_functions.c ext/zlib/zlib.c
| * bump yearXinchen Hui2015-01-151-1/+1
| |
| * go back with phpdbg to the state of 5.6.3, reverting the controversial ↵Ferenc Kovacs2014-11-261-303/+116
| | | | | | | | commits(remote debugging/xml protocol)
* | 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 include - disable coloured prompt only with libedit
| * Fix https://github.com/krakjoe/phpdbg/issues/91Remi Collet2014-06-231-1/+5
| | | | | | | | | | | | Enable edit feature when build with libedit. Notice: coloured prompt only enable with READLINE
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
| |
* | Better fix for phpdbg + libeditRemi Collet2014-06-231-1/+1
| | | | | | | | | | - fix include - disable coloured prompt only with libedit
* | Fix https://github.com/krakjoe/phpdbg/issues/91Remi Collet2014-06-231-1/+5
|/ | | | | | Enable edit feature when build with libedit. Notice: coloured prompt only enable with READLINE
* 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
Including phpdbg.