php-src/ext
Christoph M. Becker f651397b1f Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3:
  Fix #77700: Writing truecolor images as GIF ignores interlace flag
2019-03-06 00:38:12 +01:00
..
bcmath Remove tests for zpp failure conditions 2019-03-05 10:22:23 +01:00
bz2 Remove local variables 2019-02-03 21:03:00 +01:00
calendar Replace Hebrew characters with escape sequences 2019-02-23 22:17:15 +01:00
com_dotnet Avoid potentially superfluous string reallocation 2019-02-22 10:35:19 +01:00
ctype Remove tests for zpp failure conditions 2019-03-05 10:22:23 +01:00
curl Merge branch 'PHP-7.3' into PHP-7.4 2019-03-01 14:55:24 +01:00
date Remove more zpp error tests 2019-03-05 11:02:31 +01:00
dba Don't parallelize dba tests 2019-02-21 12:13:38 +01:00
dom Remove tests for zpp failure conditions 2019-03-05 10:22:23 +01:00
enchant Remove local variables 2019-02-03 21:03:00 +01:00
exif Merge branch 'PHP-7.3' into PHP-7.4 2019-03-04 14:30:32 +01:00
ffi Fixed support for callbacks with "void" return type 2019-03-05 01:03:47 +03:00
fileinfo Small change in the test to pass 2019-02-14 20:12:00 +01:00
filter Remove local variables 2019-02-03 21:03:00 +01:00
ftp Implement fine-grained conflict handling 2019-02-20 11:20:40 +01:00
gd Merge branch 'PHP-7.3' into PHP-7.4 2019-03-06 00:38:12 +01:00
gettext Remove local variables 2019-02-03 21:03:00 +01:00
gmp Remove local variables 2019-02-03 21:03:00 +01:00
hash Remove more zpp error tests 2019-03-05 17:09:09 +01:00
iconv Remove more zpp error tests 2019-03-05 17:09:09 +01:00
imap Remove zpp variation tests 2019-02-05 09:38:55 +01:00
interbase Replace PHP_TM_GMTOFF with AC_CHECK_MEMBERS 2019-03-04 12:13:12 +01:00
intl added basic test for UConverter::setSourceEncoding() 2019-02-19 03:18:26 +01:00
json Remove obsolescent AC_HEADER_STDC and memcpy check 2019-03-01 19:22:44 +01:00
ldap Mark ldap_control_paged_result and ldap_control_paged_result_response as deprecated 2019-02-04 12:20:51 +01:00
libxml Remove local variables 2019-02-03 21:03:00 +01:00
mbstring Remove unnecessary check for always available extension 2019-03-05 12:54:24 -03:00
mysqli Remove more leftovers of mysqli embedded server 2019-02-28 15:43:29 +01:00
mysqlnd Remove unused PHP_AC_BROKEN_SPRINTF and AC_ZEND_BROKEN_SPRINTF 2019-02-23 22:26:47 +01:00
oci8 Fix file permissions 2019-02-28 22:07:16 +01:00
odbc Remove local variables 2019-02-03 21:03:00 +01:00
opcache Merge branch 'PHP-7.3' into PHP-7.4 2019-03-04 13:16:25 +01:00
openssl Replace PHP_TM_GMTOFF with AC_CHECK_MEMBERS 2019-03-04 12:13:12 +01:00
pcntl Reinstall pcntl tick handler on each request (it cleared after the first request). 2019-02-20 22:36:51 +03:00
pcre Remove more zpp error tests 2019-03-05 17:09:09 +01:00
pdo Remove not needed PHP_PDO_PEAR_CHECK m4 macro 2019-02-28 01:08:48 +01:00
pdo_dblib Remove local variables 2019-02-03 21:03:00 +01:00
pdo_firebird Remove local variables 2019-02-03 21:03:00 +01:00
pdo_mysql Remove unused PDO_MYSQL_LIB_CHK m4 macro 2019-02-21 21:44:02 +01:00
pdo_oci Fix file permissions 2019-02-28 22:07:16 +01:00
pdo_odbc updated typo in test 2019-02-09 00:07:20 +01:00
pdo_pgsql Implement fine-grained conflict handling 2019-02-20 11:20:40 +01:00
pdo_sqlite Remove local variables 2019-02-03 21:03:00 +01:00
pgsql Implement fine-grained conflict handling 2019-02-20 11:20:40 +01:00
phar Merge branch 'PHP-7.3' into PHP-7.4 2019-03-04 14:30:32 +01:00
posix Remove more zpp error tests 2019-03-05 17:09:09 +01:00
pspell Remove local variables 2019-02-03 21:03:00 +01:00
readline use pkg-config for libedit 2019-02-19 09:10:06 +01:00
recode Remove local variables 2019-02-03 21:03:00 +01:00
reflection Remove more zpp error tests 2019-03-05 17:09:09 +01:00
session Implement fine-grained conflict handling 2019-02-20 11:20:40 +01:00
shmop Remove local variables 2019-02-03 21:03:00 +01:00
simplexml Fix typo in XML test 2019-02-14 12:59:08 +01:00
skeleton Remove local variables 2019-02-03 21:03:00 +01:00
snmp Remove local variables 2019-02-03 21:03:00 +01:00
soap Replace PHP_TM_GMTOFF with AC_CHECK_MEMBERS 2019-03-04 12:13:12 +01:00
sockets Fix some port collisions in sockets tests 2019-02-25 09:24:45 +01:00
sodium Fix bug #77646 2019-02-21 16:33:03 +01:00
spl Merge branch 'PHP-7.3' into PHP-7.4 2019-03-03 22:20:49 -08:00
sqlite3 Remove local variables 2019-02-03 21:03:00 +01:00
standard Don't generate script for proc_open_pipes tests 2019-03-04 10:52:50 +01:00
sysvmsg Remove local variables 2019-02-03 21:03:00 +01:00
sysvsem Remove local variables 2019-02-03 21:03:00 +01:00
sysvshm Remove local variables 2019-02-03 21:03:00 +01:00
tidy Fix arginfo for tidy's global functions 2019-02-18 17:49:02 +01:00
tokenizer Remove zpp variation tests 2019-02-05 09:38:55 +01:00
wddx Deprecate ext/wddx 2019-02-11 19:31:46 +01:00
xml Remove more zpp error tests 2019-03-05 11:02:31 +01:00
xmlreader Mark ext/xmlreader/tests/bug70309.phpt as online test 2019-02-28 10:12:40 +01:00
xmlrpc Remove obsolescent AC_HEADER_STDC and memcpy check 2019-03-01 19:22:44 +01:00
xmlwriter Use zend_parse_parameters_none() in XmlWriter::openMemory() 2019-02-20 09:31:08 +01:00
xsl Remove more zpp error tests 2019-03-05 11:02:31 +01:00
zend_test Remove local variables 2019-02-03 21:03:00 +01:00
zip Make zip oo_addglob test more robust 2019-02-21 12:19:02 +01:00
zlib Remove more zpp error tests 2019-03-05 11:02:31 +01:00
ext_skel.php Update and fix remaining year ranges (2019) 2019-02-08 23:14:29 +01:00