php-src/ext
Nikita Popov 32de3469d9 Manually initialize PDORow handlers
Makes it easier to see what is specified and what isn't, and allows
grepping...
2019-01-10 12:37:24 +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 Merge branch 'PHP-7.3' 2018-11-26 15:35:30 +01:00
ctype Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
curl Migrate ext/zlib to use pkg-config 2018-12-26 16:59:24 +01:00
date Merge branch 'PHP-7.3' 2019-01-07 12:49:01 +00:00
dba Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
dom Use ZEND_THIS macro to hide implementation details in extensions code. 2018-11-15 19:54:19 +03:00
enchant Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
exif Merge branch 'PHP-7.3' 2018-11-26 22:49:29 +01: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 Merge branch 'PHP-7.3' 2018-11-20 11:20:57 +01:00
gd Merge branch 'PHP-7.3' 2019-01-06 13:50:48 -08:00
gettext Add putenv for setlocale for gettext tests 2018-11-07 18:54:47 +01:00
gmp Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02: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 ext/intl: Use pkg-config to detect icu 2018-12-09 16:59:24 +01:00
json Remove lexer files generated by RE2C 2018-11-11 02:55:46 +01:00
ldap Fix a test for ldap extension 2018-11-03 17:37:47 +01:00
libxml Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
mbstring Update oniguruma.patch wrt. latest security fixes 2019-01-09 12:26:38 +01:00
mysqli Remove unnecessary uses of object_and_properties_init 2019-01-07 16:00:29 +01:00
mysqlnd Merge branch 'PHP-7.2' into PHP-7.3 2019-01-09 16:16:47 +01:00
oci8 Merge branch 'PHP-7.2' into PHP-7.3 2018-12-10 21:54:23 +11:00
odbc Merge branch 'PHP-7.3' 2018-10-30 00:24:20 +01:00
opcache Merge branch 'PHP-7.3' 2019-01-10 10:27:57 +01:00
openssl Regenerate certs for openssl tests 2019-01-06 11:38:46 -08:00
pcntl Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
pcre Use ZEND_PARSE_PARAMETERS_NONE in pcre 2019-01-02 11:18:35 +01:00
pdo Manually initialize PDORow handlers 2019-01-10 12:37:24 +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 Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
recode Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
reflection Fix some sign-related issues in comparisons 2019-01-09 10:01:12 +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 Use ZEND_THIS macro to hide implementation details in extensions code. 2018-11-15 19:54:19 +03:00
skeleton skeleton: support PHP 7.2 2019-01-02 11:21:25 +01:00
snmp Use ZEND_THIS macro to hide implementation details in extensions code. 2018-11-15 19:54:19 +03:00
soap Merge branch 'PHP-7.3' 2019-01-04 12:41:30 +01:00
sockets Merge branch 'PHP-7.3' 2018-12-26 19:03:04 +01:00
sodium Merge branch 'PHP-7.3' 2018-12-16 16:37:15 +01:00
spl Merge branch 'PHP-7.3' 2018-12-27 15:34:22 +01:00
sqlite3 Implement SQLite3Stmt::getSQL method, returning the original statement SQL, eventually expanded 2018-12-15 17:27:33 +01:00
standard Merge branch 'PHP-7.3' 2019-01-10 10:58:07 +01:00
sysvmsg Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02: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 Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
wddx Merge branch 'PHP-7.2' into PHP-7.3 2019-01-07 01:04:16 -08:00
xml Merge branch 'PHP-7.3' 2018-10-30 18:55:16 +01:00
xmlreader Use ZEND_THIS macro to hide implementation details in extensions code. 2018-11-15 19:54:19 +03:00
xmlrpc Merge branch 'PHP-7.3' 2019-01-06 12:50:10 -08: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 Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
zip Remove preg_options param from pcre_get_compiled_regex() 2018-12-26 17:20:13 +01:00
zlib Migrate ext/zlib to use pkg-config 2018-12-26 16:59:24 +01:00
ext_skel.php