Bob Weinand
|
64f25adb6b
|
Remove -Wunused-result warnings
|
2015-07-27 15:02:01 +02:00 |
|
Bob Weinand
|
b4c595dd82
|
Fix op_arrays with opcache
|
2015-07-25 00:31:05 +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
|
50866846c4
|
We want to track phpdbg bugs in official bug tracker now; updated URL
|
2015-07-14 08:31:44 +02:00 |
|
Bob Weinand
|
29aad0ef45
|
Add phpdbg userland API to fetch oplog
We may want to add some opcode info later, so that "opcodes" mode is more helpful
|
2015-06-22 12:58:33 +02:00 |
|
Bob Weinand
|
73d31d44e8
|
Break on uncaught exceptions in current frame in phpdbg
|
2015-04-22 01:08:07 +02:00 |
|
Bob Weinand
|
f83ee6a05d
|
Add next command / Fix recursion/exceptions with u/F/L
|
2015-04-21 12:31:57 +02:00 |
|
Bob Weinand
|
5f35e571fa
|
show opcode count
|
2015-04-20 13:04:56 +02:00 |
|
Bob Weinand
|
1a249bd674
|
Shorten opline dump lines and show literals
|
2015-04-20 12:23:11 +02:00 |
|
Bob Weinand
|
740c86bcbd
|
Stabilize watchpoints
|
2015-04-19 12:53:29 +02:00 |
|
Anatol Belski
|
49fdb8a91d
|
fix include
|
2015-03-19 22:33:14 +01:00 |
|
Lior Kaplan
|
a4384bd3d4
|
s/PHP Version 5/PHP Version 7/g
Follow up for d0cb7153
|
2015-03-13 11:09:42 +02:00 |
|
Xinchen Hui
|
fc33f52d8c
|
bump year
|
2015-01-15 23:27:30 +08:00 |
|
Stanislav Malyshev
|
b7a7b1a624
|
trailing whitespace removal
|
2015-01-10 15:07:38 -08:00 |
|
Anatol Belski
|
9d70df24f8
|
Merge remote-tracking branch 'origin/master' into native-tls
* origin/master:
C89 fixes
use portable struct stat
fixed macro va args expansion for vs
|
2014-12-16 12:22:27 +01:00 |
|
Anatol Belski
|
f1d1185c64
|
fixed macro va args expansion for vs
|
2014-12-16 12:20:57 +01:00 |
|
Anatol Belski
|
bdeb220f48
|
first shot remove TSRMLS_* things
|
2014-12-13 23:06:14 +01:00 |
|
Bob Weinand
|
47fd168fed
|
Move missing zend_hash_* macros from phpdbg.h to zend_hash.h
|
2014-10-28 23:07:36 +01:00 |
|
Bob Weinand
|
baba4254ce
|
Merge remote-tracking branch 'origin/PHP-5.6'
Conflicts:
sapi/phpdbg/phpdbg_bp.c
|
2014-10-27 14:32:58 +01:00 |
|
Bob Weinand
|
0ede82d466
|
Merge phpdbg into PHP-5.6
|
2014-10-27 14:07:26 +01:00 |
|
Bob Weinand
|
a3ae401524
|
Merge remote-tracking branch 'origin/PHP-5.6'
|
2014-10-27 13:19:33 +01:00 |
|
Bob Weinand
|
6eab2b9101
|
Merge phpdbg into PHP-5.6
Conflicts:
sapi/phpdbg/phpdbg.c
sapi/phpdbg/phpdbg_prompt.c
|
2014-10-27 13:11:13 +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
|
190f4f9f18
|
Fix last commit, and do not output unnecessary information
|
2014-10-27 00:00:18 +01:00 |
|
Bob Weinand
|
3ab7734b88
|
Stabilize execution, always run destructors and extended file breakpoints
|
2014-10-27 00:00:16 +01:00 |
|
Bob Weinand
|
cc70ec1e67
|
Add question to reset execution in run/exec/clean
|
2014-10-27 00:00:13 +01: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
|
0da5d94a6c
|
Better fix for phpdbg + libedit
- fix include
- disable coloured prompt only with libedit
|
2014-06-23 10:21:19 +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
|
98d41dfc9d
|
Better fix for phpdbg + libedit
- fix include
- disable coloured prompt only with libedit
|
2014-06-23 10:17:43 +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
|
6adc30028c
|
Merge sapi/phpdbg into PHP-5.6
|
2014-06-09 10:06:29 +02:00 |
|
Bob Weinand
|
708af5fd8e
|
Merge sapi/phpdbg into PHP-5.6
|
2014-04-21 23:30:08 +02:00 |
|
krakjoe
|
4a96a75c7d
|
update version
|
2014-02-02 14:04:47 +00: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
|
ca882858f4
|
Fixed credits in phpdbg.* files
|
2013-12-24 00:34:23 +01:00 |
|
Bob Weinand
|
cee72c13d7
|
Merge branch 'master' of sapi/phpdbg into PHP-5.6
Including phpdbg.
|
2013-12-20 14:27:51 +01:00 |
|