]> granicus.if.org Git - php/shortlog
php
2014-10-19 Anatol Belskiuse MSG_PEEK flag for recv() everywhere
2014-10-19 Anatol Belskifixed EOL transferred to the client side, fixed strftim...
2014-10-19 Anatol Belskiincrease stack to avoid overflow crash on SIGINT
2014-10-18 Anatol Belskiseveral fixes to the new io stuff
2014-10-18 Anatol Belskioverride stdin and stdout to be remote, stderr is untou...
2014-10-18 Anatol Belskimove these to use the mixed read/write routines
2014-10-18 Anatol Belskiadd basic stuff to generalize IO
2014-10-18 Anatol Belskienable php_stdiop_write for windows
2014-10-18 Anatol Belskifix dll export
2014-10-18 Anatol BelskiC89 compat
2014-10-18 Bob WeinandFix for 5.4/5.5
2014-10-18 Bob WeinandMerge branch 'xml-protocol'
2014-10-18 Bob WeinandFix execution of immediately following commands
2014-10-17 Bob WeinandFixed potential segfault in backtrace of internal funcs
2014-10-17 Bob WeinandRemove accidentally added null-byte in attributes
2014-10-17 Bob WeinandFix negative list offsets
2014-10-16 Bob WeinandFix lexing of -r \d+ in raw-string commands
2014-10-16 Bob WeinandFix invalid dereference
2014-10-15 Bob WeinandFix segfault in exceptions with xml
2014-10-15 Bob WeinandFix ctrl characters handling
2014-10-14 Bob WeinandFix invalid efree() on null pointer and add help for -x
2014-10-12 Anatol Belskienable console options for remote on win
2014-10-12 Anatol Belskibasic rework for remote on win
2014-10-12 Anatol Belskifix config.w32
2014-10-11 Bob WeinandFix some compiler warnings
2014-10-11 Bob WeinandMaybe-fix for krakjoe/phpdbg#120, fixed remote on darwin
2014-10-10 Bob WeinandFix issue krakjoe/phpdbg#122 (segfault in helpaliases)
2014-10-09 Bob WeinandEscape control characters
2014-10-09 Bob WeinandOnly show req attribute if given
2014-10-09 Bob WeinandFix ev/run/sh parsing
2014-10-09 Bob WeinandFixed segfault when listing and last line is empty
2014-10-09 Bob WeinandFixed segfault when listing and last line is empty
2014-10-09 Bob WeinandUpdated xml.md
2014-10-09 Bob WeinandAlways output request id in containers
2014-10-09 Bob WeinandMerge branch 'master' into xml-protocol
2014-10-09 Bob WeinandPorts are unsigned short, use unsigned to display
2014-10-09 Bob WeinandFix regression in list
2014-10-09 Bob WeinandReduce variabledetails+variable to just one variable tag
2014-10-08 Bob WeinandAdd <intros> tag around <intro /> tags
2014-10-08 Bob WeinandPut stack_verify in error buffer too
2014-10-08 Bob WeinandFix escaping of <
2014-10-07 Bob WeinandRevert WS change from "[\r\n\t ]+" to "[\t ]+"
2014-10-07 Bob WeinandMerge branch 'master' into xml-protocol
2014-10-07 Bob WeinandFix bug which causes inf loop on \r\n
2014-10-07 krakjoemake build work moar
2014-10-07 Bob WeinandMerge branch 'master' into xml-protocol
2014-10-07 krakjoefix case insensitivity for registered functions
2014-10-07 krakjoefix mistake in help
2014-10-06 Bob WeinandMerge branch 'webdata_transfer'
2014-10-06 Bob Weinand&quot; => &amp;quot; 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 WeinandUse PHP 5.4 compatible zend_execute in #if
2014-10-05 Bob WeinandFix infinite recursion issues (segfaults)
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-05 Bob WeinandDisable automatic resetting of imported auto_globals
2014-10-04 Bob WeinandFix (system) ini entry transfer
2014-10-04 Bob WeinandFix issues with path names and cwd
2014-10-04 Bob WeinandAdd transfer of output back to webserver and merge...
2014-10-04 Bob WeinandLIBREADLINE => HAVE_LIBREADLINE
2014-10-04 Bob WeinandUse or instead of and for libedit and readline
2014-10-03 Bob WeinandAdded support for a restricted ev (variables only)...
2014-10-02 Bob WeinandMade some functions async safe and provide interactive...
2014-10-02 Bob WeinandRemove accidental insertion of a single "s"
2014-09-28 Bob WeinandSend a \x03 during execution to interrupt (POSIX only)
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 WeinandDo not unload phpdbg module in any case
2014-09-10 Bob WeinandFix segfaults, reorder files and set filename to exec
2014-09-10 Bob WeinandAdd webhelper extension and support for loading extensions
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...
next