php-src/ext
Christoph M. Becker 16609880f8 Fix #77944: Wrong meta pdo_type for bigint on LLP64
When actually fetching the data, bigint (unsigned) column values are
returned as integers on LLP64 architectures, so their pdo_type has to
be PDO::PARAM_INT accordingly.
2019-04-27 18:46:27 +02:00
..
bcmath Fixed bug #77742 2019-03-14 17:24:50 +01:00
bz2 Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
calendar Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
com_dotnet Fix #77578: Crash when php unload 2019-03-18 19:21:38 +01:00
ctype Trim trailing whitespace in *.phpt 2018-10-14 19:44:14 +02:00
curl Added test for #77535 fix 2019-03-15 18:11:51 +00:00
date Fixed bug #77909: DatePeriod::__construct() with invalid recurrence count value 2019-04-17 09:39:03 +01:00
dba Trim trailing whitespace in *.phpt 2018-10-14 19:44:14 +02:00
dom Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
enchant Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
exif Merge branch 'PHP-7.1' into PHP-7.2 2019-04-02 11:05:39 +02:00
fileinfo Update libmagic.patch [ci skip] 2018-11-10 22:01:49 +01:00
filter Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
ftp Fix bug #77680: Correctly implement recursive mkdir on FTP stream 2019-03-25 17:43:46 +01:00
gd Fix #77700: Writing truecolor images as GIF ignores interlace flag 2019-03-06 00:34:40 +01:00
gettext Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
gmp Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
hash Merge branch 'PHP-7.1' into PHP-7.2 2019-04-06 19:05:37 -07:00
iconv Merge branch 'PHP-7.1' into PHP-7.2 2018-11-14 14:57:40 +01:00
imap Merge branch 'PHP-7.1' into PHP-7.2 2018-12-03 00:42:50 -08:00
interbase Fixed bug #72175 2019-03-25 16:41:21 +01:00
intl Fixed bug #77895 2019-04-15 15:26:58 +02:00
json Fixed bug #77843 2019-04-23 12:43:07 +02:00
ldap Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
libxml Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
mbstring Fix key leaks in mb_convert_encoding() 2019-04-12 10:36:58 +02:00
mysqli Fixed bug #77597 2019-02-21 13:42:47 +01:00
mysqlnd Fixed bug #77597 2019-02-21 13:42:47 +01:00
oci8 Correct skipif use for OCI8 password tests 2019-02-20 11:10:57 +11:00
odbc Merge branch 'PHP-7.1' into PHP-7.2 2018-10-30 00:22:26 +01:00
opcache Fix potential OPcache file cache related issues 2019-04-11 18:28:49 +02:00
openssl Fix uninitialized cert_captured 2019-04-15 10:53:33 +02:00
pcntl Make pid & uid available while handling realtime signals 2019-02-12 10:09:33 +01:00
pcre Fix #77827: preg_match does not ignore \r in regex flags 2019-03-31 13:31:54 +02:00
pdo Follow up #77849 PDOStatement objects in undefined state after clone 2019-04-06 01:26:47 +02:00
pdo_dblib Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
pdo_firebird Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
pdo_mysql Fix #77944: Wrong meta pdo_type for bigint on LLP64 2019-04-27 18:46:27 +02:00
pdo_oci pdo_oci: Add client identifier and module attrs 2019-02-11 16:10:47 +11:00
pdo_odbc Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
pdo_pgsql Fix tests wrt. internationalization 2019-04-12 13:07:39 +02:00
pdo_sqlite Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
pgsql Fix 29nb_async_connect.phpt 2019-04-10 13:06:02 +02:00
phar Fix tests for non English environments 2019-04-17 09:56:55 +02:00
posix Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
pspell Trim trailing whitespace in *.phpt 2018-10-14 19:44:14 +02:00
readline Fix rl_completion_matches detection 2019-01-11 10:55:07 +01:00
recode Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
reflection Fixed bug #77882 2019-04-15 10:22:40 +02:00
session Fix #77911: Wrong warning for session.sid_bits_per_character 2019-04-17 17:23:23 +02:00
shmop Trim trailing whitespace in *.phpt 2018-10-14 19:44:14 +02:00
simplexml Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
skeleton Trim trailing whitespace in *.phpt 2018-10-14 19:44:14 +02:00
snmp Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
soap Merge branch 'PHP-7.1' into PHP-7.2 2018-11-12 23:22:16 +01:00
sockets Initialize s_un (sockaddr_un) to zero before using it. Fixes #76839. 2018-12-26 18:58:27 +01:00
sodium Fix bug #77646 2019-02-21 16:33:03 +01:00
spl Partial fix for bug #77751 2019-03-18 11:06:23 +01:00
sqlite3 SQLite3: add DEFENSIVE config for SQLite >= 3.26.0 as a mitigation strategy against potential security flaws 2019-03-11 18:02:03 +01:00
standard Fix #77940: test using outdated mon_thousands_sep for Swedish 2019-04-25 23:28:41 +02:00
sysvmsg Trim trailing whitespace in *.phpt 2018-10-14 19:44:14 +02:00
sysvsem year++ 2018-01-02 12:55:14 +08:00
sysvshm Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
tidy Fix syntax error 2018-12-09 19:13:09 +01:00
tokenizer Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
wddx Merge branch 'PHP-7.1' into PHP-7.2 2019-01-07 01:03:26 -08:00
xml Merge branch 'PHP-7.1' into PHP-7.2 2018-10-16 18:49:17 +02:00
xmlreader Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
xmlrpc Merge branch 'PHP-7.1' into PHP-7.2 2019-01-06 11:57:16 -08:00
xmlwriter Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
xsl Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
zend_test Sync leading and final newlines in source code files 2018-10-14 12:54:08 +02:00
zip Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
zlib Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
ext_skel Merge branch 'PHP-7.1' into PHP-7.2 2018-10-19 00:07:42 +02:00
ext_skel_win32.php Sync leading and final newlines in source code files 2018-10-14 12:54:08 +02:00