Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Eliminated the TSRMLS_FETCH() in zend_set_memory_limit() | Kalle Sommer Nielsen | 2013-11-18 | 1 | -2/+2 |
* | bump version, empty NEWS, UPGRADING and UPGRADING.INTERNALS | Ferenc Kovacs | 2013-11-06 | 1 | -3/+3 |
* | bump API versions | Ferenc Kovacs | 2013-11-06 | 1 | -1/+1 |
* | back to do_alloca() | Anatol Belski | 2013-10-31 | 1 | -3/+4 |
* | back to do_alloca(), reverted the wrong replacement | Anatol Belski | 2013-10-30 | 1 | -2/+3 |
* | Merge branch 'bug50333' of github.com:weltling/php-src into bug50333 | Anatol Belski | 2013-10-29 | 6 | -22/+18 |
|\ | |||||
| * | applied and fixed the original patch | Anatol Belski | 2013-10-17 | 5 | -21/+17 |
| * | initial move on renaming files and fixing includes | Anatol Belski | 2013-10-17 | 1 | -1/+1 |
* | | Added support for TLSv1.1 and TLSv1.2 | Daniel Lowrey | 2013-10-08 | 1 | -1/+5 |
|/ | |||||
* | add note about request_body and php://input | Michael Wallner | 2013-09-19 | 1 | -0/+1 |
* | better way to fix PRIu64 availability on windows | Anatol Belski | 2013-09-18 | 1 | -4/+3 |
* | Merge branch 'PHP-5.5' | Michael Wallner | 2013-09-18 | 1 | -1/+6 |
|\ | |||||
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Michael Wallner | 2013-09-18 | 1 | -1/+6 |
| |\ | |||||
| | * | fix a very rare case of use of uninitialized value combined with a | Michael Wallner | 2013-09-18 | 1 | -1/+6 |
| | * | 5.4.21 now | Stanislav Malyshev | 2013-09-03 | 1 | -3/+3 |
| * | | 5.5.5 now | Julien Pauli | 2013-09-04 | 1 | -3/+3 |
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2013-08-19 | 1 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | bump version | Stanislav Malyshev | 2013-08-19 | 1 | -3/+3 |
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2013-08-18 | 1 | -1/+6 |
| |\ \ | | |/ | |||||
| | * | Fixed #65225: PHP_BINARY incorrectly set | Patrick Allaert | 2013-08-18 | 1 | -1/+6 |
* | | | fix build - PRIu64 vs %I64u | Anatol Belski | 2013-09-17 | 1 | -0/+4 |
* | | | Merge branch 'slim-postdata-merge' | Michael Wallner | 2013-09-17 | 2 | -36/+44 |
|\ \ \ | |||||
| * | | | make reading php://input JIT if enable_post_data_reading=0 | Michael Wallner | 2013-09-10 | 2 | -36/+43 |
| * | | | revert stream cast | Michael Wallner | 2013-09-10 | 1 | -1/+1 |
| * | | | slim post data | Michael Wallner | 2013-08-27 | 7 | -96/+143 |
* | | | | Merge branch 'slim-postdata' | Michael Wallner | 2013-09-17 | 7 | -96/+143 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | slim post data | Michael Wallner | 2013-08-27 | 7 | -96/+143 |
* | | | | Merge branch 'pull-request/381' | Stanislav Malyshev | 2013-08-18 | 1 | -1/+6 |
|\ \ \ \ | |||||
| * | | | | Fixed #65225: PHP_BINARY incorrectly set | Patrick Allaert | 2013-07-09 | 1 | -1/+6 |
* | | | | | Merge branch 'PHP-5.5' | Christopher Jones | 2013-08-14 | 2 | -2/+2 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | Merge branch 'PHP-5.4' into PHP-5.5 | Christopher Jones | 2013-08-14 | 2 | -2/+2 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| | * | | | Reduce (some) compile noise of 'unused variable' and 'may be used uninitializ... | Christopher Jones | 2013-08-14 | 2 | -2/+2 |
* | | | | | Fix to file uploads >2G with size overflow | Anatol Belski | 2013-08-14 | 1 | -8/+29 |
* | | | | | Merge branch 'PHP-5.5' | Xinchen Hui | 2013-08-14 | 1 | -2/+2 |
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | | | |||||
| * | | | Merge branch 'PHP-5.4' into PHP-5.5 | Xinchen Hui | 2013-08-14 | 1 | -2/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | Fixed #65431 (Discarded qualifiers from pointer target warnings when using --... | Xinchen Hui | 2013-08-14 | 1 | -2/+2 |
| * | | | next is 5.5.2 | Stanislav Malyshev | 2013-07-21 | 1 | -3/+3 |
* | | | | Fixes to unified stdint usage | Anatol Belski | 2013-08-12 | 1 | -2/+10 |
* | | | | more precise condition | Ralf Lang | 2013-08-06 | 1 | -1/+1 |
* | | | | make this work in vc11 too | Ralf Lang | 2013-08-06 | 2 | -0/+5 |
* | | | | Use int64_t and atoll() after discussion with johannes | Ralf Lang | 2013-08-06 | 2 | -4/+4 |
* | | | | ws | Ralf Lang | 2013-08-06 | 1 | -1/+1 |
* | | | | Patch for https://bugs.php.net/bug.php?id=44522 to allow uploading files | Ralf Lang | 2013-08-06 | 2 | -4/+5 |
* | | | | unify stdint type usage | Michael Wallner | 2013-08-06 | 2 | -0/+200 |
* | | | | Constify streams API and a few other calls down the rabbit hole. | Andrey Hristov | 2013-07-30 | 11 | -106/+115 |
* | | | | Merge branch 'PHP-5.5' | Matteo Beccati | 2013-07-19 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-5.4' into PHP-5.5 | Matteo Beccati | 2013-07-19 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Properly fixed bug #63186 on NetBSD == 6.0 | Matteo Beccati | 2013-07-19 | 1 | -1/+1 |
| | * | | 5.4.19 is next | Stanislav Malyshev | 2013-07-17 | 1 | -3/+3 |
* | | | | Merge branch 'PHP-5.5' | Anatol Belski | 2013-07-15 | 1 | -0/+5 |
|\ \ \ \ | |/ / / |