Fábio Perez
|
c76fd640e6
|
Skip some tests for platforms different than x86
These tests are verifying undefined behaviour such as shifting by more than 63
bits and by negative numbers.
|
2015-10-18 15:45:25 -07:00 |
|
Stanislav Malyshev
|
b94f67885c
|
Skip serialize test if ext/session is not loaded
|
2015-10-18 15:43:03 -07:00 |
|
jubianchi
|
718445b096
|
Remove wrong argument $session from SNMP::setSecurity()
|
2015-10-18 14:48:39 -07:00 |
|
jubianchi
|
39a2514643
|
Fix SNMP::setSecurity() arginfo (Fixes bug #70476)
|
2015-10-18 14:48:25 -07:00 |
|
Anatol Belski
|
9501293de7
|
update NEWS
|
2015-10-18 11:34:42 +02:00 |
|
Anatol Belski
|
7f33ab834d
|
C89 compat
|
2015-10-18 11:14:30 +02:00 |
|
MiRacLe.RPZ
|
2b5af600e3
|
use spprintf instead (no need to estrdup afterwards).
|
2015-10-18 11:10:50 +02:00 |
|
MiRacLe.RPZ
|
5c19355095
|
dblib's dbcolname can return null in some cases
|
2015-10-18 11:10:45 +02:00 |
|
MiRacLe.RPZ
|
4c8f064d7d
|
testcase fot bug #69757
|
2015-10-18 11:10:39 +02:00 |
|
MiRacLe.RPZ
|
acb2368976
|
Segmentation fault on pdo_dblib::nextRowset (bug #69757)
|
2015-10-18 11:10:34 +02:00 |
|
Ferenc Kovacs
|
22cbf68344
|
prepare for 5.6.15RC1
|
2015-10-15 00:22:12 +02:00 |
|
Anatol Belski
|
d160e98feb
|
fix test
|
2015-10-12 09:46:52 +02:00 |
|
Nikita Popov
|
d7d01fc9a3
|
Fixed bug #70685
Doing a less intrusive variant of the PHP 7.0 fix for 5.6.
|
2015-10-10 14:59:21 +02:00 |
|
Nikita Popov
|
e19423f3cb
|
Improve previous fix
Don't forbid null binding on plain functions.
|
2015-10-09 23:28:24 +02:00 |
|
Nikita Popov
|
bbae7ddf29
|
Fixed bug #70681
|
2015-10-09 23:01:23 +02:00 |
|
Anatol Belski
|
505c9c3742
|
update NEWS
|
2015-10-09 12:35:06 +02:00 |
|
Nuno Lopes
|
052dd3005b
|
fix coverage report for datelib
|
2015-10-04 05:45:05 -04:00 |
|
Xinchen Hui
|
2fb8bb1157
|
Fixed bug #70632 (Third one of segfault in gc_remove_from_buffer)
|
2015-10-03 20:33:24 -07:00 |
|
Xinchen Hui
|
6876112c89
|
Fixed the third one of (segfault in gc_remove_from_buffer())
This one maybe only used in debug mode, so no bug report and no test
script provided
|
2015-10-03 20:15:35 -07:00 |
|
Xinchen Hui
|
4744eec753
|
Fixed bug #70631 (Another Segfault in gc_remove_from_buffer())
|
2015-10-03 20:08:21 -07:00 |
|
Xinchen Hui
|
925412ee1c
|
Do not edit the zval cause it might be in shared memory
|
2015-10-03 19:50:38 -07:00 |
|
Xinchen Hui
|
c147d90dbf
|
Fixed bug #70601 (Segfault in gc_remove_from_buffer())
|
2015-10-03 19:38:56 -07:00 |
|
Anatol Belski
|
83bef0ef83
|
fix win10 support
dwMajorVersion == 10 there, and generally this check is obsolete
as we don't support dwMajorVersion < 6 since 5.5
|
2015-10-03 10:44:43 +02:00 |
|
Nikita Popov
|
fe1933aae2
|
Fixed bug #70625
|
2015-10-03 10:12:11 +02:00 |
|
Ferenc Kovacs
|
6f895a29c9
|
Merge branch 'pr-1544' into PHP-5.6
* pr-1544:
Update NEWS file with LDAP fixes
|
2015-10-02 21:48:33 +02:00 |
|
Derick Rethans
|
c08824fd72
|
Updated to version 2015.7 (2015g)
|
2015-10-02 18:12:16 +01:00 |
|
Xinchen Hui
|
c98ea8465b
|
Fixed bug #70619 (DateTimeImmutable segfault)
|
2015-10-02 07:19:21 -07:00 |
|
Julien Pauli
|
0fd71d1184
|
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Fixed test
5.5.31 now
Conflicts:
configure.in
main/php_version.h
|
2015-09-30 13:19:18 +02:00 |
|
Julien Pauli
|
d7fb43e30d
|
Fixed test
|
2015-09-30 13:18:16 +02:00 |
|
Julien Pauli
|
3f08fc0466
|
5.5.31 now
|
2015-09-30 13:01:11 +02:00 |
|
Andrey Hristov
|
07a8e5ce37
|
Add JSON as exported type, if available. mysqlnd has it, libmysql doesn't export it (for now).
|
2015-09-30 09:03:35 +02:00 |
|
Ferenc Kovacs
|
0c10e10ee8
|
update NEWS, these missed 5.6.14RC1 as I was not asked to include them so delaying for the next release
|
2015-09-30 01:28:39 +02:00 |
|
Ferenc Kovacs
|
264f33a23f
|
add NEWS entries
|
2015-09-30 01:16:43 +02:00 |
|
Ferenc Kovacs
|
62ff2d0bfe
|
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
add NEWS entries
|
2015-09-30 01:15:54 +02:00 |
|
Ferenc Kovacs
|
932f707177
|
add NEWS entries
|
2015-09-30 01:15:24 +02:00 |
|
Stanislav Malyshev
|
2e267bd3c7
|
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Better fix for bug #70433
Conflicts:
ext/phar/dirstream.c
|
2015-09-28 21:42:08 -07:00 |
|
Stanislav Malyshev
|
1ddf72180a
|
Better fix for bug #70433
|
2015-09-28 21:41:02 -07:00 |
|
Stanislav Malyshev
|
51b23cd0f0
|
Merge branch 'PHP-5.5' into PHP-5.6
* 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
|
2015-09-28 20:44:28 -07:00 |
|
Stanislav Malyshev
|
f98ab19dc0
|
fix memory leak
|
2015-09-28 20:43:18 -07:00 |
|
Stanislav Malyshev
|
e78ac461db
|
FIx bug #70433 - Uninitialized pointer in phar_make_dirstream when zip entry filename is "/"
|
2015-09-28 17:12:35 -07:00 |
|
Stanislav Malyshev
|
f39a4ee0c9
|
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Fix bug #69720: Null pointer dereference in phar_get_fp_offset()
|
2015-09-28 16:59:46 -07:00 |
|
Stanislav Malyshev
|
d698f0ae51
|
Fix bug #69720: Null pointer dereference in phar_get_fp_offset()
|
2015-09-28 15:56:51 -07:00 |
|
Misha Nasledov
|
84452dba8e
|
Update NEWS file with LDAP fixes
|
2015-09-28 12:59:16 -07:00 |
|
Stanislav Malyshev
|
629e4da7cc
|
Fix bug #70480 (php_url_parse_ex() buffer overflow read)
|
2015-09-28 11:31:14 -07:00 |
|
Andrey Hristov
|
59de2c037c
|
Fixed bug #70572 segfault in mysqlnd_connect
|
2015-09-25 14:06:28 +02:00 |
|
Andrey Hristov
|
85be6fe96b
|
Spread the news about 70384
|
2015-09-25 13:54:10 +02:00 |
|
Anatol Belski
|
f451b023d1
|
update NEWS
|
2015-09-23 20:00:38 +02:00 |
|
Anatol Belski
|
257693614e
|
add test
|
2015-09-23 19:48:38 +02:00 |
|
Anatol Belski
|
ca89d9a797
|
expose openssl config path so it can be tested
|
2015-09-23 19:48:20 +02:00 |
|
Andrey Hristov
|
f79cd18789
|
Fix for Bug #70384 mysqli_real_query(): Unknown type 245 sent by the server
|
2015-09-23 18:25:12 +02:00 |
|