summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* add missing skip to the output, so we actually skip this testFerenc Kovacs2014-04-071-1/+1
* fix some warningsMichael Wallner2014-03-241-5/+1
* PHP-5.6 compatibility for apache2 filter SAPIMichael Wallner2014-03-242-34/+31
* Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-03-241-0/+2
|\
| * Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-03-241-0/+2
| |\
| | * Fixed bug #65715 php5embed.lib isn't provided anymoreAnatol Belski2014-03-241-0/+2
* | | Fixed wrong indentationMateusz Kocielski2014-03-181-1/+1
* | | Fix phpdbg build on FreeBSDMateusz Kocielski2014-03-181-0/+1
* | | Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2014-02-281-10/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2014-02-281-10/+1
| |\ \ | | |/
| | * man page: long option name is --strip, not --strippedRemi Collet2014-02-281-1/+1
| | * --global have be removed in 5.2Remi Collet2014-02-281-9/+0
| | * add clear_env option to FPM configPaul Annesley2014-02-254-1/+16
| | * Bump yearXinchen Hui2014-01-0362-70/+70
| | * Fix bug #66008Rasmus Lerdorf2013-10-311-0/+1
| * | add clear_env option to FPM configPaul Annesley2014-02-254-1/+16
| * | Bump yearXinchen Hui2014-01-0366-74/+74
* | | add clear_env option to FPM configPaul Annesley2014-02-244-1/+16
* | | a few typofixesVeres Lajos2014-02-142-4/+4
* | | Implement RFC https://wiki.php.net/rfc/default_encodingYasuo Ohgaki2014-02-1320-40/+40
* | | windowskrakjoe2014-02-021-1/+1
* | | clean symbolskrakjoe2014-02-021-0/+6
* | | another patch from upstreamkrakjoe2014-02-021-7/+14
* | | woopskrakjoe2014-02-021-2/+4
* | | better use of tmpnam/mkstempkrakjoe2014-02-021-3/+26
* | | update versionkrakjoe2014-02-021-1/+1
* | | remove use of zend directly, avoid leaks/bugs in modules etckrakjoe2014-02-021-34/+9
* | | fix C89 compatAnatol Belski2014-01-191-1/+3
* | | Merge branch 'phpdbg' into PHP-5.6Johannes Schlüter2014-01-185-57/+82
* | | fix indentationAntony Dovgal2014-01-177-54/+59
* | | Add some basic and apparmor tests to fpmGernot Vormayr2014-01-176-0/+250
* | | Add --force-stderr to fpmGernot Vormayr2014-01-174-5/+16
* | | Add apparmor change hat functionality to fpmGernot Vormayr2014-01-174-0/+56
* | | Bump yearXinchen Hui2014-01-0388-95/+95
* | | update version outputkrakjoe2013-12-271-2/+1
* | | Fixed bug #66358 (fpm starts segfault)Xinchen Hui2013-12-271-1/+1
* | | fix c89 compatAnatol Belski2013-12-251-2/+1
* | | fixed incompatible pointer in phpdbg on win64Anatol Belski2013-12-241-1/+2
* | | Fixed #18Bob Weinand2013-12-241-1/+3
* | | Fixed credits in phpdbg.* filesBob Weinand2013-12-242-0/+2
* | | Added breaking upon fatal-ish errorBob Weinand2013-12-241-0/+29
* | | credits file for phpdbgJoe Watkins2013-12-241-0/+2
* | | Merge branch 'master' of sapi/phpdbg into PHP-5.6Bob Weinand2013-12-2048-0/+10215
* | | cli: don't cast away const in select() timeout argumentArd Biesheuvel2013-12-091-1/+3
* | | Merge branch 'PHP-5.5' into PHP-5.6Julien Pauli2013-11-261-1/+1
|\ \ \ | |/ /
| * | Fixed a wrong testJulien Pauli2013-11-261-1/+1
* | | Merge branch 'PHP-5.5' into PHP-5.6Andrea Faulds2013-11-183-2/+149
|\ \ \ | |/ /
| * | Merge branch 'CLIGetAllHeadersBackport' into PHP-5.5Andrea Faulds2013-11-183-2/+149
| |\ \
| | * | Rewrote test using tcp instead of http:// streamAndrea Faulds2013-11-121-17/+39
| | * | Implemented FR #65917 (getallheaders() is not supported by the built-in...)Andrea Faulds2013-11-123-2/+127