]>
granicus.if.org Git - php/log
Bob Weinand [Fri, 24 Oct 2014 12:18:02 +0000 (14:18 +0200)]
Add note about <eval> tag for errors in xml.md
Bob Weinand [Fri, 24 Oct 2014 12:16:49 +0000 (14:16 +0200)]
Name the tag <eval> if the error id during ev cmd
Bob Weinand [Fri, 24 Oct 2014 11:11:14 +0000 (13:11 +0200)]
Do not print out xml as PHP print...
Bob Weinand [Fri, 24 Oct 2014 10:55:44 +0000 (12:55 +0200)]
Fix output to wrong function
Bob Weinand [Fri, 24 Oct 2014 10:32:48 +0000 (12:32 +0200)]
Fixed parameter order on %.*s
Bob Weinand [Thu, 23 Oct 2014 18:14:12 +0000 (20:14 +0200)]
Too much copypaste...
Bob Weinand [Thu, 23 Oct 2014 15:19:26 +0000 (17:19 +0200)]
Add xml formatted deep dump of return value from ev
Bob Weinand [Thu, 23 Oct 2014 11:23:37 +0000 (13:23 +0200)]
Fix some compiler warnings
Bob Weinand [Thu, 23 Oct 2014 11:16:00 +0000 (13:16 +0200)]
Move phpdbg_print and helper functions to phpdbg_out.*
Bob Weinand [Thu, 23 Oct 2014 11:02:50 +0000 (13:02 +0200)]
Do not use int8_t when it is useless...
Bob Weinand [Thu, 23 Oct 2014 10:38:35 +0000 (12:38 +0200)]
Fixed frame numbering in xml output
Bob Weinand [Thu, 23 Oct 2014 10:23:48 +0000 (12:23 +0200)]
Do not display dots in xml output for i v/i d
Bob Weinand [Wed, 22 Oct 2014 17:58:52 +0000 (19:58 +0200)]
Try fixing 5.4 and 5.5 build, again
Anatol Belski [Tue, 21 Oct 2014 15:43:23 +0000 (17:43 +0200)]
add comment
Anatol Belski [Tue, 21 Oct 2014 14:56:06 +0000 (16:56 +0200)]
restart listening on socket
if remote sent somthing else than ctrl+c while performing something blocking
Anatol Belski [Tue, 21 Oct 2014 14:19:31 +0000 (16:19 +0200)]
some minor fixes
Anatol Belski [Tue, 21 Oct 2014 14:18:44 +0000 (16:18 +0200)]
added phpdbg_eol.* sources
Anatol Belski [Tue, 21 Oct 2014 13:50:55 +0000 (15:50 +0200)]
basic EOL implementation for CRLF
Anatol Belski [Tue, 21 Oct 2014 09:46:32 +0000 (11:46 +0200)]
start sigio watcher only for run and eval for now
there myght be more needing that
Anatol Belski [Tue, 21 Oct 2014 09:29:18 +0000 (11:29 +0200)]
reworked the current EOL stuff
Anatol Belski [Tue, 21 Oct 2014 08:35:20 +0000 (10:35 +0200)]
prepare setting EOL with command or INI
Anatol Belski [Tue, 21 Oct 2014 07:55:22 +0000 (09:55 +0200)]
correct place to start the sigio watcher
plus started with the eol command
Anatol Belski [Mon, 20 Oct 2014 20:55:00 +0000 (22:55 +0200)]
further improvements to windows/sigio
Anatol Belski [Mon, 20 Oct 2014 20:12:58 +0000 (22:12 +0200)]
basic sigio surrogate for windows
Bob Weinand [Mon, 20 Oct 2014 20:05:05 +0000 (22:05 +0200)]
Always show the prompt (now also: <prompt> tag)
Bob Weinand [Mon, 20 Oct 2014 19:52:47 +0000 (21:52 +0200)]
Fix off-by-one bug in text messages (msg/<phpdbg>)
Bob Weinand [Mon, 20 Oct 2014 19:22:16 +0000 (21:22 +0200)]
Add xml.md info for info constants
Bob Weinand [Mon, 20 Oct 2014 19:17:45 +0000 (21:17 +0200)]
Ensure that %.*s uses the full string (INCLUDING \0)
Bob Weinand [Mon, 20 Oct 2014 19:14:13 +0000 (21:14 +0200)]
Add info constants (alias: i d) command
Bob Weinand [Mon, 20 Oct 2014 14:05:37 +0000 (16:05 +0200)]
Add values of scalars to info vars/globals
Bob Weinand [Mon, 20 Oct 2014 07:47:35 +0000 (09:47 +0200)]
Fix for ports >= 1<<15
Bob Weinand [Mon, 20 Oct 2014 06:46:22 +0000 (08:46 +0200)]
Fix reading from remote on some *nixes
Bob Weinand [Sun, 19 Oct 2014 19:20:43 +0000 (21:20 +0200)]
Fix TSRMLS_* and a few warnings
Anatol Belski [Sun, 19 Oct 2014 18:09:39 +0000 (20:09 +0200)]
revert PHP_EOL changes
Anatol Belski [Sun, 19 Oct 2014 16:30:07 +0000 (18:30 +0200)]
don't use timeout for the remote prompt, recv() will block until input arrives
Anatol Belski [Sun, 19 Oct 2014 11:40:45 +0000 (13:40 +0200)]
improve server sock creation and support ipv6
Anatol Belski [Sun, 19 Oct 2014 09:16:56 +0000 (11:16 +0200)]
add comment
Anatol Belski [Sun, 19 Oct 2014 09:16:01 +0000 (11:16 +0200)]
increase default recv timeout to 30 seconds
Anatol Belski [Sun, 19 Oct 2014 09:10:13 +0000 (11:10 +0200)]
more EOL fixes
Anatol Belski [Sun, 19 Oct 2014 09:03:17 +0000 (11:03 +0200)]
use MSG_PEEK flag for recv() everywhere
Anatol Belski [Sun, 19 Oct 2014 08:39:44 +0000 (10:39 +0200)]
fixed EOL transferred to the client side, fixed strftime fmt string
the windows telnet gets broken output when receiving no '\r'
Anatol Belski [Sun, 19 Oct 2014 00:14:31 +0000 (02:14 +0200)]
increase stack to avoid overflow crash on SIGINT
but should actually check, maybe something is causing a recursive
stack exhaustion
Anatol Belski [Sat, 18 Oct 2014 23:32:46 +0000 (01:32 +0200)]
several fixes to the new io stuff
Anatol Belski [Sat, 18 Oct 2014 23:31:00 +0000 (01:31 +0200)]
override stdin and stdout to be remote, stderr is untouched however
is this ok? some functions want to write a log there ...
Anatol Belski [Sat, 18 Oct 2014 23:30:00 +0000 (01:30 +0200)]
move these to use the mixed read/write routines
Anatol Belski [Sat, 18 Oct 2014 22:12:23 +0000 (00:12 +0200)]
add basic stuff to generalize IO
Anatol Belski [Sat, 18 Oct 2014 20:59:49 +0000 (22:59 +0200)]
enable php_stdiop_write for windows
yet it's unclear whether it'll be usable, but otherwise it breaks
compilation as some places depend on it
Anatol Belski [Sat, 18 Oct 2014 20:45:17 +0000 (22:45 +0200)]
fix dll export
Anatol Belski [Sat, 18 Oct 2014 20:43:56 +0000 (22:43 +0200)]
C89 compat
Bob Weinand [Sat, 18 Oct 2014 19:54:44 +0000 (21:54 +0200)]
Fix for 5.4/5.5
Bob Weinand [Sat, 18 Oct 2014 19:12:25 +0000 (21:12 +0200)]
Merge branch 'xml-protocol'
Conflicts:
phpdbg.c
phpdbg_list.c
Bob Weinand [Sat, 18 Oct 2014 18:42:54 +0000 (20:42 +0200)]
Fix execution of immediately following commands
Bob Weinand [Fri, 17 Oct 2014 20:20:54 +0000 (22:20 +0200)]
Fixed potential segfault in backtrace of internal funcs
Bob Weinand [Fri, 17 Oct 2014 17:39:09 +0000 (19:39 +0200)]
Remove accidentally added null-byte in attributes
Bob Weinand [Fri, 17 Oct 2014 17:32:02 +0000 (19:32 +0200)]
Fix negative list offsets
Bob Weinand [Thu, 16 Oct 2014 10:27:26 +0000 (12:27 +0200)]
Fix lexing of -r \d+ in raw-string commands
Bob Weinand [Thu, 16 Oct 2014 09:04:45 +0000 (11:04 +0200)]
Fix invalid dereference
Bob Weinand [Wed, 15 Oct 2014 20:00:33 +0000 (22:00 +0200)]
Fix segfault in exceptions with xml
Bob Weinand [Wed, 15 Oct 2014 18:30:16 +0000 (20:30 +0200)]
Fix ctrl characters handling
Bob Weinand [Tue, 14 Oct 2014 07:16:30 +0000 (09:16 +0200)]
Fix invalid efree() on null pointer and add help for -x
Anatol Belski [Sun, 12 Oct 2014 18:05:26 +0000 (20:05 +0200)]
enable console options for remote on win
Anatol Belski [Sun, 12 Oct 2014 17:53:05 +0000 (19:53 +0200)]
basic rework for remote on win
Anatol Belski [Sun, 12 Oct 2014 17:31:38 +0000 (19:31 +0200)]
fix config.w32
Bob Weinand [Sat, 11 Oct 2014 22:30:09 +0000 (00:30 +0200)]
Fix some compiler warnings
Bob Weinand [Sat, 11 Oct 2014 21:36:12 +0000 (23:36 +0200)]
Maybe-fix for krakjoe/phpdbg#120, fixed remote on darwin
Bob Weinand [Fri, 10 Oct 2014 22:20:30 +0000 (00:20 +0200)]
Fix issue krakjoe/phpdbg#122 (segfault in helpaliases)
Bob Weinand [Thu, 9 Oct 2014 14:06:10 +0000 (16:06 +0200)]
Escape control characters
Bob Weinand [Thu, 9 Oct 2014 12:54:47 +0000 (14:54 +0200)]
Only show req attribute if given
Bob Weinand [Thu, 9 Oct 2014 12:54:08 +0000 (14:54 +0200)]
Fix ev/run/sh parsing
Bob Weinand [Thu, 9 Oct 2014 10:43:53 +0000 (12:43 +0200)]
Fixed segfault when listing and last line is empty
Conflicts:
phpdbg_list.c
Bob Weinand [Thu, 9 Oct 2014 10:43:53 +0000 (12:43 +0200)]
Fixed segfault when listing and last line is empty
Bob Weinand [Thu, 9 Oct 2014 10:35:54 +0000 (12:35 +0200)]
Updated xml.md
Bob Weinand [Thu, 9 Oct 2014 10:24:52 +0000 (12:24 +0200)]
Always output request id in containers
Bob Weinand [Thu, 9 Oct 2014 10:01:43 +0000 (12:01 +0200)]
Merge branch 'master' into xml-protocol
Bob Weinand [Thu, 9 Oct 2014 10:01:25 +0000 (12:01 +0200)]
Ports are unsigned short, use unsigned to display
Bob Weinand [Thu, 9 Oct 2014 09:52:57 +0000 (11:52 +0200)]
Fix regression in list
It showed the entire remaining file before...
Bob Weinand [Thu, 9 Oct 2014 09:47:52 +0000 (11:47 +0200)]
Reduce variabledetails+variable to just one variable tag
Bob Weinand [Wed, 8 Oct 2014 22:25:25 +0000 (00:25 +0200)]
Add <intros> tag around <intro /> tags
Bob Weinand [Wed, 8 Oct 2014 21:44:22 +0000 (23:44 +0200)]
Put stack_verify in error buffer too
Bob Weinand [Wed, 8 Oct 2014 21:42:20 +0000 (23:42 +0200)]
Fix escaping of <
Bob Weinand [Tue, 7 Oct 2014 22:35:17 +0000 (00:35 +0200)]
Revert WS change from "[\r\n\t ]+" to "[\t ]+"
Bob Weinand [Tue, 7 Oct 2014 22:27:12 +0000 (00:27 +0200)]
Merge branch 'master' into xml-protocol
Conflicts:
phpdbg_lexer.c
phpdbg_prompt.c
Bob Weinand [Tue, 7 Oct 2014 22:14:31 +0000 (00:14 +0200)]
Fix bug which causes inf loop on \r\n
krakjoe [Tue, 7 Oct 2014 11:36:03 +0000 (12:36 +0100)]
make build work moar
Bob Weinand [Tue, 7 Oct 2014 11:08:30 +0000 (13:08 +0200)]
Merge branch 'master' into xml-protocol
Conflicts:
phpdbg.c
phpdbg.h
phpdbg_cmd.c
phpdbg_cmd.h
phpdbg_frame.c
phpdbg_info.c
phpdbg_list.c
phpdbg_print.c
phpdbg_prompt.c
phpdbg_utils.c
phpdbg_utils.h
phpdbg_watch.c
krakjoe [Tue, 7 Oct 2014 10:30:26 +0000 (11:30 +0100)]
fix case insensitivity for registered functions
krakjoe [Tue, 7 Oct 2014 09:28:21 +0000 (10:28 +0100)]
fix mistake in help
Bob Weinand [Mon, 6 Oct 2014 22:45:29 +0000 (00:45 +0200)]
Merge branch 'webdata_transfer'
Bob Weinand [Mon, 6 Oct 2014 20:34:41 +0000 (22:34 +0200)]
" => &quot; in md document
Bob Weinand [Mon, 6 Oct 2014 11:20:04 +0000 (13:20 +0200)]
Add request id to <backtrace>
Bob Weinand [Mon, 6 Oct 2014 09:46:39 +0000 (11:46 +0200)]
Fix frames output
Bob Weinand [Mon, 6 Oct 2014 09:26:08 +0000 (11:26 +0200)]
Add request_id possibility for xml output
Bob Weinand [Sun, 5 Oct 2014 11:57:35 +0000 (13:57 +0200)]
Use PHP 5.4 compatible zend_execute in #if
Bob Weinand [Sun, 5 Oct 2014 11:29:56 +0000 (13:29 +0200)]
Fix infinite recursion issues (segfaults)
Bob Weinand [Sun, 5 Oct 2014 11:29:56 +0000 (13:29 +0200)]
Fix infinite recursion issues (segfaults)
Bob Weinand [Sun, 5 Oct 2014 10:33:24 +0000 (12:33 +0200)]
Consistency in breakpoint tags, <run> => <stop>
Bob Weinand [Sun, 5 Oct 2014 09:57:14 +0000 (11:57 +0200)]
Fix precision handling in strings
Bob Weinand [Sun, 5 Oct 2014 00:27:51 +0000 (02:27 +0200)]
Disable automatic resetting of imported auto_globals
Bob Weinand [Sat, 4 Oct 2014 22:16:19 +0000 (00:16 +0200)]
Fix (system) ini entry transfer
Bob Weinand [Sat, 4 Oct 2014 21:30:57 +0000 (23:30 +0200)]
Fix issues with path names and cwd