php-src/ext
2018-05-28 00:48:35 +02:00
..
bcmath Refix the tests once more 2018-05-19 13:09:56 +02:00
bz2 year++ 2018-01-02 12:53:31 +08:00
calendar year++ 2018-01-02 12:53:31 +08:00
com_dotnet Sync fix for bug #72498 for 32-bit 2018-04-03 17:24:13 +02:00
ctype year++ 2018-01-02 12:53:31 +08:00
curl Fix curl tests wrt. AppVeyor and curl updates 2018-05-18 17:39:12 +02:00
date Updated to version 2018.5 (2018e) 2018-05-08 09:24:25 +01:00
dba year++ 2018-01-02 12:53:31 +08:00
dom Remove duplicated assignment 2018-02-17 13:10:59 +01:00
enchant Fix potential memory leak in the enchant extension 2018-04-29 19:23:07 +01:00
exif Merge branch 'PHP-7.0' into PHP-7.1 2018-04-23 22:00:24 -07:00
fileinfo year++ 2018-01-02 12:53:31 +08:00
filter year++ 2018-01-02 12:53:31 +08:00
ftp Fix some arginfos 2018-02-23 11:27:14 +01:00
gd Fix #52070: imagedashedline() - dashed line sometimes is not visible 2018-03-30 19:22:23 +02:00
gettext year++ 2018-01-02 12:53:31 +08:00
gmp Fix incorrect printf modifiers 2018-02-19 21:44:36 +01:00
hash year++ 2018-01-02 12:53:31 +08:00
iconv Merge branch 'PHP-7.0' into PHP-7.1 2018-04-24 10:48:49 +02:00
imap reset imap_errorstack after outputting it 2018-04-14 13:04:40 +02:00
interbase year++ 2018-01-02 12:53:31 +08:00
intl Fix tests, ref bug #74385 2018-05-03 17:15:47 +02:00
json year++ 2018-01-02 12:53:31 +08:00
ldap Merge branch 'PHP-7.0' into PHP-7.1 2018-04-23 22:00:24 -07:00
libxml Fixes bug #75871 Use pkg-config for libxml2 if available 2018-02-08 10:50:22 +01:00
mbstring Fix #76113: mbstring does not build with Oniguruma 6.8.1 2018-03-20 16:42:28 +01:00
mcrypt year++ 2018-01-02 12:53:31 +08:00
mysqli year++ 2018-01-02 12:53:31 +08:00
mysqlnd Fix a memleak with mysqlnd and SSL 2018-02-20 23:28:23 +01:00
oci8 Happy new year (Update copyright to 2018) 2018-01-02 23:42:29 +02:00
odbc Fixed bug #73725 Unable to retrieve value of varchar(max) type 2018-01-22 17:02:54 +01:00
opcache Fix Opcache test fails regarding to AppVeyor image update 2018-05-18 18:36:39 +02:00
openssl Fix bug #76174 (openssl extension fails to build with LibreSSL 2.7) 2018-05-22 13:30:58 +01:00
pcntl Fix pcntl build on mac 2018-02-28 02:13:28 +01:00
pcre year++ 2018-01-02 12:53:31 +08:00
pdo Allow pecl like usage in ext/pdo, refs #2955 2018-05-21 12:18:46 +02:00
pdo_dblib year++ 2018-01-02 12:53:31 +08:00
pdo_firebird year++ 2018-01-02 12:53:31 +08:00
pdo_mysql year++ 2018-01-02 12:53:31 +08:00
pdo_oci year++ 2018-01-02 12:53:31 +08:00
pdo_odbc year++ 2018-01-02 12:53:31 +08:00
pdo_pgsql Fix heap use after free 2018-03-12 20:57:21 +01:00
pdo_sqlite year++ 2018-01-02 12:53:31 +08:00
pgsql Fixed #75838 (Memory leak in pg_escape_bytea()) 2018-01-18 10:53:23 +08:00
phar Merge branch 'PHP-7.0' into PHP-7.1 2018-04-23 22:00:24 -07:00
posix year++ 2018-01-02 12:53:31 +08:00
pspell year++ 2018-01-02 12:53:31 +08:00
readline year++ 2018-01-02 12:53:31 +08:00
recode year++ 2018-01-02 12:53:31 +08:00
reflection year++ 2018-01-02 12:53:31 +08:00
session Update _bits_per_char to use with new PHP 7.1. or greater 2018-05-07 14:41:49 +02:00
shmop year++ 2018-01-02 12:53:31 +08:00
simplexml Fixes bug #75871 Use pkg-config for libxml2 if available 2018-02-08 10:50:22 +01:00
skeleton Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE 2016-03-03 16:50:01 +01:00
snmp year++ 2018-01-02 12:53:31 +08:00
soap Reduce var scope 2018-03-14 22:59:54 +01:00
sockets The SO_PASSCRED constant is conditionally defined 2018-04-29 17:34:03 +01:00
spl Fixed bug #76367 (NoRewindIterator segfault 11) 2018-05-23 14:45:38 +08:00
sqlite3 year++ 2018-01-02 12:53:31 +08:00
standard Fixed bug #76383 (array_map on $GLOBALS returns IS_INDIRECT) 2018-05-28 00:48:35 +02:00
sysvmsg year++ 2018-01-02 12:53:31 +08:00
sysvsem year++ 2018-01-02 12:53:31 +08:00
sysvshm year++ 2018-01-02 12:53:31 +08:00
tidy Fix test for libtidy 5.6.0 2018-01-11 14:29:49 +01:00
tokenizer year++ 2018-01-02 12:53:31 +08:00
wddx Fixes bug #75871 Use pkg-config for libxml2 if available 2018-02-08 10:50:22 +01:00
xml Fixes bug #75871 Use pkg-config for libxml2 if available 2018-02-08 10:50:22 +01:00
xmlreader Fixes bug #75871 Use pkg-config for libxml2 if available 2018-02-08 10:50:22 +01:00
xmlrpc Fixes bug #75871 Use pkg-config for libxml2 if available 2018-02-08 10:50:22 +01:00
xmlwriter Fixes bug #75871 Use pkg-config for libxml2 if available 2018-02-08 10:50:22 +01:00
xsl year++ 2018-01-02 12:53:31 +08:00
zip year++ 2018-01-02 12:53:31 +08:00
zlib year++ 2018-01-02 12:53:31 +08:00
ext_skel Remove trailing spaces 2015-12-16 12:45:09 +08:00
ext_skel_win32.php