php-src/ext
2019-05-28 15:46:03 +02:00
..
bcmath Warn about non well-formed arguments in bcmath 2019-05-14 15:04:21 +02:00
bz2 Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
calendar Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
com_dotnet Fix saproxy_property_write signature 2019-04-15 14:33:47 +02:00
ctype Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
curl Merge branch 'PHP-7.3' into PHP-7.4 2019-05-22 12:02:43 +02:00
date Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
dba Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
dom Merge branch 'PHP-7.3' into PHP-7.4 2019-05-17 13:32:53 +02:00
enchant enchant: fix shared build 2019-05-21 16:14:52 +02:00
exif Merge branch 'PHP-7.3' into PHP-7.4 2019-05-27 17:28:29 -07:00
ffi Define minimum required libffi version 2019-05-25 08:12:15 +02:00
fileinfo Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
filter Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
ftp Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
gd Merge branch 'PHP-7.3' into PHP-7.4 2019-05-27 17:21:28 -07:00
gettext Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
gmp Avoid uninitialized variable warnings in gmp 2019-04-12 15:12:39 +02:00
hash Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
iconv Merge branch 'PHP-7.3' into PHP-7.4 2019-05-27 16:49:31 -07:00
imap [ci skip] Migrate tests READMEs to Markdown 2019-05-12 22:03:10 +02:00
intl Convert CRLF to LF 2019-05-13 03:51:00 +02:00
json Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
ldap [ci skip] Migrate tests READMEs to Markdown 2019-05-12 22:03:10 +02:00
libxml Add RETURN_EMPTY_ARRAY() / RETVAL_EMPTY_ARRAY() 2019-05-14 14:59:10 +02:00
mbstring Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
mysqli Merge branch 'PHP-7.3' into PHP-7.4 2019-05-22 12:45:25 +02:00
mysqlnd Merge branch 'PHP-7.3' into PHP-7.4 2019-05-23 13:41:17 +02:00
oci8 [ci skip] Migrate oci8 README to Markdown 2019-05-12 22:09:09 +02:00
odbc Use PKG_CHECK_MODULES to detect unixODBC 2019-05-22 09:04:05 +02:00
opcache SCCP: Don't perform partial object propagation for typed props 2019-05-28 15:46:03 +02:00
openssl Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
pcntl Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
pcre Enable pcre valgrind support only in DEBUG build (it affects performance) 2019-05-27 16:20:20 +03:00
pdo Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
pdo_dblib Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
pdo_firebird Re-add common PDO tests to Firebird test suite 2019-05-04 14:24:15 +02:00
pdo_mysql [ci skip] Migrate tests READMEs to Markdown 2019-05-12 22:03:10 +02:00
pdo_oci Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
pdo_odbc Prevent further potential test conflicts 2019-05-14 13:19:58 +02:00
pdo_pgsql Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
pdo_sqlite Use pkg-config for sqlite3 and pdo_sqlite 2019-05-14 03:14:33 +02:00
pgsql Remove example file for pgsql extension 2019-05-13 22:14:58 +02:00
phar Prevent test conflicts 2019-05-14 10:11:29 +02:00
posix Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
pspell Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
readline Merge branch 'PHP-7.3' into PHP-7.4 2019-05-21 09:03:20 +02:00
recode Use *.data for tests data files 2019-05-17 19:04:43 +02:00
reflection Add RETURN_EMPTY_ARRAY() / RETVAL_EMPTY_ARRAY() 2019-05-14 14:59:10 +02:00
session Merge branch 'PHP-7.3' into PHP-7.4 2019-05-21 09:03:20 +02:00
shmop Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
simplexml Add RETURN_EMPTY_ARRAY() / RETVAL_EMPTY_ARRAY() 2019-05-14 14:59:10 +02:00
skeleton Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
snmp [ci skip] Migrate tests READMEs to Markdown 2019-05-12 22:03:10 +02:00
soap Mark bug44811.phpt as an online test 2019-05-22 11:43:56 +02:00
sockets Prevent parallel test conflicts 2019-05-27 18:42:52 +02:00
sodium sodium: fix shared build 2019-05-21 16:14:52 +02:00
spl Make more tests run on Windows 2019-05-27 10:51:53 +02:00
sqlite3 Merge branch 'PHP-7.3' into PHP-7.4 2019-05-27 21:36:10 -07:00
standard Avoid double copying 2019-05-28 13:35:00 +03:00
sysvmsg Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
sysvsem Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
sysvshm Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
tidy Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
tokenizer Enhance the tokenizer data generator script 2019-05-14 21:50:29 +02:00
xml ext/xml: Use PKG_CHECK_MODULES to detect the Expat library 2019-05-27 15:16:42 +02:00
xmlreader Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
xmlrpc [ci skip] Migrate libxmlrpc README to Markdown 2019-05-12 21:08:06 +02:00
xmlwriter Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
xsl Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
zend_test Revert "Fix zend_test interned strings loaded via dl()" 2019-04-18 13:49:42 +02:00
zip Merge branch 'PHP-7.3' into PHP-7.4 2019-05-27 17:44:11 +02:00
zlib Use *.data for fixture files 2019-05-17 03:59:23 +02:00
ext_skel.php [ci skip] Migrate Coding standards docs to Markdown 2019-05-18 21:41:38 +02:00