| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update version/date for 7.1.0beta1 | Davey Shafik | 2016-07-20 | 1 | -2/+2 |
| * | Merge branch 'PHP-7.0' | Stanislav Malyshev | 2016-07-19 | 2 | -0/+22 |
| |\ | |||||
| | * | Merge branch 'PHP-5.6' into PHP-7.0 | Stanislav Malyshev | 2016-07-19 | 2 | -0/+22 |
| | |\ | |||||
| | | * | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2016-07-19 | 2 | -36/+59 |
| | | |\ | |||||
| | | | * | CS fix and comments with bug ID | Stanislav Malyshev | 2016-07-12 | 2 | -3/+4 |
| | | | * | Fix for HTTP_PROXY issue. | Stanislav Malyshev | 2016-07-10 | 2 | -41/+63 |
| | | | * | 5.5.38 now | Julien Pauli | 2016-06-21 | 1 | -3/+3 |
| | | | * | 5.5.37 now | Julien Pauli | 2016-05-25 | 1 | -3/+3 |
| | | | * | 5.5.36 now | Julien Pauli | 2016-04-26 | 1 | -3/+3 |
| | | | * | Fix bug #72093: bcpowmod accepts negative scale and corrupts _one_ definition | Stanislav Malyshev | 2016-04-24 | 1 | -3/+3 |
| | | | * | 5.5.35 now | Julien Pauli | 2016-03-29 | 1 | -3/+3 |
| | | | * | Fixed bug #71906: AddressSanitizer: negative-size-param (-1) in mbfl_strcut | Stanislav Malyshev | 2016-03-28 | 1 | -3/+3 |
| | | | * | Fix bug #71798 - Integer Overflow in php_raw_url_encode | Stanislav Malyshev | 2016-03-27 | 1 | -3/+3 |
| | | | * | Going for 5.5.34 | Julien Pauli | 2016-03-02 | 1 | -3/+3 |
| | | | * | Fix version | Stanislav Malyshev | 2016-03-01 | 1 | -3/+3 |
| | | | * | Update NEWS | Stanislav Malyshev | 2016-03-01 | 1 | -3/+3 |
| | | | * | Going for 5.5.33 now | Julien Pauli | 2016-02-02 | 1 | -3/+3 |
| | | * | | 5.6.25 is next | Ferenc Kovacs | 2016-07-07 | 1 | -3/+3 |
| | | * | | Fix bug #71936 (Segmentation fault destroying HTTP_RAW_POST_DATA) | Remi Collet | 2016-06-20 | 1 | -0/+3 |
| | * | | | prepare next version | Anatol Belski | 2016-07-05 | 1 | -3/+3 |
| * | | | | Rewrite watchpoints to be much more stable | Bob Weinand | 2016-07-11 | 1 | -4/+3 |
| * | | | | Pass error severity to SAPI modules and raise corresponding error level in Ap... | Martin Vobruba | 2016-07-11 | 2 | -2/+2 |
| * | | | | Implement #43269: Retrieve FD_SETSIZE within PHP | Christoph M. Becker | 2016-07-08 | 1 | -0/+1 |
| * | | | | Bump versions | Davey Shafik | 2016-07-05 | 1 | -2/+2 |
| * | | | | Bump versions/dates for release of 7.1.0alpha3 | Davey Shafik | 2016-07-05 | 1 | -2/+2 |
| * | | | | Removed duplicate php.h include in SAPI.h | Valentin V. Bartenev | 2016-07-05 | 1 | -1/+0 |
| * | | | | Removed a surplus condition in php_register_variable_ex() | Valentin V. Bartenev | 2016-07-05 | 1 | -1/+1 |
| * | | | | Fixed compilation warnings | Dmitry Stogov | 2016-06-28 | 1 | -2/+5 |
| * | | | | Merge branch 'PHP-7.0' | Xinchen Hui | 2016-06-28 | 1 | -1/+0 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | MFH: Fixed fd leak (the origin commit can not be cherry-picked) | Xinchen Hui | 2016-06-28 | 1 | -1/+1 |
| * | | | | Merge branch 'master' of https://github.com/devnexen/php-src | Xinchen Hui | 2016-06-28 | 1 | -0/+1 |
| |\ \ \ \ | |||||
| | * | | | | couple of resource leaks fixes and use after free's | David Carlier | 2016-06-27 | 1 | -0/+1 |
| * | | | | | Merge branch 'PHP-7.0' | Xinchen Hui | 2016-06-28 | 1 | -1/+1 |
| |\ \ \ \ \ | | |/ / / | |/| | | | |||||
| | * | | | | Fixed bug #72505 (readfile() mangles files larger than 2G) | Xinchen Hui | 2016-06-28 | 1 | -1/+1 |
| * | | | | | Use one place to define max length of double | Jakub Zelenka | 2016-06-26 | 2 | -6/+10 |
| * | | | | | Remove unneeded WS change | Yasuo Ohgaki | 2016-06-26 | 1 | -2/+0 |
| * | | | | | Fix mode when precision=0. Add test | Yasuo Ohgaki | 2016-06-26 | 1 | -1/+1 |
| * | | | | | Enable 0 mode for echo/print | Yasuo Ohgaki | 2016-06-26 | 2 | -3/+3 |
| * | | | | | Simply use ndigit for flag for zend_dtoa mode | Yasuo Ohgaki | 2016-06-26 | 1 | -13/+5 |
| * | | | | | Initial patch for 0 mode float conversion. The magic number is better to be i... | Yasuo Ohgaki | 2016-06-26 | 3 | -3/+35 |
| | |/ / / |/| | | | |||||
| * | | | | bump version after release | Joe Watkins | 2016-06-22 | 1 | -2/+2 |
| * | | | | bump version for release | Joe Watkins | 2016-06-22 | 1 | -2/+2 |
| * | | | | Fixed compilation warnings | Dmitry Stogov | 2016-06-21 | 8 | -25/+28 |
| * | | | | Fixed compilation warnings | Dmitry Stogov | 2016-06-21 | 3 | -5/+20 |
| * | | | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions. | Dmitry Stogov | 2016-06-21 | 7 | -12/+12 |
| * | | | | Merge branch 'master' of git.php.net:php-src | Dmitry Stogov | 2016-06-20 | 4 | -14/+85 |
| |\ \ \ \ | |||||
| | * | | | | Fixed the UTF-8 and long path support in the streams on Windows. | Anatol Belski | 2016-06-20 | 4 | -14/+85 |
| * | | | | | Cleanup zend_signal API | Dmitry Stogov | 2016-06-20 | 1 | -2/+0 |
| |/ / / / | |||||
| * | | | | Removed unused callbacks | Dmitry Stogov | 2016-06-20 | 2 | -5/+0 |
| * | | | | Merge branch 'PHP-7.0' | Xinchen Hui | 2016-06-18 | 1 | -4/+14 |
| |\ \ \ \ | |/ / / | |||||
