summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ | | |/
| | * Fix #70825: Cannot fetch multiple values with group in ini fileChristoph M. Becker2016-08-252-0/+72
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-08-251-2/+1
|\ \ \ | |/ /
| * | fix check for args by refAnatol Belski2016-08-251-2/+1
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-08-251-0/+28
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-08-251-0/+28
| |\ \ | | |/
| | * Fix #71514: Bad dba_replace condition because of wrong API usageChristoph M. Becker2016-08-252-5/+33
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-08-252-6/+8
|\ \ \ | |/ /
| * | Fixed bug #72922 COM called from PHP does not return out parametersAnatol Belski2016-08-252-6/+8
* | | Revert "Do not prepend ? on nullables in ReflectionType::__toString()"Levi Morrison2016-08-233-6/+18
* | | op_arrays may be optimized independetly and "script" might be NULLDmitry Stogov2016-08-232-3/+3
* | | Don't keep dangling pointers.Dmitry Stogov2016-08-231-1/+4
* | | call_user_func(_array): Don't abort on reference warningNikita Popov2016-08-238-10/+6
* | | Fixed bug #72920 (Accessing a private constant using constant() creates an ex...Xinchen Hui2016-08-222-1/+18