php-src/ext
2015-10-14 10:27:37 +08:00
..
bcmath switch to the unified globals accessor where appropriate 2015-07-29 13:26:35 +02:00
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 Add CURLPIPE_* constants to properly expose HTTP/2 multiplexing 2015-09-02 17:16:43 +12:00
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 Merge branch 'pull-request/1471' 2015-08-19 22:27:39 +02:00
exif Merge branch 'PHP-5.6' 2015-09-02 00:37:20 -07:00
fileinfo remove TSRMLS_* 2015-08-02 13:42:01 +02:00
filter Partially fix bug #67167 - Wrong return value... 2015-09-02 18:23:26 -06:00
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 fix tests 2015-08-21 15:13:39 +02:00
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 Add missing variable from birdstep_commit() which got removed in e8fcd52ef 2015-09-03 18:46:07 +03:00
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 Fixed bug #70308 (PDO::ATTR_PREFETCH is ignored) 2015-08-20 14:09:30 +10:00
pdo_odbc
pdo_pgsql Removed or simplified incorrect SEPARATE_*() macros usage. 2015-09-29 11:17:43 +03:00
pdo_sqlite Fixed bug #70221 (persistent sqlite connection + custom function segfaults) 2015-08-10 19:00:35 +08:00
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 Fix posix_setrlimit segfault 2015-07-09 20:40:07 +02:00
pspell
readline Various warning fixes 2015-07-17 20:18:25 +02:00
recode Added two tests to check the main functionallity of recode extension 2015-09-02 00:11:45 +02:00
reflection Merge branch 'move-reflection-tests' of https://github.com/Sobak/php-src 2015-10-14 10:27:37 +08: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 fix test 2015-08-26 16:39:48 +02:00
skeleton switch to the unified globals accessor where appropriate 2015-07-29 13:26:35 +02:00
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 adds missing tokens to list of semi-reserved words and regenerates test suite 2015-09-04 15:02:50 +02:00
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 make this test Windows only 2015-08-21 19:47:17 +02:00
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 added test for gzgetss() 2015-08-23 17:55:23 +02:00
ext_skel
ext_skel_win32.php