xref: /PHP-7.1/sapi/phpdbg/Changelog.md (revision cee72c13)
1ChangeLog for phpdbg
2====================
3
4Version 0.3.0 2013-00-00
5------------------------
6
71. Added ability to disable an enable a single breakpoint
82. Added ability to override SAPI name
93. Added extended conditional breakpoint support "break at"
104. Fix loading of zend extnsions with -z
115. Fix crash when loading .phpdbginit with command line switch
126. Fix crash on startup errors
137. Added init.d for remote console (redhat)
148. Added phpdbg_exec userland function
159. Added testing facilities
1610. Added break on n-th opline support
1711. Improved trace output
18
19Version 0.2.0 2013-11-31
20------------------------
21
221. Added "break delete <id>" command
232. Added "break opcode <opcode>" command
243. Added "set" command - control prompt and console colors
254. .phpdbginit now searched in (additional) ini dirs
265. Added source command - load additional .phpdbginit script during session
276. Added remote console mode
287. Added info memory command
29
30Version 0.1.0 2013-11-23
31------------------------
32
331. New commands:
34  - until    (continue until the current line is executed)
35  - frame    (switch to a frame in the current stack for inspection)
36  - info     (quick access to useful information on the console)
37  - finish   (continue until the current function has returned)
38  - leave    (continue until the current function is returning)
39  - shell    (shell a command)
40  - register (register a function for use as a command)
412. Added printers for class and method
423. Make uniform commands and aliases where possible
434. Include all alias information and sub-command information in help
445. Added signal handling to break execution (ctrl-c)
456. Fixed #13 (Output Buffering Control seems fail)
467. Fixed #14 (Fixed typo in Makefile.frag)
47
48
49Version 0.0.1 2013-11-15
50------------------------
51
521. Initial features
53