php-src/ext
Nikita Popov a5944f8dd5 Merge def and gen sets
For live-variable analysis it does not matter if def includes
variables that are previously use in the same block, the data flow
equations still have the same result. As such there is no need to
compute separate gen & def sets.

I'm keeping the name "def", because use of "gen" in this context is
pretty confusing (gen is usually the use set, not the def set).
2016-04-21 23:32:01 +02:00
..
bcmath Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE 2016-03-03 16:50:01 +01:00
bz2 Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
calendar Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
com_dotnet Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE 2016-03-03 16:50:01 +01:00
ctype Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
curl Merge branch 'PHP-7.0' 2016-04-16 19:25:13 +02:00
date Merge branch 'PHP-7.0' 2016-04-05 11:24:45 +02:00
dba Eliminate usages of _PP macros 2016-03-03 23:20:12 +01:00
dom Removed zend_fcall_info.symbol_table 2016-03-02 17:50:55 +03:00
enchant Remove version checks 2016-01-30 15:35:28 +01:00
exif Eliminate usages of _PP macros 2016-03-03 23:20:12 +01:00
fileinfo Merge branch 'PHP-7.0' 2016-03-31 01:38:38 +02:00
filter Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE 2016-03-03 16:50:01 +01:00
ftp allow static build of ext/ftp 2016-01-08 08:07:15 +01:00
gd Merge branch 'PHP-5.6' into PHP-7.0 2016-04-18 23:34:26 -07:00
gettext Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
gmp Merge branch 'PHP-5.6' into PHP-7.0 2016-03-17 17:07:07 +08:00
hash Replace usage of php_hash_uint32 and php_hash_uint64 with uint32_t and uint64_t. 2016-02-04 11:57:41 +01:00
iconv Add negative offset support to iconv_strpos() 2016-03-09 14:41:38 +01:00
imap remove unused vars 2016-03-01 10:52:49 +01:00
interbase fix ibase connection routine 2016-03-04 12:26:25 +01:00
intl Fix intl tests for ICU < 52 2016-04-20 19:43:15 +02:00
json Merge branch 'PHP-7.0' 2016-03-22 11:28:45 +08:00
ldap fix SKIPIF sections 2016-03-09 14:28:38 +01:00
libxml Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE 2016-03-03 16:50:01 +01:00
mbstring Added missing zend_parse_parameters_none() to mb_list_encodings() 2016-04-03 02:28:39 +02:00
mcrypt Merge branch 'PHP-7.0' 2016-03-03 16:50:47 +01:00
mysqli Backport patch for bug #71820 2016-03-17 14:28:58 +01:00
mysqlnd Fix compiler warnings in mysqlnd 2016-04-03 02:27:25 +02:00
oci8 Merge branch 'PHP-7.0' 2016-04-18 11:16:35 +10:00
odbc Merge branch 'PHP-5.6' into PHP-7.0 2016-03-17 13:42:34 +01:00
opcache Merge def and gen sets 2016-04-21 23:32:01 +02:00
openssl Remove TSRMLS_* from code, they are not used anymore 2016-02-17 22:44:05 -08:00
pcntl Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
pcre if there's no JIT support, no RINIT is really needed 2016-03-22 21:42:21 +01:00
pdo Merge branch 'PHP-7.0' 2016-04-05 00:07:28 +02:00
pdo_dblib Merge branch 'PHP-7.0' 2016-04-06 14:45:35 +02:00
pdo_firebird Do not edit the value in place (might be relates to #71261) 2016-01-04 05:38:15 -08:00
pdo_mysql Merge branch 'PHP-7.0' 2016-03-03 16:50:47 +01:00
pdo_oci Remove version checks 2016-01-30 15:35:28 +01:00
pdo_odbc Merge branch 'PHP-7.0' 2016-04-01 17:41:06 +02:00
pdo_pgsql Merge branch 'PHP-7.0' 2016-04-06 18:06:40 +02:00
pdo_sqlite Removed zend_fcall_info.symbol_table 2016-03-02 17:50:55 +03:00
pgsql Merge branch 'PHP-7.0' 2016-04-16 19:25:13 +02:00
phar Merge branch 'PHP-7.0' 2016-03-29 14:20:49 +02:00
posix Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
pspell Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
readline Eliminate usages of _PP macros 2016-03-03 23:20:12 +01:00
recode Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
reflection Remove IS_VAR_RET_REF flag 2016-04-15 15:32:20 +02:00
session Merge branch 'PHP-7.0' 2016-04-15 21:09:05 -07:00
shmop Merge branch 'PHP-7.0' 2016-03-30 10:01:07 +02:00
simplexml Merge branch 'PHP-7.0' 2016-03-08 13:16:46 +01:00
skeleton Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE 2016-03-03 16:50:01 +01:00
snmp Merge branch 'PHP-7.0' 2016-03-29 11:27:39 +02:00
soap Merge branch 'PHP-7.0' 2016-04-08 17:58:31 +08:00
sockets fix #71609: Segmentation fault on ZTS with gethostbyname 2016-03-31 12:39:01 +01:00
spl Merge branch 'PHP-7.0' 2016-04-19 11:03:57 +08:00
sqlite3 Merge branch 'PHP-7.0' 2016-04-12 19:15:08 +02:00
standard Merge branch 'PHP-7.0' 2016-04-16 20:57:45 +02:00
sysvmsg Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
sysvsem Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
sysvshm Merge branch 'PHP-7.0' 2016-01-01 20:04:31 +02:00
tidy Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE 2016-03-03 16:50:01 +01:00
tokenizer Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
wddx fix wddx merge 2016-03-02 00:02:33 -08:00
xml Merge branch 'PHP-7.0' 2016-03-03 16:50:47 +01:00
xmlreader Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
xmlrpc Fix bug #71501 2016-02-04 11:44:56 +01:00
xmlwriter Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
xsl Merge branch 'PHP-7.0' 2016-03-14 15:58:40 +01:00
zip Merge branch 'PHP-7.0' 2016-02-22 18:45:30 +01:00
zlib Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE 2016-03-03 16:50:01 +01:00
ext_skel Remove trailing spaces 2015-12-16 12:45:09 +08:00
ext_skel_win32.php