summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-08-302-2/+23
|\ \ \ | |/ /
| * | Fix bug #72971Nikita Popov2016-08-302-2/+23
* | | Merge branch 'PHP-7.0' into PHP-7.1Yasuo Ohgaki2016-08-302-0/+36
|\ \ \ | |/ /
| * | Fixed bug #72940 SID always return "name=ID", even if session cookie existYasuo Ohgaki2016-08-302-0/+36
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-08-302-0/+16
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-08-302-0/+16
| |\ \ | | |/
| | * Fix #71882: Negative ftruncate() on php://memory exhausts memoryChristoph M. Becker2016-08-302-0/+16
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-08-302-2/+16
|\ \ \ | |/ /
| * | Merge branch 'pull-request/2043' into PHP-7.0Christoph M. Becker2016-08-302-2/+16
| |\ \
| | * | Fix #72320: iconv_substr returns false for empty stringsChristoph M. Becker2016-07-292-2/+16
* | | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-08-291-2/+3
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-08-291-2/+3
| |\ \ \ | | | |/ | | |/|
| | * | ensure null terminationAnatol Belski2016-08-291-2/+3
* | | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-08-292-0/+25
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-08-292-0/+25
| |\ \ \ | | |/ /
| | * | Fixed bug #72703 Out of bounds global memory read in BF_crypt triggered by pa...Anatol Belski2016-08-292-0/+25
* | | | Merge branch 'PHP-7.1' of git.php.net:php-src into PHP-7.1Dmitry Stogov2016-08-291-4/+3
|\ \ \ \
| * \ \ \ Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-08-291-4/+3
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-08-291-4/+3
| | |\ \ \ | | | |/ /
| | | * | fix double freeAnatol Belski2016-08-291-4/+3
* | | | | Allow optional splitting of basic blocks at RECV/RECV_INIT opcodes.Dmitry Stogov2016-08-293-2/+18
|/ / / /
* | | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-08-291-1/+1
|\ \ \ \ | |/ / /
| * | | fix double freeAnatol Belski2016-08-291-1/+1
* | | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-08-291-0/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-08-291-0/+1
| |\ \ \ | | |/ /
| | * | fix leakAnatol Belski2016-08-291-0/+1
* | | | add error check and fix leakAnatol Belski2016-08-291-0/+5
* | | | Bump PHP_JSON_VERSION to 1.5.0Jakub Zelenka2016-08-291-1/+1
* | | | Merge branch 'json_encode_fail_return' into PHP-7.1Jakub Zelenka2016-08-294-51/+104
|\ \ \ \
| * | | | Add test for fixed bug #68992Jakub Zelenka2016-08-291-0/+30
| * | | | Fix recursion and protection in the failed JSON encodingJakub Zelenka2016-08-291-11/+20
| * | | | Add initial failure checking for json_encodeJakub Zelenka2016-08-293-42/+56
* | | | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-08-291-0/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | fix leakAnatol Belski2016-08-291-0/+1
* | | | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-08-291-0/+5
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | fix possible memory leakAnatol Belski2016-08-291-0/+5
* | | | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-08-293-14/+27
|\ \ \ \ | |/ / /
| * | | Fixed bug #72944 (Null pointer deref in zval_delref_p).Dmitry Stogov2016-08-291-3/+30
* | | | Implement RFC Add session_gc() https://wiki.php.net/rfc/session-gcYasuo Ohgaki2016-08-296-17/+62
* | | | fix leakAnatol Belski2016-08-281-0/+1
* | | | fix clang compatAnatol Belski2016-08-271-1/+1
* | | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-08-272-0/+23
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-08-272-0/+23
| |\ \ \ | | |/ /
| | * | Fix #65550: get_browser() incorrectly parsers entries with "+" signChristoph M. Becker2016-08-272-0/+23
* | | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-08-261-1/+1
|\ \ \ \ | |/ / /
| * | | Fix #72949: Typo in opcache error messageChristoph M. Becker2016-08-261-1/+1
* | | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-08-255-16/+112
|\ \ \ \ | |/ / /
| * | | pdo_dblib: stringify uniqidentifier fieldAlexander Zhuravlev2016-08-255-16/+112
* | | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-08-252-0/+72
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-08-252-0/+72
| |\ \ \ | | |/ /