summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add SO_REUSEPORT + SO_BROADCAST support via socket stream context opt...Ferenc Kovacs2014-08-063-64/+8
* Add SO_REUSEPORT + SO_BROADCAST support via socket stream context optionDaniel Lowrey2014-08-053-8/+64
* force atoll macro usage on windowsAnatol Belski2014-07-211-0/+1
* Enable build without atoll (e.g old AIX flavours)Lior Kaplan2014-07-171-0/+4
* restore API compatibilityMichael Wallner2014-07-034-4/+17
* finishMichael Wallner2014-07-035-12/+5
* refactor php_stream_temp_create{,_ex} and use it for the php://input streamMichael Wallner2014-07-032-5/+14
* refactor _php_stream_fopen_{temporary_,tmp}file()Michael Wallner2014-07-031-20/+14
* fix length overflow of HTTP_RAW_POST_DATAMichael Wallner2014-07-031-0/+6
* Merge branch 'PHP-5.5' into PHP-5.6Adam Harvey2014-06-121-1/+1
|\
| * Merge branch 'PHP-5.4' into PHP-5.5Adam Harvey2014-06-121-1/+1
| |\
| | * Keep 308-399 HTTP response codes when header('Location:') is called.Adam Harvey2014-06-121-1/+1
| | * 5.4.31 nextStanislav Malyshev2014-06-101-3/+3
| | * 5.4.30 nextStanislav Malyshev2014-05-131-3/+4
| * | 5.5.15 nowJulien Pauli2014-06-111-3/+3
| * | 5.5.14 nowJulien Pauli2014-05-141-3/+3
* | | fix bug #67198 (php://input regression)Michael Wallner2014-05-061-1/+1
* | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-04-242-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-04-242-2/+2
| |\ \ | | |/
| | * fix dll exportAnatol Belski2014-04-242-2/+2
* | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-04-202-22/+27
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-04-202-22/+27
| |\ \ | | |/
| | * Fix bug #65701: Do not use cache for file file copyBoro Sitnikovski2014-04-202-22/+27
| | * 5.4.29 is nextStanislav Malyshev2014-04-151-3/+3
| * | 5.5.12RC1 setupJulien Pauli2014-04-151-3/+3
* | | Merge branch 'PHP-5.5' into PHP-5.6Ferenc Kovacs2014-04-131-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Ferenc Kovacs2014-04-131-1/+1
| |\ \ | | |/
| | * fix typoFerenc Kovacs2014-04-131-1/+1
* | | Merge branch 'PHP-5.5' into PHP-5.6Bob Weinand2014-04-121-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Bob Weinand2014-04-121-1/+1
| |\ \ | | |/
| | * Made usage of php_hash_environment useful by updating instead of just adding ...Bob Weinand2014-04-121-1/+1
* | | Merge branch 'PHP-5.5' into PHP-5.6Michael Wallner2014-04-032-2/+21
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2014-04-032-2/+21
| |\ \ | | |/
| | * Fix Bug #66736 fpassthru brokenMichael Wallner2014-04-032-2/+21
* | | Merge branch 'PHP-5.5' into PHP-5.6Michael Wallner2014-04-021-0/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2014-04-021-0/+4
| |\ \ | | |/
| | * Fixed bug #61019 (Out of memory on command stream_get_contents)Michael Wallner2014-04-021-0/+4
* | | Merge branch 'PHP-5.5' into PHP-5.6Michael Wallner2014-04-021-1/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2014-04-021-1/+2
| |\ \ | | |/
| | * Fix bug #64330Michael Wallner2014-04-021-1/+2
| | * prep for 5.4.27 rc1Stanislav Malyshev2014-03-181-3/+3
| | * 5.4.27 nowStanislav Malyshev2014-02-171-3/+3
| | * 5.4.26 nextStanislav Malyshev2014-01-211-3/+3
| | * Bump yearXinchen Hui2014-01-0366-66/+66
| * | 5.5.11RC1 preparationJulien Pauli2014-03-191-3/+3
| * | 5.5.11-dev nextJulien Pauli2014-02-181-3/+3
* | | Remove unneeded string copy.Yasuo Ohgaki2014-03-271-6/+6
* | | Fixes to various stream cast on win64Anatol Belski2014-03-191-6/+6
* | | Use crypto method flags; add tlsv1.0 wrapper; add wrapper testsDaniel Lowrey2014-02-201-14/+21
* | | Implement RFC https://wiki.php.net/rfc/default_encodingYasuo Ohgaki2014-02-134-3/+51