summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg.c
Commit message (Collapse)AuthorAgeFilesLines
* Revert "fix crash in phpdbg shutdown process when opcache is loaded"Joe Watkins2017-02-271-2/+1
| | | | This reverts commit 008fb28eafa3740b1e3696b1a5cf7566d493b97d.
* fix crash in phpdbg shutdown process when opcache is loadedJoe Watkins2017-02-271-1/+2
|
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-2/+2
|
* Fix issue with -- in phpdbg command lineBob Weinand2016-12-211-1/+1
|
* Partially fix bug #70492Nikita Popov2016-12-141-1/+1
| | | | The libmagic portion is missing.
* Fixed bug #73615 (phpdbg without option never load .phpdbginit at startup)Bob Weinand2016-11-301-3/+1
|
* Revert "Revert "Remove a few unused write warning""Bob Weinand2016-11-201-1/+1
| | | | | | This reverts commit ff5a65d26b139142c5e967582c369ef65b79adf8. (With zend_ prefix now)
* Remove a few unused write warning (backport from master, oops)sBob Weinand2016-11-201-0/+1
|
* make it possible to show specific help pages without interactive sessionJoe Watkins2016-11-201-1/+1
|
* yet another uninitialized pointerAnatol Belski2016-10-271-0/+2
|
* fix uninitialized pointerAnatol Belski2016-10-271-0/+2
|
* Fixed bug #71234 (INI files are loaded even invoked as phpdbg -n --version)Bob Weinand2016-10-161-33/+49
|
* Fixed bug #70776 (Simple SIGINT does not have any effect)Bob Weinand2016-10-161-0/+4
|
* Ignore non-executable opcodes in line mode of phpdbg_end_oplog()Bob Weinand2016-10-131-9/+19
|
* Update NEWSBob Weinand2016-10-121-6/+6
| | | | Also add missing include.inc test file
* Fix accidental PHPDBG_ABI breakBob Weinand2016-10-121-1/+1
|
* Add stdin command and -s command line parameter to phpdbgBob Weinand2016-10-121-12/+67
| | | | | | | This allows reading the initial script file from stdin instead of being forced to put the script into a file in order to run it with phpdbg. Especially important for programmatic execution of phpdbg. Also adding tests/include_once.phpt and tests/set_exception_handler.phpt as I seem to have forgotten to git add them sometime long ago...
* Fix crash on Linux due to double fclose()Bob Weinand2016-10-031-1/+1
|
* Fix run command args passing when inmidst executionBob Weinand2016-10-021-5/+21
|
* Add proper escape sequences and reading stdin from file in phpdbg run commandBob Weinand2016-10-011-0/+38
|
* MFH: Fixed fd leak (the origin commit can not be cherry-picked)Xinchen Hui2016-06-281-1/+4
|
* Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-1/+1
| | | | Also re bug #71575.
* Format string fixesNikita Popov2016-02-141-3/+3
| | | | | Conflicts: ext/pgsql/pgsql.c
* Fixed inherited functions from unspecified files being included in ↵Bob Weinand2016-02-111-1/+1
| | | | | | phpdbg_get_executable() See also https://github.com/krakjoe/phpdbg/issues/152
* Use uint64_t for flags (warning)Bob Weinand2016-01-231-1/+1
|
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-2/+2
|\ | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-2/+2
| |
| * bump yearXinchen Hui2015-01-151-2/+2
| |
| * typo fixFerenc Kovacs2014-11-261-1/+1
| |
| * go back with phpdbg to the state of 5.6.3, reverting the controversial ↵Ferenc Kovacs2014-11-261-421/+316
| | | | | | | | commits(remote debugging/xml protocol)
| * typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ext/ftp/ftp.h ext/pcre/pcrelib/pcre_printint.c ext/pcre/pcrelib/sljit/sljitLir.c ext/pcre/pcrelib/sljit/sljitLir.h ext/pcre/pcrelib/sljit/sljitNativeARM_32.c ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c ext/pgsql/pgsql.c ext/phar/func_interceptors.c ext/soap/soap.c ext/standard/image.c
| * Temporarily disable wait/xml protocol...Bob Weinand2014-10-301-0/+4
| |
* | Unused value casting should be `void`Reeze Xia2015-12-121-1/+1
| |
* | standard tsrm usage for sevenJoe Watkins2015-12-061-7/+7
| |
* | Output stderr on real stderr in phpdbgBob Weinand2015-11-231-1/+1
| |
* | Exempt paging from -qrr modeBob Weinand2015-10-201-1/+1
| |
* | - Implemented output pagingFelipe Pena2015-10-181-0/+1
| |
* | Fix parse errors in -rr modeBob Weinand2015-10-021-1/+3
| |
* | Do not display memory leaks on fatalBob Weinand2015-10-021-3/+7
| |
* | Do not include zend_verify_return_type in executable ops (phpdbg)Bob Weinand2015-10-021-4/+4
| |
* | Fix/improve zpp usageNikita Popov2015-10-021-6/+6
| | | | | | | | | | | | The ext/interbase changes are done blindly, fingers crossed. Some of these are bug fixes, some make zpp usage more idiomatic.
* | fix phpdbg's -h switchAnatol Belski2015-09-271-0/+4
| | | | | | | | | | The help functionality needs a correct stdout fd, so pre setup it for the only case.
* | Fixed bug #70531 (-rr should not fallback to interactive mode in phpdbg)Bob Weinand2015-09-231-0/+5
| |
* | Always properly show exit status in phpdbgBob Weinand2015-09-191-1/+6
| | | | | | | | Especially when it is only set after main run (e.g. register_shutdown_function)
* | Fix oplog...Bob Weinand2015-09-191-0/+1
| |
* | Add # delimiter to phpdbg commandsBob Weinand2015-09-171-0/+10
| |
* | fix zend signal and tsrm compatzend-signal-ztsJoe Watkins2015-09-011-0/+4
| |
* | Respect exit status for -rr option with phpdbgBob Weinand2015-08-301-1/+4
| |
* | Fixed printingXinchen Hui2015-08-271-2/+2
| |
* | Fix phpdbg_break_next() and add testBob Weinand2015-08-231-3/+14
| |