summaryrefslogtreecommitdiff
path: root/sapi/phpdbg
Commit message (Collapse)AuthorAgeFilesLines
* typo fixFerenc Kovacs2014-11-261-1/+1
|
* go back with phpdbg to the state of 5.6.3, reverting the controversial ↵Ferenc Kovacs2014-11-2655-8124/+2673
| | | | commits(remote debugging/xml protocol)
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-232-4/+4
| | | | | | | | | | | | | | 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-306-2/+12
|
* Merge phpdbg into PHP-5.6Bob Weinand2014-10-301-1/+1
|
* fix output globals importingAnatol Belski2014-10-292-2/+0
|
* use portable strndup implementationAnatol Belski2014-10-291-1/+1
|
* unix sockets aren't available on windowsAnatol Belski2014-10-291-0/+2
|
* fix sapi/phpdbg/config.w32Anatol Belski2014-10-291-3/+3
|
* Merge phpdbg into PHP-5.6Bob Weinand2014-10-291-0/+4
|
* cleanup uneeded jsonRemi Collet2014-10-291-1/+0
|
* Merge phpdbg into PHP-5.6Bob Weinand2014-10-281-2/+0
|
* Merge phpdbg into PHP-5.6Bob Weinand2014-10-283-0/+5
|
* Merge ../phpdbg into PHP-5.6Bob Weinand2014-10-284-19/+26
| | | | | Conflicts: sapi/phpdbg/config.m4
* fix phpdbg build when src tree != build treeRemi Collet2014-10-281-2/+2
|
* Remove the ugly hack via a temp file to store breakpointsBob Weinand2014-10-285-146/+170
|
* Typo (notfoundc => notfound)Bob Weinand2014-10-281-1/+1
|
* Fix quitting on a second runBob Weinand2014-10-281-11/+10
|
* Fix wrong exec length on relative pathsBob Weinand2014-10-281-1/+1
|
* Fix possibly unclosed <stream> tagsBob Weinand2014-10-282-4/+16
|
* Fix potential segfaults and unresolved breaksBob Weinand2014-10-281-19/+37
|
* *Always* clean up and run destructorsBob Weinand2014-10-281-2/+2
|
* Merge phpdbg into PHP-5.6Bob Weinand2014-10-273-47/+75
|
* Merge phpdbg into PHP-5.6Bob Weinand2014-10-275-22/+25
| | | | | | Conflicts: sapi/phpdbg/phpdbg.c sapi/phpdbg/phpdbg_prompt.c
* Do not execute anything after quit or clean commandBob Weinand2014-10-271-0/+4
|
* Fix last commit, and do not output unnecessary informationBob Weinand2014-10-275-18/+46
|
* Stabilize execution, always run destructors and extended file breakpointsBob Weinand2014-10-278-129/+268
|
* Fix nullptr dereference in clean without exec contextBob Weinand2014-10-271-1/+4
|
* remove dodgy param parser, bring userland breakpoint api inline with PHP7krakjoe2014-10-275-316/+278
|
* disable output buffering by defaultkrakjoe2014-10-271-1/+2
|
* Add question to reset execution in run/exec/cleanBob Weinand2014-10-277-138/+170
|
* Merge phpdbg into PHP-5.6Bob Weinand2014-10-255-9/+74
|
* Merge phpdbg into PHP-5.6Bob Weinand2014-10-2453-2484/+7560
|
* Merge phpdbg into PHP-5.6Bob Weinand2014-09-153-7/+6
|
* Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-07-062-11/+13
|
* Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-06-296-503/+662
|
* Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-06-252-0/+62
|
* Better fix for phpdbg + libeditRemi Collet2014-06-232-2/+5
| | | | | - fix include - disable coloured prompt only with libedit
* Fix https://github.com/krakjoe/phpdbg/issues/91Remi Collet2014-06-235-6/+15
| | | | | | Enable edit feature when build with libedit. Notice: coloured prompt only enable with READLINE
* Update copyright year to 2014Lior Kaplan2014-06-162-2/+2
|
* Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-06-156-16/+52
|
* Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-06-0912-3043/+1522
|
* Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-06-045-19/+28
|
* Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-06-032-13/+36
|
* Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-05-031-1/+1
|
* Added stdion/stdout/stderr constsnts and their php:// wrappersBob Weinand2014-05-011-0/+66
| | | | Fixes issue #85
* Merge remote-tracking branch 'phpdbg/master' into PHP-5.6Anatol Belski2014-04-271-2/+4
| | | | | * phpdbg/master: C89 compat
* Merge remote-tracking branch 'phpdbg/master' into PHP-5.6Anatol Belski2014-04-262-6/+5
| | | | | | | * phpdbg/master: removed /EHa as __try/__catch syntax is used anyway fix ZEND_DEBUG usage fix CFLAGS_PHPDBGS and some formatting
* Merge remote-tracking branch 'phpdbg/master' into PHP-5.6Anatol Belski2014-04-247-17/+2026
|
* Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-04-2139-2023/+6802
|