summaryrefslogtreecommitdiff
path: root/sapi/phpdbg
Commit message (Expand)AuthorAgeFilesLines
* add missing header to fix buildAnatol Belski2016-07-191-0/+2
* Disable optimizer when it conflicts with phpdbg testsBob Weinand2016-07-132-0/+4
* Remove bogus zend_signal_shutdown symbol from headerBob Weinand2016-07-131-7/+6
* Cleanup zend_/signal usage in phpdbg.cBob Weinand2016-07-132-25/+10
* Fix phpdbg ZTS watchpoint+shutdown sequences & opcache+watchpointsBob Weinand2016-07-122-156/+174
* Rewrite watchpoints to be much more stableBob Weinand2016-07-1116-944/+1500
* Pass error severity to SAPI modules and raise corresponding error level in Ap...Martin Vobruba2016-07-111-1/+1
* Inline simple constant functionsDmitry Stogov2016-06-301-0/+2
* couple of resource leaks fixes and use after free'sDavid Carlier2016-06-271-1/+4
* Zend signals should be installed after request startup (or regular signals ma...Dmitry Stogov2016-06-201-8/+8
* Fixed phpdbg build without --enable-zend-signalsDmitry Stogov2016-06-201-0/+3
* Cleanup zend_signal APIDmitry Stogov2016-06-201-6/+0
* Merge branch 'PHP-7.0'Anatol Belski2016-05-301-1/+1
|\
| * fix conditionAnatol Belski2016-05-301-1/+1
| * Fixed bug #72284 (phpdbg fatal errors with coverage)Bob Weinand2016-05-301-3/+6
* | Merge branch 'PHP-7.0'Adam Harvey2016-05-251-1/+1
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Adam Harvey2016-05-251-1/+1
| |\
| | * Fix typo in phpdbg help.Adam Harvey2016-05-251-1/+1
* | | Merge branch 'PHP-7.0'Adam Harvey2016-05-251-0/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Adam Harvey2016-05-251-1/+3
| |\ \ | | |/
| | * Add missing newlines to phpdbg's help for the run command.Adam Harvey2016-05-251-1/+3
* | | Fixed bug #72213 (Finally leaks on nested exceptions).Dmitry Stogov2016-05-252-17/+2
* | | Fixed bug #72188 (Nested try/finally blocks losing return value)Dmitry Stogov2016-05-131-1/+1
* | | Fix include_once in phpdbgBob Weinand2016-05-071-4/+6
* | | Fix potential double free with phpdbgBob Weinand2016-05-031-0/+1
* | | Don't initialize EX(call)->symbol_table on each function call.Dmitry Stogov2016-04-281-1/+1
* | | - get rid of EG(scope). zend_get_executed_scope() should be used instead.Dmitry Stogov2016-04-285-11/+10
* | | Removed "zend_fcall_info.function_table". It was assigned in many places, but...Dmitry Stogov2016-04-271-1/+0
* | | Merge branch 'PHP-7.0'Joe Watkins2016-04-121-0/+2
|\ \ \ | |/ /
| * | phpdbg: close file handlesJoe Watkins2016-04-121-0/+2
* | | Evaluate arguments of new for classes without ctorNikita Popov2016-03-251-1/+1
* | | Print .0 in phpdbg opcode dumpsNikita Popov2016-03-251-0/+12
* | | Merge branch 'PHP-7.0'Nikita Popov2016-03-031-5/+0
|\ \ \ | |/ /
| * | Eliminate usages of _PP macrosNikita Popov2016-03-031-5/+0
* | | Merge branch 'PHP-7.0'Nikita Popov2016-03-0324-24/+24
|\ \ \ | |/ /
| * | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-1/+1
| * | Fix bug #71575 removing extra semicolons outside macrosJames Titcumb2016-03-0323-23/+23
* | | Removed zend_fcall_info.symbol_tableDmitry Stogov2016-03-021-1/+0
* | | Merge branch 'PHP-7.0'Dmitry Stogov2016-03-021-1/+2
|\ \ \ | |/ /
| * | PHP-7 zend_call_function() doesn't support symbol_table substitutionDmitry Stogov2016-03-021-1/+2
* | | Merge branch 'PHP-7.0'Bob Weinand2016-02-174-15/+27
|\ \ \ | |/ /
| * | Fix crash when advancing inside an internal functionBob Weinand2016-02-174-15/+27
* | | Merge branch 'PHP-7.0'Nikita Popov2016-02-149-34/+38
|\ \ \ | |/ /
| * | Format string fixesNikita Popov2016-02-148-25/+38
| * | Fix format attributes in ZTSNikita Popov2016-02-141-9/+0
* | | Merge branch 'PHP-7.0'Bob Weinand2016-02-111-1/+1
|\ \ \ | |/ /
| * | Fixed inherited functions from unspecified files being included in phpdbg_get...Bob Weinand2016-02-111-1/+1
* | | Merge branch 'PHP-7.0'Nikita Popov2016-01-291-1/+1
|\ \ \ | |/ /
| * | phpdbg config.m4: make it detectable by old shellsGuillaume Outters2016-01-291-1/+1
* | | Merge branch 'PHP-7.0'Bob Weinand2016-01-231-1/+1
|\ \ \ | |/ /