summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* prepare for 5.6.15php-5.6.15PHP-5.6.15Ferenc Kovacs2015-10-293-4/+4
|
* PHP 5.6.15RC1php-5.6.15RC1Ferenc Kovacs2015-10-153-4/+4
|
* fix testAnatol Belski2015-10-121-0/+4
|
* Fixed bug #70685Nikita Popov2015-10-103-13/+38
| | | | Doing a less intrusive variant of the PHP 7.0 fix for 5.6.
* Improve previous fixNikita Popov2015-10-092-1/+6
| | | | Don't forbid null binding on plain functions.
* Fixed bug #70681Nikita Popov2015-10-093-0/+21
|
* update NEWSAnatol Belski2015-10-091-0/+1
|
* fix coverage report for datelibNuno Lopes2015-10-042-116/+116
|
* Fixed bug #70632 (Third one of segfault in gc_remove_from_buffer)Xinchen Hui2015-10-033-5/+24
|
* Fixed the third one of (segfault in gc_remove_from_buffer())Xinchen Hui2015-10-031-9/+15
| | | | | This one maybe only used in debug mode, so no bug report and no test script provided
* Fixed bug #70631 (Another Segfault in gc_remove_from_buffer())Xinchen Hui2015-10-033-1/+50
|
* Do not edit the zval cause it might be in shared memoryXinchen Hui2015-10-031-6/+12
|
* Fixed bug #70601 (Segfault in gc_remove_from_buffer())Xinchen Hui2015-10-033-1/+29
|
* fix win10 supportAnatol Belski2015-10-031-1/+1
| | | | | dwMajorVersion == 10 there, and generally this check is obsolete as we don't support dwMajorVersion < 6 since 5.5
* Fixed bug #70625Nikita Popov2015-10-033-0/+25
|
* Merge branch 'pr-1544' into PHP-5.6Ferenc Kovacs2015-10-021-0/+4
|\ | | | | | | | | * pr-1544: Update NEWS file with LDAP fixes
| * Update NEWS file with LDAP fixesMisha Nasledov2015-09-281-0/+4
| |
* | Updated to version 2015.7 (2015g)Derick Rethans2015-10-021-510/+666
| |
* | Fixed bug #70619 (DateTimeImmutable segfault)Xinchen Hui2015-10-022-1/+4
| |
* | Merge branch 'PHP-5.5' into PHP-5.6Julien Pauli2015-09-301-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Fixed test 5.5.31 now Conflicts: configure.in main/php_version.h
| * | Fixed testJulien Pauli2015-09-301-1/+1
| | |
| * | 5.5.31 nowJulien Pauli2015-09-303-5/+7
| | |
* | | Add JSON as exported type, if available. mysqlnd has it, libmysql doesn't ↵Andrey Hristov2015-09-301-1/+3
| | | | | | | | | | | | export it (for now).
* | | update NEWS, these missed 5.6.14RC1 as I was not asked to include them so ↵Ferenc Kovacs2015-09-301-3/+5
| | | | | | | | | | | | delaying for the next release
* | | add NEWS entriesFerenc Kovacs2015-09-301-0/+5
| | |
* | | Merge branch 'PHP-5.5' into PHP-5.6Ferenc Kovacs2015-09-300-0/+0
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: add NEWS entries
| * | add NEWS entriesFerenc Kovacs2015-09-301-1/+6
| | |
* | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-09-283-3/+5
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | * PHP-5.5: Better fix for bug #70433 Conflicts: ext/phar/dirstream.c
| * | Better fix for bug #70433Stanislav Malyshev2015-09-283-3/+5
| | |
* | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-09-284-1/+25
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: fix memory leak FIx bug #70433 - Uninitialized pointer in phar_make_dirstream when zip entry filename is "/" Conflicts: ext/phar/dirstream.c
| * | fix memory leakStanislav Malyshev2015-09-281-0/+1
| | |
| * | FIx bug #70433 - Uninitialized pointer in phar_make_dirstream when zip entry ↵Stanislav Malyshev2015-09-283-1/+24
| | | | | | | | | | | | filename is "/"
* | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-09-283-1/+45
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: Fix bug #69720: Null pointer dereference in phar_get_fp_offset()
| * | Fix bug #69720: Null pointer dereference in phar_get_fp_offset()Stanislav Malyshev2015-09-283-1/+45
| | |
* | | Fix bug #70480 (php_url_parse_ex() buffer overflow read)Stanislav Malyshev2015-09-281-1/+1
| |/ |/|
* | Fixed bug #70572 segfault in mysqlnd_connectAndrey Hristov2015-09-252-2/+5
| |
* | Spread the news about 70384Andrey Hristov2015-09-251-0/+2
| |
* | update NEWSAnatol Belski2015-09-231-0/+1
| |
* | add testAnatol Belski2015-09-231-0/+24
| |
* | expose openssl config path so it can be testedAnatol Belski2015-09-231-0/+1
| |
* | Fix for Bug #70384 mysqli_real_query(): Unknown type 245 sent by the serverAndrey Hristov2015-09-237-1/+78
| |
* | add missing headerAnatol Belski2015-09-231-0/+1
| | | | | | | | For PRIu32 and maybe more, that fixes build
* | silence mkdir to fix fails after unclean test runAnatol Belski2015-09-231-1/+1
| |
* | Update timelib to 2015.02Derick Rethans2015-09-229-356/+264
| |
* | Fixed test cases due to changes in rulesDerick Rethans2015-09-222-15/+2
| |
* | Bumb timelib version to 2015.01Derick Rethans2015-09-2218-472/+583
| |
* | Use tabs for arg info indent in openssl.cJakub Zelenka2015-09-201-147/+147
| |
* | prepare for PHP-5.6.14RC1Ferenc Kovacs2015-09-173-5/+7
| |
* | Add test XFAIL for bug #70470Xinchen Hui2015-09-111-0/+41
| |
* | Added support of LDAP_OPT_TIMEOUT, fixes #69574Côme Bernigaud2015-09-092-0/+40
| |