summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pull-request/1284'Anatol Belski2015-06-175-14/+14
|\
| * Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-06-1428-4718/+303
| |\
| * | Throwable method signatures.Aaron Piotrowski2015-05-181-9/+9
| * | Update exception names in tests after formatting changes.Aaron Piotrowski2015-05-173-3/+3
| * | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-05-173-3/+3
| |\ \
| * \ \ Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-05-171-2/+2
| |\ \ \
| * | | | Fix a few missed tests.Aaron Piotrowski2015-05-161-1/+1
| * | | | Updated tests to reflect exception class changes.Aaron Piotrowski2015-05-165-6/+6
* | | | | Fix issue with zend_execute_ex replaced by execute_ex upon icallBob Weinand2015-06-161-1/+1
* | | | | Fix infinite loop when running phpdbg via -r(r)Bob Weinand2015-06-161-3/+6
* | | | | Fixed bug #69849 (Broken output of apache_request_headers)Kalle Sommer Nielsen2015-06-161-1/+1
* | | | | Use zend_parse_parameters_none() hereKalle Sommer Nielsen2015-06-161-4/+4
| |_|_|/ |/| | |
* | | | 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