]> granicus.if.org Git - php/shortlog
php
2014-10-06 Bob Weinand" => " in md document
2014-10-06 Bob WeinandAdd request id to <backtrace>
2014-10-06 Bob WeinandFix frames output
2014-10-06 Bob WeinandAdd request_id possibility for xml output
2014-10-05 Bob WeinandFix infinite recursion issues (segfaults)
2014-10-05 Bob WeinandConsistency in breakpoint tags, <run> => <stop>
2014-10-05 Bob WeinandFix precision handling in strings
2014-10-02 Bob WeinandRemove accidental insertion of a single "s"
2014-09-25 Bob WeinandFix typo: inactivee => inactive
2014-09-25 Bob WeinandPush first draft of xml protocol documentation
2014-09-25 Bob WeinandMake set commands more consistent
2014-09-25 Bob WeinandMake phpdbg_prompt.c xml messages more consistent
2014-09-25 Bob WeinandMake print command xml output more consistent
2014-09-24 Bob WeinandFix tests
2014-09-24 Bob WeinandMerge branch 'master' into xml-protocol
2014-09-24 Bob WeinandFix test after adding script ended notice
2014-09-24 Bob WeinandAlways add a newline before a warning or a notice
2014-09-24 Bob WeinandBetter naming in list command and inform about filename
2014-09-24 Bob WeinandUse more consistent naming in info command for xml...
2014-09-23 Bob WeinandFix accidental short-circuiting when comparing fds...
2014-09-23 Bob WeinandUse consistently "num" for an nth opline number
2014-09-23 Bob WeinandMerge branch 'master' into xml-protocol
2014-09-23 Bob WeinandAdd info globals command
2014-09-23 Bob WeinandAdd notification at script end
2014-09-22 Bob WeinandFix breakpoints and listing
2014-09-21 Bob WeinandA few general segfault fixes
2014-09-21 Bob WeinandFirst draft of an xml protocol
2014-09-15 Bob WeinandUse full duplex stdin/stdout socket
2014-09-14 Bob WeinandFix bug #111 (compile error without ZEND_SIGNALS)
2014-09-10 Bob WeinandDon't run travis against master (phpng)
2014-07-22 Bob WeinandMerge pull request #106 from EagleEyeJohn/patch-1
2014-07-17 John NichollsUpdate README.md
2014-07-05 Bob WeinandMerge pull request #104 from andytson/feature/rpm-build-fix
2014-07-05 Andy ThompsonFix phpdbg.1 man page installation when build != src...
2014-06-29 Felipe Pena- CS
2014-06-29 Bob WeinandFixed issue krakjoe/phpdbg#94 - List behavior is incons...
2014-06-29 Bob WeinandFix issue krakjoe/phpdbg#97 - list now appends a newlin...
2014-06-29 Bob WeinandInform about back command existence in help - Fixes...
2014-06-29 Bob WeinandFix issue krakjoe/phpdbg#98
2014-06-29 Bob WeinandMerge pull request #102 from dshafik/fix-96
2014-06-29 Bob WeinandMerge pull request #101 from dshafik/fix-95
2014-06-29 Bob WeinandFix issue krakjoe/phpdbg#99
2014-06-29 Bob WeinandFix readline/libedit (Thanks to @remicollet)
2014-06-29 Davey ShafikReplace incorrect `E` command with `ev` in watch help
2014-06-29 Davey ShafikFix typo in `finish` help
2014-06-25 Bob WeinandMerge branch 'master' of https://github.com/oerdnj...
2014-06-23 Ondřej SurýAdd initial manual page for phpdbg.1
2014-06-14 kovacs.ferencfix bugsnet #67212: phpdbg uses non-standard TIOCGWINSZ
2014-06-14 kovacs.ferencchange the default terminal width from 100 to 80, as...
2014-06-13 krakjoeremove all references
2014-06-12 Bob WeinandMake run-tests.php PHP-5.4 compatible
2014-06-11 Bob WeinandFixed order in travis script
2014-06-11 Bob WeinandCheck for all phpdbg compitble php versions
2014-06-11 Bob WeinandFix issue #89 — Compile failure in PHP 5.4
2014-06-09 Bob WeinandAdd line in run-tests.php help
2014-06-09 Bob WeinandFinish fixing phpdbg on ZTS build
2014-06-08 Bob WeinandFix segfault in tests with lexer
2014-06-08 Bob WeinandFix ZTS build
2014-06-08 krakjoeremove phpdbg directory from source tree on travis
2014-06-08 Bob WeinandUpdated parser & leer to be usable with re2c
2014-06-04 Bob WeinandFix tests
2014-06-04 Bob WeinandFix possible segfault depending on memory location...
2014-06-03 Bob WeinandFixed startup segfault in non-debug builds
2014-05-18 Bob WeinandPHP 5.4/5.5 compability in phpdbg_watch.c
2014-05-03 krakjoe/me blushes, really hard
2014-05-01 Bob WeinandAdded stdion/stdout/stderr constsnts and their php...
2014-04-27 Anatol BelskiC89 compat
2014-04-25 Anatol Belskiremoved /EHa as __try/__catch syntax is used anyway
2014-04-25 Anatol Belskifix ZEND_DEBUG usage
2014-04-24 Anatol Belskifix CFLAGS_PHPDBGS and some formatting
2014-04-24 Anatol Belskiuse a portable strndup implementation
2014-04-24 Anatol Belskifixed C89 compat
2014-04-24 Anatol Belskiprepare config.w32
2014-04-24 krakjoeadd parser files to dist
2014-04-21 Bob WeinandFixed infinite loop when quitting (sometimes)
2014-04-21 krakjoefixup help, behaviour of step command when not executing
2014-04-21 krakjoebuffer input to repeat commands
2014-04-21 krakjoeMerge branch 'master' of https://github.com/krakjoe...
2014-04-21 krakjoeremove -e option in favour of taking script from argv[]
2014-04-20 Bob WeinandFixed stepping
2014-04-20 Bob WeinandMerge branch 'master' of https://github.com/krakjoe...
2014-04-20 krakjoestep by line and opcode modes preserved, set stepping...
2014-04-20 krakjoerename next to continue, cleanup help
2014-04-20 Bob WeinandUpdate help
2014-04-20 Bob WeinandStepping is now line by line with gdb style command
2014-04-20 Bob WeinandFixed potential bug in run command
2014-04-20 Bob WeinandBreakpoints now hit only once if line was not switched
2014-04-20 Bob WeinandAdded error on compile failure in exec cmd
2014-04-19 krakjoeremove compile command
2014-04-19 krakjoeMerge branch 'master' of https://github.com/krakjoe...
2014-04-19 krakjoeauto compile when execution context set
2014-04-16 Bob WeinandCommented out a few PHPDBG_IS_QUITTING checks to fix bug
2014-04-16 Bob Weinandcommand tokens just available at the beginning now
2014-04-16 Bob WeinandAlso check for length to not segfault
2014-04-16 Bob WeinandUpdated version number to 0.4.0
2014-04-16 Bob WeinandFixed bug: ev output was buffered instead of directly...
2014-04-15 Bob WeinandFixed refcount removing if specified
2014-04-15 Bob WeinandFixed segfault when input == NULL
2014-04-14 Bob WeinandMade refcount info switchable by set refcount on/off...
2014-04-14 Bob WeinandReturn SUCCESS and do not confuse use with errors
next