summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Update version/date for 7.1.0beta1Davey Shafik2016-07-201-2/+2
* Merge branch 'PHP-7.0'Stanislav Malyshev2016-07-192-0/+22
|\
| * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-07-192-0/+22
| |\
| | * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-07-192-36/+59
| | |\
| | | * CS fix and comments with bug IDStanislav Malyshev2016-07-122-3/+4
| | | * Fix for HTTP_PROXY issue.Stanislav Malyshev2016-07-102-41/+63
| | | * 5.5.38 nowJulien Pauli2016-06-211-3/+3
| | | * 5.5.37 nowJulien Pauli2016-05-251-3/+3
| | | * 5.5.36 nowJulien Pauli2016-04-261-3/+3
| | | * Fix bug #72093: bcpowmod accepts negative scale and corrupts _one_ definitionStanislav Malyshev2016-04-241-3/+3
| | | * 5.5.35 nowJulien Pauli2016-03-291-3/+3
| | | * Fixed bug #71906: AddressSanitizer: negative-size-param (-1) in mbfl_strcutStanislav Malyshev2016-03-281-3/+3
| | | * Fix bug #71798 - Integer Overflow in php_raw_url_encodeStanislav Malyshev2016-03-271-3/+3
| | | * Going for 5.5.34Julien Pauli2016-03-021-3/+3
| | | * Fix versionStanislav Malyshev2016-03-011-3/+3
| | | * Update NEWSStanislav Malyshev2016-03-011-3/+3
| | | * Going for 5.5.33 nowJulien Pauli2016-02-021-3/+3
| | * | 5.6.25 is nextFerenc Kovacs2016-07-071-3/+3
| | * | Fix bug #71936 (Segmentation fault destroying HTTP_RAW_POST_DATA)Remi Collet2016-06-201-0/+3
| * | | prepare next versionAnatol Belski2016-07-051-3/+3
* | | | Rewrite watchpoints to be much more stableBob Weinand2016-07-111-4/+3
* | | | Pass error severity to SAPI modules and raise corresponding error level in Ap...Martin Vobruba2016-07-112-2/+2
* | | | Implement #43269: Retrieve FD_SETSIZE within PHPChristoph M. Becker2016-07-081-0/+1
* | | | Bump versionsDavey Shafik2016-07-051-2/+2
* | | | Bump versions/dates for release of 7.1.0alpha3Davey Shafik2016-07-051-2/+2
* | | | Removed duplicate php.h include in SAPI.hValentin V. Bartenev2016-07-051-1/+0
* | | | Removed a surplus condition in php_register_variable_ex()Valentin V. Bartenev2016-07-051-1/+1
* | | | Fixed compilation warningsDmitry Stogov2016-06-281-2/+5
* | | | Merge branch 'PHP-7.0'Xinchen Hui2016-06-281-1/+0
|\ \ \ \ | |/ / /
| * | | MFH: Fixed fd leak (the origin commit can not be cherry-picked)Xinchen Hui2016-06-281-1/+1
* | | | Merge branch 'master' of https://github.com/devnexen/php-srcXinchen Hui2016-06-281-0/+1
|\ \ \ \
| * | | | couple of resource leaks fixes and use after free'sDavid Carlier2016-06-271-0/+1
* | | | | Merge branch 'PHP-7.0'Xinchen Hui2016-06-281-1/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Fixed bug #72505 (readfile() mangles files larger than 2G)Xinchen Hui2016-06-281-1/+1
* | | | | Use one place to define max length of doubleJakub Zelenka2016-06-262-6/+10
* | | | | Remove unneeded WS changeYasuo Ohgaki2016-06-261-2/+0
* | | | | Fix mode when precision=0. Add testYasuo Ohgaki2016-06-261-1/+1
* | | | | Enable 0 mode for echo/printYasuo Ohgaki2016-06-262-3/+3
* | | | | Simply use ndigit for flag for zend_dtoa modeYasuo Ohgaki2016-06-261-13/+5
* | | | | Initial patch for 0 mode float conversion. The magic number is better to be i...Yasuo Ohgaki2016-06-263-3/+35
| |/ / / |/| | |
* | | | bump version after releaseJoe Watkins2016-06-221-2/+2
* | | | bump version for releaseJoe Watkins2016-06-221-2/+2
* | | | Fixed compilation warningsDmitry Stogov2016-06-218-25/+28
* | | | Fixed compilation warningsDmitry Stogov2016-06-213-5/+20
* | | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-217-12/+12
* | | | Merge branch 'master' of git.php.net:php-srcDmitry Stogov2016-06-204-14/+85
|\ \ \ \
| * | | | Fixed the UTF-8 and long path support in the streams on Windows.Anatol Belski2016-06-204-14/+85
* | | | | Cleanup zend_signal APIDmitry Stogov2016-06-201-2/+0
|/ / / /
* | | | Removed unused callbacksDmitry Stogov2016-06-202-5/+0
* | | | Merge branch 'PHP-7.0'Xinchen Hui2016-06-181-4/+14
|\ \ \ \ | |/ / /