php-src/ext
2020-04-22 10:14:30 +02:00
..
bcmath Generate function entries from stubs for a couple of extensions 2020-04-04 20:41:48 +02:00
bz2 Fix #71263: fread() does not report bzip2.decompress errors 2020-04-20 14:21:50 +02:00
calendar Store default parameter values of internal functions in arg info 2020-04-08 18:37:51 +02:00
com_dotnet Merge branch 'PHP-7.4' 2020-04-16 11:57:54 +02:00
ctype Generate function entries from stubs for a couple of extensions 2020-04-04 20:41:48 +02:00
curl Generate method entries from stubs for curl, ffi, pdo, phar 2020-04-14 11:49:02 +02:00
date Generate method entries from stubs for a couple of extensions 2020-04-11 13:28:53 +02:00
dba Improve a last couple of argument error messages 2020-04-20 13:09:00 +02:00
dom Improve a last couple of argument error messages 2020-04-20 13:09:00 +02:00
enchant Generate function entries from stubs for a couple of extensions 2020-04-04 20:41:48 +02:00
exif Merge branch 'PHP-7.4' 2020-04-16 12:18:50 +02:00
ffi Improve a last couple of argument error messages 2020-04-20 13:09:00 +02:00
fileinfo Fix nullable types in PHPDoc 2020-04-12 00:25:33 +02:00
filter Fix filter_(var|input)_array default 2020-04-14 17:41:01 +02:00
ftp Store default parameter values of internal functions in arg info 2020-04-08 18:37:51 +02:00
gd workaround typo in system libgd 2.3.0 2020-04-15 09:07:21 +02:00
gettext Generate functions entries from stubs for another set of extensions 2020-04-05 00:59:44 +02:00
gmp Fix function signature mismatches in GMP 2020-04-15 11:01:12 +02:00
hash Ensure hash_update_stream() always returns the same hash when $length = 0 2020-04-21 08:55:15 +02:00
iconv Improve some TypeError and ValueError messages 2020-04-14 14:38:45 +02:00
imap Store default parameter values of internal functions in arg info 2020-04-08 18:37:51 +02:00
intl Fix Bug #79431 Various compiler warnings on Big endian architecture with GCC 5.4.0 2020-04-15 23:30:06 +02:00
json Generate method entries from stubs for a couple of extensions 2020-04-11 13:28:53 +02:00
ldap Fix nullable types in PHPDoc 2020-04-12 00:25:33 +02:00
libxml Fix function libxml free error signature 2020-04-15 09:58:19 +02:00
mbstring Improve a last couple of argument error messages 2020-04-20 13:09:00 +02:00
mysqli Generate function entries from stubs for mysqli 2020-04-19 21:56:47 +02:00
mysqlnd Fix [-Wjump-misses-init] warning in MySQL new driver extension 2020-04-18 14:52:49 +02:00
oci8 Improve undefined variable error messages 2020-03-31 13:02:32 +02:00
odbc Store default parameter values of internal functions in arg info 2020-04-08 18:37:51 +02:00
opcache Reuse registers allocated for parent trace in side traces 2020-04-21 17:34:31 +03:00
openssl Merge branch 'PHP-7.4' 2020-04-20 10:26:45 +02:00
pcntl Generate function entries from stubs 2020-04-20 10:38:41 +02:00
pcre Add zend_string_concat2 API 2020-04-14 17:18:05 +02:00
pdo Remove PDO::dbh_constructor() 2020-04-14 11:49:02 +02:00
pdo_dblib Reindent phpt files 2020-02-03 22:52:20 +01:00
pdo_firebird Reindent phpt files 2020-02-03 22:52:20 +01:00
pdo_mysql Merge branch 'PHP-7.4' 2020-04-16 11:23:11 +02:00
pdo_oci PDO_OCI: Add test of the phpinfo output 2020-03-04 10:10:05 +01:00
pdo_odbc Merge branch 'PHP-7.4' 2020-02-17 22:55:16 +01:00
pdo_pgsql Reindent phpt files 2020-02-03 22:52:20 +01:00
pdo_sqlite Improve undefined variable error messages 2020-03-31 13:02:32 +02:00
pgsql Reindent phpt files 2020-02-03 22:52:20 +01:00
phar Generate method entries from stubs for curl, ffi, pdo, phar 2020-04-14 11:49:02 +02:00
posix Store default parameter values of internal functions in arg info 2020-04-08 18:37:51 +02:00
pspell Store default parameter values of internal functions in arg info 2020-04-08 18:37:51 +02:00
readline Store default parameter values of internal functions in arg info 2020-04-08 18:37:51 +02:00
reflection Remove ZEND_ACC_DTOR flag 2020-04-17 15:32:47 +02:00
session Generate method entries for ext/session and ext/reflection 2020-04-13 13:04:06 +02:00
shmop Generate function entries for another batch of extensions 2020-04-05 21:15:30 +02:00
simplexml Generate function entries from stubs 2020-04-20 10:38:41 +02:00
skeleton Store default parameter values of internal functions in arg info 2020-04-08 18:37:51 +02:00
snmp Generate function entries from stubs 2020-04-20 10:38:41 +02:00
soap Generate function entries from stubs 2020-04-20 10:38:41 +02:00
sockets Fix error message in ext/socket 2020-04-22 00:50:32 +02:00
sodium Add -Wno-type-limits compiler flag to Sodium extension 2020-04-14 22:22:33 +02:00
spl Merge branch 'PHP-7.4' 2020-04-20 11:56:35 +02:00
sqlite3 Fix order of ZPP in ext/sqlite3 2020-04-20 10:39:09 +02:00
standard printf: Report error if missing padding character 2020-04-22 10:14:30 +02:00
sysvmsg Store default parameter values of internal functions in arg info 2020-04-08 18:37:51 +02:00
sysvsem Store default parameter values of internal functions in arg info 2020-04-08 18:37:51 +02:00
sysvshm Store default parameter values of internal functions in arg info 2020-04-08 18:37:51 +02:00
tidy [skip ci] Fix comment in Tidy autoconf file 2020-04-19 15:53:06 +02:00
tokenizer Improve some TypeError and ValueError messages 2020-04-14 14:38:45 +02:00
xml Fix test after callback name change 2020-04-14 17:50:54 +02:00
xmlreader Generate function entries from stubs for a couple of extensions 2020-04-14 11:49:02 +02:00
xmlrpc Store default parameter values of internal functions in arg info 2020-04-08 18:37:51 +02:00
xmlwriter Generate function entries from stubs for a couple of extensions 2020-04-14 11:49:02 +02:00
xsl Generate method entries for ext/xsl 2020-04-12 10:18:21 +02:00
zend_test Generate method entries from stubs for a couple of extensions 2020-04-11 13:28:53 +02:00
zip Store default parameter values of internal functions in arg info 2020-04-08 18:37:51 +02:00
zlib Fix #71417: fread() does not report zlib.inflate errors 2020-04-20 16:49:08 +02:00
ext_skel.php Repair ext_skel.php to create the basic framework for a PHP extension 2020-03-23 09:25:06 +01:00