php-src/ext
2015-11-15 19:13:49 +00:00
..
bcmath switch to the unified globals accessor where appropriate 2015-07-29 13:26:35 +02:00
bz2 Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
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 Remove these old references to the DSP files we don't use anymore 2015-06-22 13:29:42 +02:00
curl Make these tests fail faster, Thanks to GFW 2015-10-29 15:01:43 +08:00
date fix coverage report for datelib 2015-10-04 05:45:05 -04:00
dba Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 13:59:27 +03:00
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 Remove these old references to the DSP files we don't use anymore 2015-06-22 13:29:42 +02:00
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 Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
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 Merge branch 'PHP-5.6' into PHP-7.0 2015-10-19 23:02:52 +02:00
json Merge branch 'PHP-5.6' into PHP-7.0 2015-11-15 19:13:49 +00:00
ldap Merge branch 'PHP-5.6' into PHP-7.0 2015-11-12 14:20:03 +08:00
libxml Removed or simplified incorrect SEPARATE_*() macros usage. 2015-09-29 11:17:43 +03:00
mbstring fix NULL deref in mbstring post handler 2015-11-05 22:24:47 +01:00
mcrypt Merge branch 'PHP-5.6' into PHP-7.0 2015-10-03 10:13:44 +02:00
mysqli Another Fix for Bug #68344 MySQLi does not provide way to disable peer certificate validation 2015-10-27 12:59:09 +01:00
mysqlnd Another Fix for Bug #68344 MySQLi does not provide way to disable peer certificate validation 2015-10-27 12:59:09 +01:00
oci8 Fix bug 68298 (PHP OCI8 OCI int overflow) (Senthil) 2015-11-07 02:24:17 +11:00
odbc Add missing variable from birdstep_commit() which got removed in e8fcd52ef 2015-09-03 18:46:07 +03:00
opcache Fix various update_opN_const issues 2015-11-07 17:45:26 +01:00
openssl Merge branch 'PHP-5.6' into PHP-7.0 2015-11-09 18:23:29 +00: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 Fix setting of empty string resource. 2015-11-05 19:47:12 +01:00
pdo_dblib Merge branch 'PHP-5.6' into PHP-7.0 2015-10-18 11:28:57 +02:00
pdo_firebird use Z* macro name 2015-11-05 22:39:10 +01:00
pdo_mysql use Z* macro name 2015-11-05 22:39:10 +01:00
pdo_oci Fixed bug #70308 (PDO::ATTR_PREFETCH is ignored) 2015-08-20 14:09:30 +10:00
pdo_odbc Use zend_string to represent pdo_column_data.name and avoid duplication. 2015-05-05 16:19:51 +03:00
pdo_pgsql add test for bug #70861 2015-11-05 19:48:08 +01:00
pdo_sqlite use Z* macro name 2015-11-05 22:39:10 +01: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 Fixed typo in reflection phpt 2015-11-07 22:58:56 -08:00
session Use distinguishable error messages. 2015-11-13 21:25:10 +09:00
shmop Split shmop/tests/002.phpt in two (all + non-root) 2015-11-10 09:10:10 +01: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 Merge branch 'PHP-5.6' into PHP-7.0 2015-10-18 14:51:13 -07:00
soap Merge branch 'PHP-5.6' into PHP-7.0 2015-11-12 20:36:39 +03:00
sockets Add support for IPV6_V6ONLY on sockets 2015-11-06 21:45:31 +01:00
spl Fixed bug #70868 (PCRE JIT and pattern reuse segfault) 2015-11-06 11:37:17 +08:00
sqlite3 fix crash in sqlite when executing with bound stream param 2015-11-05 18:08:08 +01:00
standard Fixed bug #70910 (extract() breaks variable references) 2015-11-13 19:39:59 -08:00
sysvmsg Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
sysvsem
sysvshm add test 2015-09-22 20:45:52 +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 catch more places for libxml headers search 2015-05-10 22:22:05 +02:00
xsl Fixed bug #70678 (PHP7 returns true when false is expected) 2015-10-16 17:44:17 +02: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