]> granicus.if.org Git - php/shortlog
php
2014-02-16 krakjoefix lexer for namespaced methods
2014-02-16 krakjoeremove leaks from stack
2014-02-16 krakjoebuild stack from command line
2014-02-15 krakjoeRevert "handle strings better"
2014-02-15 krakjoehandle strings better
2014-02-15 krakjoebarf on unexpected input
2014-02-15 krakjoebetterness
2014-02-15 krakjoehave a go at writing lexer for input
2014-02-13 Bob WeinandFix issue 72 (too much whitespace in config.m4)
2014-02-06 Bob WeinandFix issue 68 (made check win only)
2014-02-02 krakjoewindows
2014-02-02 krakjoewoops
2014-02-02 krakjoe...
2014-02-02 krakjoescrap using zend directly, too many leaks/bugs
2014-01-29 krakjoefix bugsnet #66591 and github #60
2014-01-28 krakjoefix bugsnet #66594, thanks ondrej@php.net
2014-01-27 krakjoefix readline build error bugsnet #66576
2014-01-19 Bob WeinandMerge branch PHP-5.6 of php-src
2014-01-19 Bob WeinandFixed order of instructions...
2014-01-18 Bob WeinandClean root symbol table when starting new execution
2014-01-18 Bob WeinandMerge branch 'master' of ssh://github.com/krakjoe/phpdbg
2014-01-18 Bob WeinandFixed that for example "run" is only set as last cmd...
2014-01-17 Bob WeinandUpdate year
2014-01-17 krakjoezts fix
2014-01-17 krakjoe...
2014-01-17 krakjoeremove goto from zend_try/zend_end_try/zend_catch blocks
2014-01-16 krakjoefix #50
2014-01-13 krakjoeissues raised in #46, don't quit on CTRL+C if not executing
2014-01-13 krakjoepatch version
2014-01-13 krakjoefix #46 ignore EOF
2014-01-13 krakjoeRevert "fix #46 ignore EOF"
2014-01-13 cyanogenmodfix #46 ignore EOF
2014-01-12 krakjoework on #46 (handle quit local consoles gracefully)
2013-12-27 krakjoeupdate version
2013-12-25 Joe Watkinsupstream merge
2013-12-24 Bob WeinandFixed #18
2013-12-23 Bob WeinandFixed credits in phpdbg.* files
2013-12-23 krakjoereformat
2013-12-23 krakjoeMerge branch 'master' of https://github.com/krakjoe...
2013-12-23 krakjoecredits file
2013-12-21 Bob WeinandAdded breaking upon fatal-ish error
2013-12-20 krakjoeMerge branch 'master' of https://github.com/krakjoe...
2013-12-20 krakjoeupdate readme
2013-12-20 Bob WeinandBumped version number to 0.3.0
2013-12-20 Bob WeinandRecreated test.php
2013-12-20 krakjoetidy up readme
2013-12-20 krakjoetidy up repository for merging
2013-12-18 krakjoedisregard leading slash
2013-12-18 krakjoeversion in userland
2013-12-18 Bob WeinandMerge pull request #44 from Hywan/option_zend_version
2013-12-18 Ivan EnderlinAdd Zend version and copyright.
2013-12-18 Bob WeinandMerge pull request #43 from Hywan/option_version
2013-12-18 Ivan EnderlinAdd the `-V` option to print the version number.
2013-12-18 krakjoe...
2013-12-18 Joe WatkinsMerge pull request #40 from Hywan/fix_typo
2013-12-18 Ivan EnderlinIn english, no horizontal space before “!”.
2013-12-18 krakjoefix warnings/50700 stuff
2013-12-18 krakjoe...
2013-12-18 krakjoe50700 change
2013-12-18 krakjoeMerge branch 'master' of https://github.com/krakjoe...
2013-12-18 krakjoefix build
2013-12-18 Bob WeinandMerge branch 'master' of https://github.com/krakjoe...
2013-12-18 krakjoefix build error zts
2013-12-18 Bob WeinandAdded myself as author where I was not author yet
2013-12-18 krakjoefix crash on clean in nts
2013-12-09 Bob WeinandTiny whitespace fix in makefile (aligning with other...
2013-12-09 Bob WeinandAdded conditional opline num support
2013-12-09 Felipe Pena- Fix compiler warning
2013-12-09 Bob WeinandFixed segfault (removed superfluous NUL-byte insertion)
2013-12-09 krakjoeresolve all warnings
2013-12-09 krakjoeupdate cl
2013-12-09 krakjoefix test
2013-12-09 krakjoeMerge branch 'master' of https://github.com/krakjoe...
2013-12-09 krakjoeremove zend extension
2013-12-08 Bob WeinandPssst, compiler!
2013-12-08 Bob WeinandWS
2013-12-08 Bob WeinandRenumbered frames in backtrace for internal functions
2013-12-08 Felipe Pena- Added variadic support to prototype dumping
2013-12-08 Felipe Pena- Fix argname printing order
2013-12-08 Felipe Pena- Added argument name to backtrace dump
2013-12-08 Felipe Pena- CS
2013-12-08 Felipe Pena- Splitting prototype dumping code
2013-12-08 Felipe Pena- Change phpdbg_dump_backtrace prototype
2013-12-08 Felipe Pena- Fixed build
2013-12-08 Felipe Pena- Moved frame related code to phpdbg_frame.c
2013-12-08 Felipe Pena- CS + ws
2013-12-07 Bob WeinandAdded mapping...
2013-12-07 Felipe PenaMerge branch 'opline_num_support' of github.com:krakjoe...
2013-12-07 Felipe Pena- CS
2013-12-07 Bob WeinandRenumbered phpdbg.h correctly
2013-12-07 Bob WeinandMerge branch 'master' of https://github.com/krakjoe...
2013-12-07 Bob WeinandAdapted opline_num breakpoints to master branch
2013-12-07 Felipe Pena- Fix compiler warning + ws
2013-12-07 Felipe Pena- Fix compiler warning
2013-12-06 Phil SturgeonUpdate README.md
2013-12-06 Phil SturgeonAdded libedit reference to README
2013-12-06 Phil SturgeonProvide commands for getting started
2013-12-06 krakjoemake simple
2013-12-06 krakjoemore tests
2013-12-06 krakjoefix registered commands during init, add test
next