php-src/ext
2015-10-14 12:10:07 +02:00
..
bcmath
bz2
calendar
com_dotnet Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more appropriate Z_ARRVAL_P() or Z_OBJPROP_P(). 2015-09-24 22:39:59 +03:00
ctype
curl
date fix coverage report for datelib 2015-10-04 05:39:01 -04:00
dba
dom add ovfl check, fix warnings 2015-09-24 16:33:56 +02:00
enchant
exif
fileinfo
filter
ftp
gd Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more appropriate Z_ARRVAL_P() or Z_OBJPROP_P(). 2015-09-24 22:39:59 +03:00
gettext
gmp Split test into different versions for 32-bit and 64-bit systems 2015-10-07 01:51:37 +03:00
hash Removed or simplified incorrect SEPARATE_*() macros usage. 2015-09-29 11:17:43 +03:00
iconv
imap Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more appropriate Z_ARRVAL_P() or Z_OBJPROP_P(). 2015-09-24 22:39:59 +03:00
interbase Fix/improve zpp usage 2015-10-02 09:35:00 +02:00
intl fork test for ICU 56.1 2015-10-12 11:20:51 +02:00
json Simplify JSON constants registration 2015-09-04 20:00:29 +01:00
ldap Removed or simplified incorrect SEPARATE_*() macros usage. 2015-09-29 11:17:43 +03:00
libxml Removed or simplified incorrect SEPARATE_*() macros usage. 2015-09-29 11:17:43 +03:00
mbstring Fix/improve zpp usage 2015-10-02 09:35:00 +02:00
mcrypt Merge branch 'PHP-5.6' into PHP-7.0 2015-10-03 10:13:44 +02:00
mysqli Fixed test. 2015-10-07 14:09:37 +03:00
mysqlnd Merge branch 'PHP-5.6' into PHP-7.0 2015-09-25 14:29:06 +02:00
oci8 Fix mem leak and improve test portability (Senthil) 2015-10-07 20:24:49 +11:00
odbc
opcache Implemented file_cache_fallback mechanism 2015-10-09 23:47:59 +02:00
openssl Update openssl_x509_checkpurpose.phpt 2015-09-29 10:41:24 +02:00
pcntl Removed or simplified incorrect SEPARATE_*() macros usage. 2015-09-29 11:17:43 +03:00
pcre add comment to test 2015-10-07 09:43:28 +02:00
pdo Cleanup: removed deprecated commented code. Incorrect zval_dtor() usage replaced by zval_dtor_ptr(). 2015-09-23 01:32:30 +03:00
pdo_dblib
pdo_firebird
pdo_mysql Fixed test running on MarinaDB. 2015-10-07 12:21:43 +03:00
pdo_oci
pdo_odbc
pdo_pgsql Removed or simplified incorrect SEPARATE_*() macros usage. 2015-09-29 11:17:43 +03:00
pdo_sqlite
pgsql Avoid reallocations 2015-09-14 23:04:27 +03:00
phar Merge branch 'PHP-5.6' into PHP-7.0 2015-09-30 13:19:37 +02:00
posix
pspell
readline
recode
reflection Do not create a fake Closure for real Closures 2015-10-14 12:07:33 +02:00
session fix test 2015-09-29 13:04:06 +02:00
shmop replace typedef by an appropriate include 2015-10-10 17:31:40 +02:00
simplexml
skeleton
snmp Fixed test (system error messages may be different). 2015-10-07 03:25:12 +03:00
soap Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more appropriate Z_ARRVAL_P() or Z_OBJPROP_P(). 2015-09-24 22:39:59 +03:00
sockets Fixed test (it failed on 32-bit Linux and worked on 64-bit Linux just because of luck). 2015-10-07 03:08:11 +03:00
spl Drop HAVE_PACKED_OBJECT_VALUE 2015-10-06 23:12:34 +02:00
sqlite3 Fixed Conditional jump or move depends on uninitialised value 2015-10-14 10:19:57 +08:00
standard rename header 2015-10-10 17:31:33 +02:00
sysvmsg
sysvsem
sysvshm replace typedef by an appropriate include 2015-10-10 17:31:40 +02:00
tidy Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more appropriate Z_ARRVAL_P() or Z_OBJPROP_P(). 2015-09-24 22:39:59 +03:00
tokenizer
wddx Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more appropriate Z_ARRVAL_P() or Z_OBJPROP_P(). 2015-09-24 22:39:59 +03:00
xml Merge branch 'PHP-5.6' 2015-09-09 04:33:28 +02:00
xmlreader
xmlrpc Fixed bug #70526 (xmlrpc_set_type returns false on success) 2015-09-19 06:10:48 -07:00
xmlwriter
xsl - Fixed bug #70678 (PHP7 returns true when false is expected) 2015-10-11 12:08:34 -03:00
zip Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more appropriate Z_ARRVAL_P() or Z_OBJPROP_P(). 2015-09-24 22:39:59 +03:00
zlib
ext_skel
ext_skel_win32.php