Gabriel Caruso
|
84b195d9fc
|
Fix some misspellings
|
2018-08-12 16:15:45 +02:00 |
|
Xinchen Hui
|
a6519d0514
|
year++
|
2018-01-02 12:57:58 +08:00 |
|
dcarlier
|
287a2b0184
|
fix constant defined undefined behavior warning
|
2017-11-24 19:01:46 +01:00 |
|
Sammy Kaye Powers
|
9e29f841ce
|
Update copyright headers to 2017
|
2017-01-02 09:30:12 -06:00 |
|
James Titcumb
|
c4b188871e
|
Fix bug #71575 removing extra semicolons outside macros
|
2016-03-03 16:41:03 +01:00 |
|
Lior Kaplan
|
ed35de784f
|
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
Happy new year (Update copyright to 2016)
|
2016-01-01 19:48:25 +02:00 |
|
Lior Kaplan
|
49493a2dcf
|
Happy new year (Update copyright to 2016)
|
2016-01-01 19:21:47 +02:00 |
|
Bob Weinand
|
5b8981f12e
|
Add eventual escaping for phpdbg arguments
|
2015-09-18 00:50:08 +02:00 |
|
Bob Weinand
|
adcabcc125
|
Add # delimiter to phpdbg commands
|
2015-09-17 22:53:10 +02:00 |
|
Bob Weinand
|
76e3e99dd6
|
Fix issues with phpdbg SIGINT handler
Also fix valgrind warnings in allocator when not using mmap()ed memory
|
2015-08-21 23:36:31 +01:00 |
|
Bob Weinand
|
d0ad621906
|
Fix further leaks
|
2015-08-04 01:22:04 +02:00 |
|
Bob Weinand
|
b5e16cebda
|
Fix a few valgrind errors in phpdbg
|
2015-08-03 20:27:46 +02:00 |
|
Bob Weinand
|
64f25adb6b
|
Remove -Wunused-result warnings
|
2015-07-27 15:02:01 +02:00 |
|
Anatol Belski
|
fa4cd519e6
|
fix printf format
|
2015-07-24 21:51:30 +02:00 |
|
Bob Weinand
|
13525328ed
|
Cleanup shutdown, enable proper memory leak displaying
phpdbg should not memory leak...
|
2015-07-24 17:17:26 +02:00 |
|
Bob Weinand
|
7aa2be060c
|
Fix readline/libedit build
|
2015-07-20 22:45:05 +02:00 |
|
Bob Weinand
|
f0b50963e5
|
Do not use readline when not having a tty
This is important for e.g. run-tests.php
|
2015-07-20 21:57:00 +02:00 |
|
Nikita Popov
|
e97cb1427f
|
Remove dead goto label in phpdbg_cmd.c
|
2015-07-17 16:53:07 +02:00 |
|
Bob Weinand
|
3ccc17cee5
|
Working fix for ctrl+d on readline/libedit
|
2015-07-08 16:54:41 +02:00 |
|
Bob Weinand
|
7a8ea0f60d
|
Properly exit on EOF on stdin in readline mode
|
2015-07-07 22:45:34 +02:00 |
|
Lior Kaplan
|
a4384bd3d4
|
s/PHP Version 5/PHP Version 7/g
Follow up for d0cb7153
|
2015-03-13 11:09:42 +02:00 |
|
Wei Dai
|
3f3e34040a
|
Fixed compile warnings
|
2015-03-09 21:25:43 +08:00 |
|
Xinchen Hui
|
fc33f52d8c
|
bump year
|
2015-01-15 23:27:30 +08:00 |
|
Xinchen Hui
|
0579e8278d
|
bump year
|
2015-01-15 23:26:37 +08:00 |
|
Stanislav Malyshev
|
b7a7b1a624
|
trailing whitespace removal
|
2015-01-10 15:07:38 -08:00 |
|
Anatol Belski
|
bdeb220f48
|
first shot remove TSRMLS_* things
|
2014-12-13 23:06:14 +01:00 |
|
Ferenc Kovacs
|
0afc04b913
|
go back with phpdbg to the state of 5.6.3, reverting the controversial commits(remote debugging/xml protocol)
|
2014-11-26 18:38:36 +01:00 |
|
Bob Weinand
|
09da8952d0
|
Merge remote-tracking branch 'origin/PHP-5.6'
Conflicts:
sapi/phpdbg/phpdbg.c
sapi/phpdbg/phpdbg_bp.c
sapi/phpdbg/phpdbg_list.c
sapi/phpdbg/phpdbg_parser.c
sapi/phpdbg/phpdbg_parser.h
sapi/phpdbg/phpdbg_prompt.c
|
2014-10-27 00:34:56 +01:00 |
|
Bob Weinand
|
3ab7734b88
|
Stabilize execution, always run destructors and extended file breakpoints
|
2014-10-27 00:00:16 +01:00 |
|
krakjoe
|
41537cdddc
|
remove dodgy param parser, bring userland breakpoint api inline with PHP7
|
2014-10-27 00:00:14 +01:00 |
|
Bob Weinand
|
cc70ec1e67
|
Add question to reset execution in run/exec/clean
|
2014-10-27 00:00:13 +01:00 |
|
krakjoe
|
8ba69820f7
|
actually remove this
|
2014-10-26 07:05:55 +00:00 |
|
Bob Weinand
|
2bcac53bca
|
Made phpdbg compatible with new engine
|
2014-10-24 19:29:50 +02:00 |
|
Bob Weinand
|
9b4d9ac6c7
|
Merge phpdbg into PHP-5.6
|
2014-10-24 19:22:45 +02:00 |
|
Johannes Schlüter
|
d0cb715373
|
s/PHP 5/PHP 7/
|
2014-09-19 18:33:14 +02:00 |
|
Anatol Belski
|
6f9f0bf205
|
master renames phase 2
|
2014-08-25 19:28:33 +02:00 |
|
Remi Collet
|
0febafcfbe
|
Fix https://github.com/krakjoe/phpdbg/issues/91
Enable edit feature when build with libedit.
Notice: coloured prompt only enable with READLINE
|
2014-06-23 10:21:19 +02:00 |
|
Remi Collet
|
86bafec836
|
Fix https://github.com/krakjoe/phpdbg/issues/91
Enable edit feature when build with libedit.
Notice: coloured prompt only enable with READLINE
|
2014-06-23 10:04:40 +02:00 |
|
Bob Weinand
|
708af5fd8e
|
Merge sapi/phpdbg into PHP-5.6
|
2014-04-21 23:30:08 +02:00 |
|
krakjoe
|
e8519bc207
|
another patch from upstream
|
2014-02-02 14:58:39 +00:00 |
|
Anatol Belski
|
12c1cfbf8f
|
fix C89 compat
|
2014-01-19 02:05:10 +01:00 |
|
Johannes Schlüter
|
8ff4d61f08
|
Merge branch 'phpdbg' into PHP-5.6
|
2014-01-18 13:52:27 +01:00 |
|
Xinchen Hui
|
c081ce628f
|
Bump year
|
2014-01-03 11:08:10 +08:00 |
|
Bob Weinand
|
cee72c13d7
|
Merge branch 'master' of sapi/phpdbg into PHP-5.6
Including phpdbg.
|
2013-12-20 14:27:51 +01:00 |
|