php-src/ext
2018-05-22 13:41:22 +01:00
..
bcmath Merge branch 'PHP-7.1' into PHP-7.2 2018-05-19 13:11:39 +02:00
bz2 Avoid useless checks, using zend_string_efree(), in cases where the string is known to be a temporary allocated zend_string. 2018-05-08 17:30:15 +03:00
calendar Avoid double copying 2018-03-06 21:59:02 +03:00
com_dotnet Merge branch 'PHP-7.2' 2018-04-03 17:25:52 +02:00
ctype Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
curl Merge branch 'PHP-7.2' 2018-05-18 17:44:48 +02:00
date Avoid useless checks, using zend_string_efree(), in cases where the string is known to be a temporary allocated zend_string. 2018-05-08 17:30:15 +03:00
dba Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
dom Keep initialized object_handlers structures in read-only memory. 2018-03-14 14:01:45 +03:00
enchant Merge branch 'PHP-7.2' 2018-04-29 20:05:20 +01:00
exif Merge branch 'PHP-7.2' 2018-04-23 22:04:22 -07:00
fileinfo Update libmagic.patch 2018-04-30 14:29:55 +02:00
filter Implement #51368: php_filter_float does not allow custom thousand separators 2018-03-24 15:04:32 +01:00
ftp Merge branch 'PHP-7.2' 2018-03-23 18:57:58 +01:00
gd Dump obsolete EBCDIC support 2018-05-14 23:26:43 +02:00
gettext Avoding memory allocation if no translastion found 2018-02-26 14:52:45 +08:00
gmp Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
hash Remove unused argument 2018-03-14 16:33:57 +01:00
iconv Avoid useless checks, using zend_string_efree(), in cases where the string is known to be a temporary allocated zend_string. 2018-05-08 17:30:15 +03:00
imap Merge branch 'PHP-7.2' 2018-04-14 13:06:13 +02:00
interbase remove support for string|unicode in tests 2018-02-22 08:11:30 +01:00
intl Avoid useless checks, using zend_string_efree(), in cases where the string is known to be a temporary allocated zend_string. 2018-05-08 17:30:15 +03:00
json Bit test optimization 2018-05-08 11:58:17 +03:00
ldap Merge branch 'PHP-7.2' 2018-04-23 22:04:22 -07:00
libxml Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
mbstring Rework datatypes wrt warnings 2018-03-20 22:09:48 +01:00
mysqli zend_fcall_info_cache.calling_scope is not used by zend_call_function() and doesn't have to be initialized. 2018-05-03 19:27:04 +03:00
mysqlnd Bit test optimization 2018-05-08 11:58:17 +03:00
oci8 Remove duplicated tests 2018-02-22 13:03:21 +01:00
odbc Avoid useless checks, using zend_string_efree(), in cases where the string is known to be a temporary allocated zend_string. 2018-05-08 17:30:15 +03:00
opcache Merge branch 'PHP-7.2' 2018-05-18 18:39:07 +02:00
openssl Merge branch 'PHP-7.2' 2018-05-22 13:41:22 +01:00
pcntl Merge remote-tracking branch 'origin/PHP-7.2' 2018-02-28 02:36:18 +01:00
pcre Switch to more robust config for external pcre2 2018-04-26 14:20:36 +02:00
pdo Merge branch 'PHP-7.2' 2018-05-21 12:20:27 +02:00
pdo_dblib year++ 2018-01-02 12:57:58 +08:00
pdo_firebird Remove trailing whitespace in inc files 2018-02-10 19:20:23 +01:00
pdo_mysql Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
pdo_oci Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
pdo_odbc Trailing whitespaces 2018-01-03 14:38:00 +01:00
pdo_pgsql Fix default credentials when none was passed 2018-05-07 12:14:38 +02:00
pdo_sqlite remove support for string|unicode in tests 2018-02-22 08:11:30 +01:00
pgsql Avoid useless checks, using zend_string_efree(), in cases where the string is known to be a temporary allocated zend_string. 2018-05-08 17:30:15 +03:00
phar Merge branch 'PHP-7.2' 2018-04-23 22:04:22 -07:00
posix Use int instead of long in protos 2018-02-23 11:06:20 +01:00
pspell Use int instead of long in protos 2018-02-23 11:06:20 +01:00
readline Add support for rl_completion_suppress_append and rl_completion_append_character 2018-03-25 18:21:35 +02:00
recode year++ 2018-01-02 12:57:58 +08:00
reflection Avoid useless checks, using zend_string_efree(), in cases where the string is known to be a temporary allocated zend_string. 2018-05-08 17:30:15 +03:00
session Merge branch 'PHP-7.2' 2018-05-07 14:43:08 +02:00
shmop [ci skip] Remove space between function name and open parentheses 2018-02-24 11:50:39 +01:00
simplexml Keep initialized object_handlers structures in read-only memory. 2018-03-14 14:01:45 +03:00
skeleton improve extension skeleton generator 2018-02-22 08:04:33 +01:00
snmp Merge branch 'PHP-7.2' 2018-03-23 18:57:58 +01:00
soap Merge branch 'PHP-7.2' 2018-03-14 23:11:02 +01:00
sockets Implemented winsock info import/export 2018-05-17 11:36:23 +02:00
sodium Avoid useless checks, using zend_string_efree(), in cases where the string is known to be a temporary allocated zend_string. 2018-05-08 17:30:15 +03:00
spl zend_fcall_info_cache.calling_scope is not used by zend_call_function() and doesn't have to be initialized. 2018-05-03 19:27:04 +03:00
sqlite3 Update bundled libsqlite to 3.23.1 2018-04-10 23:20:21 +02:00
standard Merge branch 'PHP-7.2' 2018-05-14 10:45:22 +02:00
sysvmsg Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
sysvsem year++ 2018-01-02 12:57:58 +08:00
sysvshm Use bool instead of boolean while throwing a type error 2018-02-04 23:09:40 +01:00
tidy Remove return types from some magic method in protos 2018-03-09 12:04:46 +01:00
tokenizer Implement flexible heredoc/nowdoc syntax 2018-04-13 21:35:37 +02:00
wddx Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
xml Merge branch 'PHP-7.2' 2018-03-23 22:04:18 +01:00
xmlreader Keep initialized object_handlers structures in read-only memory. 2018-03-14 14:01:45 +03:00
xmlrpc Remove, or fix, unused variables 2018-03-27 22:04:26 +02:00
xmlwriter Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
xsl Keep initialized object_handlers structures in read-only memory. 2018-03-14 14:01:45 +03:00
zend_test Merge branch 'PHP-7.2' 2018-05-20 13:33:46 +02:00
zip Avoid useless checks, using zend_string_efree(), in cases where the string is known to be a temporary allocated zend_string. 2018-05-08 17:30:15 +03:00
zlib Avoid useless checks, using zend_string_efree(), in cases where the string is known to be a temporary allocated zend_string. 2018-05-08 17:30:15 +03:00
ext_skel.php improve extension skeleton generator 2018-02-22 08:04:33 +01:00