php-src/ext
Bob Weinand 00e516e575 Fix memory leaks with FE_RESET upon empty iterator
Solved by manually freeing and jumping to the opcode *after* FE_FREE
2016-11-30 17:44:34 +01:00
..
bcmath Merge branch 'PHP-7.0' into PHP-7.1 2016-10-14 10:54:47 +02:00
bz2 More int->size_t and string overflow fixes 2016-11-05 14:00:47 -07:00
calendar Merge branch 'PHP-7.0' into PHP-7.1 2016-11-17 11:45:14 +03:00
com_dotnet further normalizations, uint vs uint32_t 2016-11-26 17:29:01 +01:00
ctype
curl Remove more PHP 6 leftovers from tests 2016-11-24 22:39:39 +01:00
date Remove more PHP 6 leftovers from tests 2016-11-24 22:39:39 +01:00
dba since libdb isn't bundled, it needs a config option as well 2016-10-08 20:44:35 +02:00
dom Remove more PHP 6 leftovers from tests 2016-11-24 22:39:39 +01:00
enchant
exif Fix tests: don't count non-countables 2016-11-13 18:16:17 +01:00
fileinfo Merge branch 'PHP-7.1' 2016-11-24 19:28:56 +01:00
filter Remove more PHP 6 leftovers from tests 2016-11-24 22:39:39 +01:00
ftp Fix ext/ftp 2016-11-22 19:06:59 +01:00
gd Merge branch 'PHP-7.1' 2016-11-27 14:54:19 -08:00
gettext Remove zpp fallback code (always use Fast ZPP) 2016-09-11 22:44:46 +01:00
gmp Merge branch 'PHP-7.1' 2016-09-06 14:15:05 +02:00
hash Remove the b prefix from literals on unrelated tests 2016-11-20 21:11:53 +01:00
iconv further normalizations, uint vs uint32_t 2016-11-26 17:29:01 +01:00
imap Remove more PHP 6 leftovers from tests 2016-11-24 22:39:39 +01:00
interbase Fix CRLF line-endings in tests 2016-11-20 22:31:24 +01:00
intl Merge branch 'PHP-7.1' 2016-11-27 15:38:39 -08:00
json Merge branch 'PHP-7.1' 2016-11-22 00:33:29 +01:00
ldap further normalizations, uint vs uint32_t 2016-11-26 17:29:01 +01:00
libxml
mbstring Removed IS_TYPE_IMMUTABLE (it's the same as COPYABLE & !REFCOUED) 2016-11-28 22:59:57 +03:00
mcrypt Merge branch 'PHP-7.1' 2016-11-22 00:33:29 +01:00
mysqli further normalizations, uint vs uint32_t 2016-11-26 17:29:01 +01:00
mysqlnd further normalizations, uint vs uint32_t 2016-11-26 17:29:01 +01:00
oci8 Fix CRLF line-endings in tests 2016-11-20 22:31:24 +01:00
odbc Remove more PHP 6 leftovers from tests 2016-11-24 22:39:39 +01:00
opcache Fix memory leaks with FE_RESET upon empty iterator 2016-11-30 17:44:34 +01:00
openssl Merge branch 'PHP-7.1' 2016-11-27 19:00:57 +00:00
pcntl Remove the binary cast from unrelated tests 2016-11-20 21:11:53 +01:00
pcre Merge branch 'PHP-7.1' 2016-11-26 16:11:08 +01:00
pdo Remove more PHP 6 leftovers from tests 2016-11-24 22:39:39 +01:00
pdo_dblib Revert "Remove PDOStatement::activeQueryString()" 2016-11-17 11:25:31 -05:00
pdo_firebird Fixed bug #73512 Fails to find firebird headers 2016-11-16 10:47:02 +01:00
pdo_mysql Remove more PHP 6 leftovers from tests 2016-11-24 22:39:39 +01:00
pdo_oci
pdo_odbc
pdo_pgsql Merge branch 'PHP-5.6' into PHP-7.0 2016-08-14 22:39:01 +02:00
pdo_sqlite Remove more PHP 6 leftovers from tests 2016-11-24 22:39:39 +01:00
pgsql further normalizations, uint vs uint32_t 2016-11-26 17:29:01 +01:00
phar further normalizations, uint vs uint32_t 2016-11-26 17:29:01 +01:00
posix Fix #72948: Uncatchable "Catchable" fatal error for class to string conversions 2016-09-03 13:05:37 +02:00
pspell
readline extend skipif 2016-11-18 12:00:02 +01:00
recode Add more checks for int overflow 2016-09-12 21:04:23 -07:00
reflection Remove more PHP 6 leftovers from tests 2016-11-24 22:39:39 +01:00
session Add XFAIL for failing test 2016-11-27 10:49:17 +09:00
shmop Document that ext/shmop deals with resources as of PHP 7.0.0 2016-10-07 16:35:37 +02:00
simplexml Remove the binary cast from unrelated tests 2016-11-20 21:11:53 +01:00
skeleton awk: syntax error 2016-11-26 15:32:08 -08:00
snmp Remove more PHP 6 leftovers from tests 2016-11-24 22:39:39 +01:00
soap further normalizations, uint vs uint32_t 2016-11-26 17:29:01 +01:00
sockets fix test portability 2016-11-26 20:27:09 +01:00
spl further normalizations, uint vs uint32_t 2016-11-26 17:29:01 +01:00
sqlite3 Remove more PHP 6 leftovers from tests 2016-11-24 22:39:39 +01:00
standard add skipif 2016-11-30 11:10:36 +01:00
sysvmsg
sysvsem
sysvshm fix format 2016-08-18 16:29:46 +02:00
tidy further normalizations, uint vs uint32_t 2016-11-26 17:29:01 +01:00
tokenizer
wddx Removed IS_TYPE_IMMUTABLE (it's the same as COPYABLE & !REFCOUED) 2016-11-28 22:59:57 +03:00
xml Merge branch 'PHP-7.1' 2016-11-22 00:33:29 +01:00
xmlreader Merge branch 'PHP-7.0' into PHP-7.1 2016-09-11 00:14:49 +02:00
xmlrpc further normalizations, uint vs uint32_t 2016-11-26 17:29:01 +01:00
xmlwriter
xsl Remove more PHP 6 leftovers from tests 2016-11-24 22:39:39 +01:00
zip further normalizations, uint vs uint32_t 2016-11-26 17:29:01 +01:00
zlib Remove the b prefix from literals on unrelated tests 2016-11-20 21:11:53 +01:00
ext_skel
ext_skel_win32.php