Anatol Belski
|
52d2ead59d
|
override stdin and stdout to be remote, stderr is untouched however
is this ok? some functions want to write a log there ...
|
2014-10-19 01:31:00 +02:00 |
|
Anatol Belski
|
47388e6362
|
move these to use the mixed read/write routines
|
2014-10-19 01:30:00 +02:00 |
|
Anatol Belski
|
dd551706a9
|
add basic stuff to generalize IO
|
2014-10-19 00:12:23 +02:00 |
|
Anatol Belski
|
0cfd77185b
|
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
|
2014-10-18 22:59:49 +02:00 |
|
Anatol Belski
|
3ca381ee8b
|
fix dll export
|
2014-10-18 22:45:17 +02:00 |
|
Anatol Belski
|
f67bd30131
|
C89 compat
|
2014-10-18 22:43:56 +02:00 |
|
Bob Weinand
|
8525c40eac
|
Fix for 5.4/5.5
|
2014-10-18 21:54:44 +02:00 |
|
Bob Weinand
|
6932bbfd52
|
Merge branch 'xml-protocol'
Conflicts:
phpdbg.c
phpdbg_list.c
|
2014-10-18 21:12:25 +02:00 |
|
Bob Weinand
|
bdb18d9f48
|
Fix execution of immediately following commands
|
2014-10-18 20:42:54 +02:00 |
|
Bob Weinand
|
24972fa986
|
Fixed potential segfault in backtrace of internal funcs
|
2014-10-17 22:20:54 +02:00 |
|
Bob Weinand
|
f0e67720d4
|
Remove accidentally added null-byte in attributes
|
2014-10-17 19:39:09 +02:00 |
|
Bob Weinand
|
afe01e4956
|
Fix negative list offsets
|
2014-10-17 19:32:02 +02:00 |
|
Bob Weinand
|
a80f0b982a
|
Fix lexing of -r \d+ in raw-string commands
|
2014-10-16 12:27:26 +02:00 |
|
Bob Weinand
|
68694e3141
|
Fix invalid dereference
|
2014-10-16 11:04:45 +02:00 |
|
Bob Weinand
|
22f1c8a062
|
Fix segfault in exceptions with xml
|
2014-10-15 22:00:33 +02:00 |
|
Bob Weinand
|
b28e3d01d7
|
Fix ctrl characters handling
|
2014-10-15 20:30:16 +02:00 |
|
Bob Weinand
|
c812ee9c35
|
Fix invalid efree() on null pointer and add help for -x
|
2014-10-14 09:16:30 +02:00 |
|
Anatol Belski
|
449fd307e4
|
enable console options for remote on win
|
2014-10-12 20:05:26 +02:00 |
|
Anatol Belski
|
d5ce62c17c
|
basic rework for remote on win
|
2014-10-12 19:53:05 +02:00 |
|
Anatol Belski
|
a5607c4b5a
|
fix config.w32
|
2014-10-12 19:31:38 +02:00 |
|
Bob Weinand
|
1486a9ebf7
|
Fix some compiler warnings
|
2014-10-12 00:30:09 +02:00 |
|
Bob Weinand
|
e19c789979
|
Maybe-fix for krakjoe/phpdbg#120, fixed remote on darwin
|
2014-10-11 23:36:12 +02:00 |
|
Bob Weinand
|
3445e0e59e
|
Fix issue krakjoe/phpdbg#122 (segfault in helpaliases)
|
2014-10-11 00:20:30 +02:00 |
|
Bob Weinand
|
9dfc5d5511
|
Escape control characters
|
2014-10-09 16:06:10 +02:00 |
|
Bob Weinand
|
e72b00b1ec
|
Only show req attribute if given
|
2014-10-09 14:54:47 +02:00 |
|
Bob Weinand
|
f4f9e39faa
|
Fix ev/run/sh parsing
|
2014-10-09 14:54:08 +02:00 |
|
Bob Weinand
|
0bcb32ae47
|
Fixed segfault when listing and last line is empty
Conflicts:
phpdbg_list.c
|
2014-10-09 12:51:04 +02:00 |
|
Bob Weinand
|
a54de936d0
|
Fixed segfault when listing and last line is empty
|
2014-10-09 12:43:53 +02:00 |
|
Bob Weinand
|
31b6024c65
|
Updated xml.md
|
2014-10-09 12:35:54 +02:00 |
|
Bob Weinand
|
a7918213e7
|
Always output request id in containers
|
2014-10-09 12:24:52 +02:00 |
|
Bob Weinand
|
eeafa4e518
|
Merge branch 'master' into xml-protocol
|
2014-10-09 12:01:43 +02:00 |
|
Bob Weinand
|
ca7f2f5f43
|
Ports are unsigned short, use unsigned to display
|
2014-10-09 12:01:25 +02:00 |
|
Bob Weinand
|
b426897c9c
|
Fix regression in list
It showed the entire remaining file before...
|
2014-10-09 11:52:57 +02:00 |
|
Bob Weinand
|
96de7c4b0a
|
Reduce variabledetails+variable to just one variable tag
|
2014-10-09 11:47:52 +02:00 |
|
Bob Weinand
|
9db6a93b69
|
Add <intros> tag around <intro /> tags
|
2014-10-09 00:25:25 +02:00 |
|
Bob Weinand
|
07bbe62742
|
Put stack_verify in error buffer too
|
2014-10-08 23:44:22 +02:00 |
|
Bob Weinand
|
fa89d8b3f9
|
Fix escaping of <
|
2014-10-08 23:42:20 +02:00 |
|
Bob Weinand
|
0ef8b4caf3
|
Revert WS change from "[\r\n\t ]+" to "[\t ]+"
|
2014-10-08 00:35:17 +02:00 |
|
Bob Weinand
|
89a0d3c2b2
|
Merge branch 'master' into xml-protocol
Conflicts:
phpdbg_lexer.c
phpdbg_prompt.c
|
2014-10-08 00:27:12 +02:00 |
|
Bob Weinand
|
eabcdb2eb2
|
Fix bug which causes inf loop on \r\n
|
2014-10-08 00:15:21 +02:00 |
|
krakjoe
|
4b3a11debb
|
make build work moar
|
2014-10-07 12:36:03 +01:00 |
|
Bob Weinand
|
8bc2881260
|
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
|
2014-10-07 13:08:30 +02:00 |
|
krakjoe
|
f545ef48eb
|
fix case insensitivity for registered functions
|
2014-10-07 11:30:26 +01:00 |
|
krakjoe
|
556ed2d3f4
|
fix mistake in help
|
2014-10-07 10:28:21 +01:00 |
|
Bob Weinand
|
6f584e22fe
|
Merge branch 'webdata_transfer'
|
2014-10-07 00:45:29 +02:00 |
|
Bob Weinand
|
2422c70c4f
|
" => &quot; in md document
|
2014-10-06 22:34:41 +02:00 |
|
Bob Weinand
|
699497e99f
|
Add request id to <backtrace>
|
2014-10-06 13:20:04 +02:00 |
|
Bob Weinand
|
abd75ea2c5
|
Fix frames output
|
2014-10-06 11:46:39 +02:00 |
|
Bob Weinand
|
fb76316819
|
Add request_id possibility for xml output
|
2014-10-06 11:26:08 +02:00 |
|
Bob Weinand
|
8b6d707df0
|
Use PHP 5.4 compatible zend_execute in #if
|
2014-10-05 13:57:35 +02:00 |
|