summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | fix testAnatol Belski2016-01-181-5/+5
| | * | | | fork testAnatol Belski2016-01-182-0/+70
| | * | | | fork test for win32Anatol Belski2016-01-182-0/+62
| | * | | | fork testAnatol Belski2016-01-182-0/+46
| * | | | | Merge branch 'PHP-5.6' into PHP-7.0Yasuo Ohgaki2016-01-181-4/+4
| |\ \ \ \ \ | | |/ / / /
| | * | | | Use SUCCESS/FAILUREYasuo Ohgaki2016-01-181-4/+4
| | * | | | Fixed bug #65720 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c:281: bad if ...Yasuo Ohgaki2016-01-181-1/+1
| * | | | | Merge branch 'PHP-5.6' into PHP-7.0Yasuo Ohgaki2016-01-181-1/+1
| |\ \ \ \ \
| | * | | | | Fixed bug #65720 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c:281: bad if ...Yasuo Ohgaki2016-01-181-1/+1
| * | | | | | Update NEWSYasuo Ohgaki2016-01-181-1/+1
| * | | | | | Merge branch 'pull-request/1731' into PHP-7.0Yasuo Ohgaki2016-01-181-0/+1
| |\ \ \ \ \ \
| | * | | | | | Fixed bug 71397 (mb_send_mail segmentation fault)Tim Düsterhus2016-01-172-1/+5
* | | | | | | | Fixed bug #71475: openssl_seal() uninitialized memory usageStanislav Malyshev2016-01-312-1/+18
* | | | | | | | update NEWSAnatol Belski2016-01-281-0/+2
* | | | | | | | Merge branch 'escapeshell_hardened_70' into PHP-7.0.3Anatol Belski2016-01-287-5/+105
|\ \ \ \ \ \ \ \
| * | | | | | | | extend _SC_ARG_MAX usage onto platforms where it's availableAnatol Belski2016-01-281-2/+2
| * | | | | | | | Fixed bug #71039 exec functions ignore length but look for NULL terminationAnatol Belski2016-01-123-0/+28
| * | | | | | | | Follow up on bug #71270Anatol Belski2016-01-125-5/+77
* | | | | | | | | Fix bug #71459 - Integer overflow in iptcembed()Stanislav Malyshev2016-01-261-1/+6
* | | | | | | | | Fix bug #71313 - Use-after-free vulnerability in SPL(SplObjectStorage, unseri...Stanislav Malyshev2016-01-172-0/+16
* | | | | | | | | Fixed bug #71311: Use-after-free vulnerability in SPL(ArrayObject, unserialize)Stanislav Malyshev2016-01-174-27/+53
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Fixed bug #71397 (mb_send_mail segmentation fault)Yasuo Ohgaki2016-01-182-1/+4
| |/ / / / / / |/| | | | | |
* | | | | | | Merge branch 'PHP-7.0' of git.php.net:php-src into PHP-7.0Yasuo Ohgaki2016-01-170-0/+0
|\ \ \ \ \ \ \
| * | | | | | | Remove unnecessary warning by warning reorder.Yasuo Ohgaki2016-01-171-4/+4
* | | | | | | | Fixed bug #71394 (session_regenerate_id() must close opened session on errors)Yasuo Ohgaki2016-01-172-0/+4
* | | | | | | | Remove unnecessary warning by warning reorder.Yasuo Ohgaki2016-01-171-4/+4
|/ / / / / / /
* | | | | | | Add test for Bug #70133 (Extended SessionHandler::read is ignoring $session_i...Yasuo Ohgaki2016-01-161-0/+41
* | | | | | | PS(id) is zend_string *, use appropriate APIAnatol Belski2016-01-151-1/+1
* | | | | | | Update NEWSYasuo Ohgaki2016-01-151-0/+1
* | | | | | | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-01-151-0/+4
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Fix header file includeJason Young2016-01-151-0/+4
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'PHP-5.6' into PHP-7.0Yasuo Ohgaki2016-01-159-7/+104
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fixed bug #69111 (Crash in SessionHandler::read()).Yasuo Ohgaki2016-01-1511-9/+111
| | |_|/ / | |/| | |
| * | | | Fix typoYasuo Ohgaki2016-01-151-1/+1
| * | | | Fix uninitialized read in rfc1867 handler reported by valgrind. Only in PHP 5.6.Yasuo Ohgaki2016-01-151-0/+1
* | | | | Merge branch 'PHP-5.6' into PHP-7.0Yasuo Ohgaki2016-01-153-11/+14
|\ \ \ \ \ | |/ / / /
| * | | | Improved fix for bug #68063 (Empty session IDs do still start sessions).Yasuo Ohgaki2016-01-153-10/+14
* | | | | update NEWSAnatol Belski2016-01-141-0/+3
* | | | | port 4308c868f94df1f2b99e80038ba5ea1076d919a7 to 7.0Anatol Belski2016-01-141-1/+1
* | | | | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-01-140-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | update NEWSAnatol Belski2016-01-141-0/+3
| * | | | Fixed bug #70979 crash with bad soap requestAnatol Belski2016-01-141-1/+1
| * | | | Update NEWSYasuo Ohgaki2016-01-131-0/+5
* | | | | update NEWSAnatol Belski2016-01-141-0/+4
* | | | | Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0Xinchen Hui2016-01-141-20/+21
|\ \ \ \ \
| * | | | | Avoid incomplete zend_internal_function initialization.Dmitry Stogov2016-01-131-20/+21
* | | | | | Fixed macro nameXinchen Hui2016-01-141-1/+1
|/ / / / /
* | | | | Fixed bug #71336 (Wrong is_ref on properties as exposed via get_object_vars())Xinchen Hui2016-01-133-5/+59
* | | | | Fixed bug #71248 (Wrong interface is enforced)Dmitry Stogov2016-01-133-1/+43
* | | | | Update NEWSYasuo Ohgaki2016-01-131-0/+6