php-src/ext
2019-01-28 15:58:23 +01:00
..
bcmath Clean up unnecessary ternary expressions and simplify some returns 2018-12-03 01:22:14 +01:00
bz2 Clean testfile 2018-11-08 14:29:39 +01:00
calendar Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
com_dotnet Implement typed properties 2019-01-11 15:49:06 +01:00
ctype Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
curl Merge branch 'PHP-7.3' 2019-01-18 12:06:42 +01:00
date Implement typed properties 2019-01-11 15:49:06 +01:00
dba Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
dom Implement typed properties 2019-01-11 15:49:06 +01:00
enchant Implement typed properties 2019-01-11 15:49:06 +01:00
exif Implement typed properties 2019-01-11 15:49:06 +01:00
ffi Added FFI extension 2019-01-14 11:47:50 +03:00
fileinfo Merge branch 'PHP-7.3' 2018-12-28 13:27:31 +01:00
filter Remove preg_options param from pcre_get_compiled_regex() 2018-12-26 17:20:13 +01:00
ftp Implement typed properties 2019-01-11 15:49:06 +01:00
gd Remove deprecated png2wbmp() and jpeg2wbmp() 2019-01-28 14:50:52 +01:00
gettext Add putenv for setlocale for gettext tests 2018-11-07 18:54:47 +01:00
gmp Remove deprecated gmp_random() function 2019-01-28 15:58:22 +01:00
hash Fix some sign-related issues in comparisons 2019-01-09 10:01:12 +01:00
iconv Merge branch 'PHP-7.3' 2018-11-14 14:59:56 +01:00
imap Removed useless zval_ptr_dtor(return_value) 2018-12-26 12:58:11 +03:00
interbase Clean up unnecessary ternary expressions and simplify some returns 2018-12-03 01:22:14 +01:00
intl Remove deprecated INTL_IDNA_VARIANT_2003 2019-01-28 15:18:01 +01:00
json Remove lexer files generated by RE2C 2018-11-11 02:55:46 +01:00
ldap Implement typed properties 2019-01-11 15:49:06 +01:00
libxml Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
mbstring Remove mbstring.func_overload 2019-01-28 15:58:23 +01:00
mysqli Implement typed properties 2019-01-11 15:49:06 +01:00
mysqlnd Merge branch 'PHP-7.3' 2019-01-14 13:59:58 +03:00
oci8 Implement typed properties 2019-01-11 15:49:06 +01:00
odbc Implement typed properties 2019-01-11 15:49:06 +01:00
opcache Remove mbstring.func_overload 2019-01-28 15:58:23 +01:00
openssl Merge branch 'PHP-7.3' 2019-01-25 14:16:57 +00:00
pcntl Implement typed properties 2019-01-11 15:49:06 +01:00
pcre Implement typed properties 2019-01-11 15:49:06 +01:00
pdo Implement typed properties 2019-01-11 15:49:06 +01:00
pdo_dblib Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
pdo_firebird Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
pdo_mysql Merge branch 'PHP-7.3' 2019-01-09 09:51:28 +01:00
pdo_oci Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
pdo_odbc Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
pdo_pgsql ext/pdo_pgsql: drop unneeded code 2018-12-09 17:15:58 +01:00
pdo_sqlite Fix illogical strncpy size 2018-12-01 00:13:58 +01:00
pgsql Remove unnecessary uses of object_and_properties_init 2019-01-07 16:00:29 +01:00
phar Fix some sign-related issues in comparisons 2019-01-09 10:01:12 +01:00
posix Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
pspell Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
readline Merge branch 'PHP-7.2' into PHP-7.3 2019-01-11 10:55:26 +01:00
recode Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
reflection Revert removal of private __clone() methods 2019-01-14 09:19:30 +01:00
session Merge branch 'PHP-7.3' 2018-10-31 10:59:31 -07:00
shmop Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
simplexml Implement typed properties 2019-01-11 15:49:06 +01:00
skeleton skeleton: support PHP 7.2 2019-01-02 11:21:25 +01:00
snmp Implement typed properties 2019-01-11 15:49:06 +01:00
soap Implement typed properties 2019-01-11 15:49:06 +01:00
sockets Implement typed properties 2019-01-11 15:49:06 +01:00
sodium Merge branch 'PHP-7.3' 2018-12-16 16:37:15 +01:00
spl Fixed bug #77518 2019-01-25 11:12:34 +01:00
sqlite3 Remove superfluous variable 2019-01-21 15:32:34 +01:00
standard Remove track_errors and $php_errormsg 2019-01-28 15:58:23 +01:00
sysvmsg Implement typed properties 2019-01-11 15:49:06 +01:00
sysvsem fix typo in sysvsem.c 2018-10-23 14:57:03 +02:00
sysvshm Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
tidy Merge branch 'PHP-7.3' 2018-12-09 19:15:57 +01:00
tokenizer Implement ??= operator 2019-01-22 11:12:04 +01:00
wddx Merge branch 'PHP-7.2' into PHP-7.3 2019-01-07 01:04:16 -08:00
xml Implement typed properties 2019-01-11 15:49:06 +01:00
xmlreader Implement typed properties 2019-01-11 15:49:06 +01:00
xmlrpc Implement typed properties 2019-01-11 15:49:06 +01:00
xmlwriter Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
xsl Use ZEND_THIS macro to hide implementation details in extensions code. 2018-11-15 19:54:19 +03:00
zend_test Implement typed properties 2019-01-11 15:49:06 +01:00
zip Implement typed properties 2019-01-11 15:49:06 +01:00
zlib Migrate ext/zlib to use pkg-config 2018-12-26 16:59:24 +01:00
ext_skel.php