summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* Fix some typos in PHP FPM configurationMatthias Endler2016-08-151-6/+6
* pull ps_title behind the logic to support the current codepageAnatol Belski2016-08-111-23/+14
* Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-08-091-6/+2
|\
| * Don't copy mime types in CLI serverNikita Popov2016-08-091-6/+2
* | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-07-281-1/+6
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-281-1/+6
| |\
| | * Fix #72676: Test cli_process_title_unix fails on AIXChristoph M. Becker2016-07-281-1/+6
* | | Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2016-07-222-3/+84
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Remi Collet2016-07-222-3/+84
| |\ \ | | |/
| | * FPM: add test for CVE-2016-5385Remi Collet2016-07-222-3/+84
* | | add missing header to fix buildAnatol Belski2016-07-191-0/+2
* | | correct macro namesAnatol Belski2016-07-171-2/+2
* | | Disable optimizer when it conflicts with phpdbg testsBob Weinand2016-07-132-0/+4
* | | Remove bogus zend_signal_shutdown symbol from headerBob Weinand2016-07-131-7/+6
* | | Cleanup zend_/signal usage in phpdbg.cBob Weinand2016-07-132-25/+10
* | | Fix phpdbg ZTS watchpoint+shutdown sequences & opcache+watchpointsBob Weinand2016-07-122-156/+174
* | | Merge branch 'PHP-7.0'Julien Pauli2016-07-121-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Julien Pauli2016-07-121-2/+2
| |\ \ | | |/
| | * Fix #72575: using --allow-to-run-as-root should ignore missing usergooh2016-07-121-2/+2
* | | Rewrite watchpoints to be much more stableBob Weinand2016-07-1116-944/+1500
* | | Merge branch 'PHP-7.0'Julien Pauli2016-07-113-3/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Julien Pauli2016-07-113-3/+0
| |\ \ | | |/
| | * Remove needless zeroing of anonymously mmap'd memoryJulien Pauli2016-07-111-1/+0
| | * Remove needless zeroing of anonymously mmap'd memoryMichael McConville2016-07-112-2/+0
| * | MFH: Fixed fd leak (the origin commit can not be cherry-picked)Xinchen Hui2016-06-282-2/+7
* | | fix build with mod_winntAnatol Belski2016-07-111-0/+8
* | | Pass error severity to SAPI modules and raise corresponding error level in Ap...Martin Vobruba2016-07-118-11/+39
* | | Inline simple constant functionsDmitry Stogov2016-06-301-0/+2
* | | Improve php-fpm systemd unit fileRemi Collet2016-06-291-0/+5
* | | Fixed compilation warningsDmitry Stogov2016-06-283-13/+12
* | | couple of resource leaks fixes and use after free'sDavid Carlier2016-06-272-2/+7
* | | Merge branch 'PHP-7.0'Xinchen Hui2016-06-241-4/+1
|\ \ \ | |/ /
| * | Fixed bug #72484 (SCRIPT_FILENAME shows wrong path if the user specify router...Xinchen Hui2016-06-241-4/+1
* | | Fixed compilation warningsDmitry Stogov2016-06-211-1/+1
* | | Fixed compilation warningsDmitry Stogov2016-06-219-31/+31
* | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-212-3/+3
* | | Improved support for zend-signals.Dmitry Stogov2016-06-202-0/+3
* | | Zend signals should be installed after request startup (or regular signals ma...Dmitry Stogov2016-06-201-8/+8
* | | Fixed phpdbg build without --enable-zend-signalsDmitry Stogov2016-06-201-0/+3
* | | Merge branch 'master' of git.php.net:php-srcDmitry Stogov2016-06-203-2/+85
|\ \ \
| * | | Fixed the UTF-8 and long path support in the streams on Windows.Anatol Belski2016-06-203-2/+85
* | | | Cleanup zend_signal APIDmitry Stogov2016-06-208-20/+0
|/ / /
* | | Removed unused callbacksDmitry Stogov2016-06-201-2/+0
* | | Enable per-module logging in Apache 2.4+Martin Vobruba2016-06-031-0/+6
* | | improve date header codeAnatol Belski2016-06-021-15/+17
* | | Added mandatory Date: header to built-in webserverSeeSchloss2016-06-0227-0/+44
* | | Merge branch 'PHP-7.0'Xinchen Hui2016-06-021-1/+1
|\ \ \ | |/ /
| * | Fixed bug #72308 (fastcgi_finish_request and logging environment variables)Xinchen Hui2016-06-021-1/+1
* | | Merge branch 'PHP-7.0'Anatol Belski2016-05-301-1/+1
|\ \ \ | |/ /
| * | fix conditionAnatol Belski2016-05-301-1/+1