summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* Tweak uncaught exception message displayNikita Popov2015-05-173-3/+3
* Merge branch 'pull-request/1277'Stanislav Malyshev2015-05-161-2/+2
|\
| * fix typosolshevskiy872015-05-131-2/+2
* | Display EngineExceptions like ordinary exceptionsNikita Popov2015-05-153-3/+13
* | Fixed phpdbg buildDmitry Stogov2015-05-142-5/+8
|/
* Merged fastcgi.* reated changes from sapi/cgiDmitry Stogov2015-05-134-230/+445
* Update www.conf.inMatthias Breddin2015-05-121-4/+4
* Detailed information about the strftime access.log formatMatthias Breddin2015-05-121-0/+4
* Add comment about SEARCH HTTP Verb being possible as wellMats Lindh2015-05-121-2/+1
* Add test for the SEARCH HTTP verb in the CLI HTTP server.Mats Lindh2015-05-121-0/+40
* Add "SEARCH" as supported HTTP verb.Mats Lindh2015-05-122-0/+4
* Use explicit type hereXinchen Hui2015-05-121-3/+4
* Implemented fpm_trace for PHP7Xinchen Hui2015-05-112-34/+85
* Fixed test in some cases(for more children, needs more time)Xinchen Hui2015-05-071-8/+5
* Print should be in *current* context (stack)Bob Weinand2015-04-252-7/+7
* Add line_start/end info to main op_arrayBob Weinand2015-04-251-2/+2
* fixed warning & test pushingXinchen Hui2015-04-221-1/+1
* FAST_RET opcode also returnsBob Weinand2015-04-221-1/+3
* Also consider specific catches when checking for uncaughtBob Weinand2015-04-223-11/+33
* Break on uncaught exceptions in current frame in phpdbgBob Weinand2015-04-223-3/+42
* Fix first frame in backtraceBob Weinand2015-04-211-12/+14
* Add next command docsBob Weinand2015-04-211-2/+15
* Fixed warnings and folder marks messXinchen Hui2015-04-212-9/+24
* Add next command / Fix recursion/exceptions with u/F/LBob Weinand2015-04-215-14/+67
* Adapt test for new formatBob Weinand2015-04-201-8/+8
* Shrink phpdbg opcode dump output a bit moreBob Weinand2015-04-202-19/+6
* Show full stacktraces for exceptions in phpdbgBob Weinand2015-04-201-6/+8
* Fix uncaught exception in phpdbgBob Weinand2015-04-201-3/+10
* show opcode countBob Weinand2015-04-204-25/+15
* Shorten opline dump lines and show literalsBob Weinand2015-04-205-35/+92
* Provide method to access opcodes via command line argumentBob Weinand2015-04-194-3/+153
* Stabilize watchpointsBob Weinand2015-04-195-160/+518
* Make valgrind happyDmitry Stogov2015-04-151-0/+4
* Merge branch 'PHP-5.6'Stanislav Malyshev2015-04-141-0/+1
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-04-141-0/+1
| |\
| | * Merge branch 'PHP-5.4.40' into PHP-5.5.24Stanislav Malyshev2015-04-111-0/+1
| | |\
| | | * Fix bug #68486 and bug #69218 (segfault in apache2handler with apache 2.4)Stanislav Malyshev2015-04-111-0/+1
| | | * Fixed a bug that header value is not terminated by '\0' when accessed through...George Wang2015-02-251-6/+25
| | | * Fixed #68790 (Missing return)George Wang2015-02-071-1/+1
| | * | Fixed bug #67741 (auto_prepend_file messes up __LINE__)Reeze Xia2015-03-032-0/+20
| | * | Fixed a bug that header value is not terminated by '\0' when accessed through...George Wang2015-02-251-6/+25
| | * | Merge branch 'pull-request/995' into PHP-5.5Antony Dovgal2015-02-161-2/+0
| | |\ \
| | * | | Shut up, my lovely compiler; I do not like your warningsBob Weinand2015-02-092-3/+3
| | * | | Fixed #68790 (Missing return)George Wang2015-02-071-1/+1
* | | | | Drop VC6 support in sapi/apache2handlerKalle Sommer Nielsen2015-03-291-6/+0
* | | | | Drop zend_indent() as it was never used, complete or workingKalle Sommer Nielsen2015-03-274-41/+0
* | | | | fix testAnatol Belski2015-03-231-1/+1
* | | | | Merge branch 'pull-request/1182'Stanislav Malyshev2015-03-221-1/+1
|\ \ \ \ \
| * | | | | Treat NetBSD the same as FreeBSD wrt. TCP_INFO usage.Havard Eidnes2015-03-191-1/+1
* | | | | | Fix parent command offsetsBob Weinand2015-03-217-9/+10