summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* Fix test execution result with opcacheBob Weinand2015-07-281-2/+2
* Fix phpdbg stepping on CATCH with exceptionBob Weinand2015-07-282-2/+77
* Fix: A buf == NULL on filehandle will segfaultBob Weinand2015-07-271-3/+2
* Remove -Wunused-result warningsBob Weinand2015-07-278-25/+24
* Fix infinite lexer loop for :\ sequence in phpdbgBob Weinand2015-07-262-512/+548
* Fix bug #70138 (difference between gcc and clang)Bob Weinand2015-07-261-6/+13
* Fix leaks from bug #70138Bob Weinand2015-07-263-7/+28
* add NULL checkAnatol Belski2015-07-261-3/+6
* Just always copy the buffer, that makes it much saferBob Weinand2015-07-251-17/+5
* Remove old unused header fileBob Weinand2015-07-252-106/+1
* Fix memory leak with opcacheBob Weinand2015-07-251-0/+3
* Fix op_arrays with opcacheBob Weinand2015-07-254-4/+43
* Fix print of ZEND_CATCHBob Weinand2015-07-241-1/+1
* Revert "avoid pointer truncation"Anatol Belski2015-07-241-1/+1
* fix printf formatAnatol Belski2015-07-241-3/+3
* avoid pointer truncationAnatol Belski2015-07-241-1/+1
* fix scopeAnatol Belski2015-07-241-1/+1
* Fix non-debug buildBob Weinand2015-07-241-9/+4
* Use relative paths in phpdbg_lexer.cBob Weinand2015-07-243-59/+59
* Cleanup shutdown, enable proper memory leak displayingBob Weinand2015-07-249-168/+162
* Fix build failure for non-osx *nixesBob Weinand2015-07-232-3/+5
* Fix valgrind warning with sigactionBob Weinand2015-07-231-1/+2
* Fix printf format issues on 32 bitBob Weinand2015-07-232-23/+10
* Make IS_TMP_VAR and IS_VAR differentiableXinchen Hui2015-07-231-2/+4
* Fix phpdbg test failure and crash with opcacheBob Weinand2015-07-232-7/+10
* Add phpdbg_get_executable() (gets executable ops/lines)Bob Weinand2015-07-223-30/+127
* Always lowercase function names for lookup in phpdbg -pBob Weinand2015-07-221-6/+12
* Fix opcode tests which may generate FCALL instead of ICALLBob Weinand2015-07-222-10/+10
* Add -e (ZEND_EXT_* generation) option to phpdbgBob Weinand2015-07-222-0/+11
* Fixed opcodes printing.Xinchen Hui2015-07-221-6/+7
* Undefined values may lead to big allocationBob Weinand2015-07-221-1/+3
* Remove FAST_CALL_FROM_CATCHNikita Popov2015-07-211-3/+2
* Exclude opcache from a few opcode related testsBob Weinand2015-07-215-0/+10
* Fix various Windows issues (e.g. dir separators)Bob Weinand2015-07-206-503/+517
* Fix readline/libedit buildBob Weinand2015-07-201-4/+2
* Do not use readline when not having a ttyBob Weinand2015-07-202-2/+2
* Add show_unexecuted option to phpdbg_end_oplog()Bob Weinand2015-07-204-11/+144
* Move phpdbg tests to .phpt mechanismBob Weinand2015-07-2030-768/+895
* Fix misbehaviors with uncaught exceptions and finally or evalBob Weinand2015-07-202-23/+26
* Preserve argv consistency over multiple runsBob Weinand2015-07-201-15/+15
* Fix info vars with refs/indirectsBob Weinand2015-07-201-8/+18
* Fix function/method breakpoint case sensitivity issuesBob Weinand2015-07-201-20/+43
* Always only halt upon first non-recv opcode in a functionBob Weinand2015-07-201-2/+3
* Make opcode breakpoints work againBob Weinand2015-07-203-12/+11
* Do never clean stdin buffer awayBob Weinand2015-07-201-0/+2
* Fix use of already freed hashtable (wrong variable)Bob Weinand2015-07-201-3/+2
* Do not show "Script ended normally" upon forced rerunBob Weinand2015-07-201-2/+4
* Do not display compilation success / normal script end in -rr modeBob Weinand2015-07-201-3/+3
* Remove dead goto label in phpdbg_cmd.cNikita Popov2015-07-171-1/+0
* Switch asprintf to spprintf in phpdbg opcode dumpNikita Popov2015-07-174-42/+48