summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* Add ZEND_ASSERT_CHECK to phpdbg opcode jump listBob Weinand2015-06-141-0/+1
* Fixed Buf #68812 Unchecked return value.George Wang2015-06-081-4/+14
* FIx darwin buildStanislav Malyshev2015-05-311-1/+1
* Fixed Bug #69733 (PHP fails to build with --enable-phpdbg-debug)Xinchen Hui2015-05-311-2/+2
* removed sapi/nsapiPOST_PHP7_NSAPI_REMOVALAnatol Belski2015-05-305-1317/+0
* Fixed sapi/tests (maybe needs some run-test.php people's reviewing)Xinchen Hui2015-05-272-3/+3
* Seems useless nowXinchen Hui2015-05-271-0/+2
* Fixed the fix in f68dc94aa727085040650b4c9354672f2f62ee6aXinchen Hui2015-05-271-4/+2
* Merge branch 'master' into merge-fastcgiXinchen Hui2015-05-274-7/+15
|\
| * Remove useless castReeze Xia2015-05-271-1/+1
| * Fix phpdbg class fetch / method opcodesBob Weinand2015-05-272-5/+5
| * Fixed phpdbg exit unexpected after signal SIGCONT on OS XReeze Xia2015-05-261-1/+9
| * Merge branch 'PHP-5.6'Xinchen Hui2015-05-261-1/+1
| |\
| | * Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-05-261-1/+1
| | |\
| | | * Fixed C89Xinchen Hui2015-05-261-1/+1
* | | | added the shared fcgi imp to sapi/cgiAnatol Belski2015-05-261-0/+1
* | | | Merge branch 'master' into merge-fastcgiXinchen Hui2015-05-263-25/+49
|\ \ \ \ | |/ / /
| * | | cleanup more redundant S_IS* declarationsAnatol Belski2015-05-251-4/+0
| * | | Improve phpdbg opcode dumpNikita Popov2015-05-242-21/+49
* | | | Only link fastcgi into fpm and cgiXinchen Hui2015-05-264-9/+9
* | | | Micro optimizationsXinchen Hui2015-05-262-13/+18
* | | | Fixed va_list double usedXinchen Hui2015-05-251-1/+4
* | | | Avoid multipy allocating of request envXinchen Hui2015-05-242-0/+3
* | | | Use weak function for fcgi_logXinchen Hui2015-05-232-0/+12
* | | | Fixed fpm-side (tests passes)Xinchen Hui2015-05-237-1625/+166
* | | | Merge branch 'master' into merge-fastcgiXinchen Hui2015-05-2314-242/+517
|\ \ \ \ | |/ / /
| * | | 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 logger pointerXinchen Hui2015-05-191-0/+9
* | | | Move fastcgi.c to mainXinchen Hui2015-05-194-1717/+2
|/ / /
* | | 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