mirror of
https://github.com/php/php-src.git
synced 2026-04-23 07:58:20 +02:00
Merge branch 'PHP-7.4'
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
/*
|
||||
DO NOT EDIT THIS FILE!
|
||||
|
||||
it has been automatically created by php7/scripts/credits from
|
||||
the information found in the various php7/ext/.../CREDITS and
|
||||
php7/sapi/.../CREDITS files
|
||||
it has been automatically created by scripts/dev/credits from
|
||||
the information found in the various ext/.../CREDITS and
|
||||
sapi/.../CREDITS files
|
||||
|
||||
if you want to change an entry you have to edit the appropriate
|
||||
CREDITS file instead
|
||||
@@ -17,18 +17,19 @@ CREDIT_LINE("COM and .Net", "Wez Furlong");
|
||||
CREDIT_LINE("ctype", "Hartmut Holzgraefe");
|
||||
CREDIT_LINE("cURL", "Sterling Hughes");
|
||||
CREDIT_LINE("Date/Time Support", "Derick Rethans");
|
||||
CREDIT_LINE("DB-LIB (MS SQL, Sybase)", "Wez Furlong, Frank M. Kromann, Adam Baratz");
|
||||
CREDIT_LINE("DBA", "Sascha Schumann, Marcus Boerger");
|
||||
CREDIT_LINE("DB-LIB (MS SQL, Sybase)", "Wez Furlong, Frank M. Kromann, Adam Baratz");
|
||||
CREDIT_LINE("DOM", "Christian Stocker, Rob Richards, Marcus Boerger");
|
||||
CREDIT_LINE("enchant", "Pierre-Alain Joye, Ilia Alshanetsky");
|
||||
CREDIT_LINE("EXIF", "Rasmus Lerdorf, Marcus Boerger");
|
||||
CREDIT_LINE("FFI", "Dmitry Stogov");
|
||||
CREDIT_LINE("fileinfo", "Ilia Alshanetsky, Pierre Alain Joye, Scott MacVicar, Derick Rethans, Anatol Belski");
|
||||
CREDIT_LINE("Firebird driver for PDO", "Ard Biesheuvel");
|
||||
CREDIT_LINE("FTP", "Stefan Esser, Andrew Skalski");
|
||||
CREDIT_LINE("GD imaging", "Rasmus Lerdorf, Stig Bakken, Jim Winstead, Jouni Ahto, Ilia Alshanetsky, Pierre-Alain Joye, Marcus Boerger");
|
||||
CREDIT_LINE("GetText", "Alex Plotnick");
|
||||
CREDIT_LINE("GNU GMP support", "Stanislav Malyshev");
|
||||
CREDIT_LINE("Iconv", "Rui Hirokawa, Stig Bakken, Moriyoshi Koizumi ");
|
||||
CREDIT_LINE("Iconv", "Rui Hirokawa, Stig Bakken, Moriyoshi Koizumi");
|
||||
CREDIT_LINE("IMAP", "Rex Logan, Mark Musone, Brian Wang, Kaj-Michael Lang, Antoni Pamies Olive, Rasmus Lerdorf, Andrew Skalski, Chuck Hagenbuch, Daniel R Kalowsky");
|
||||
CREDIT_LINE("Input Filter", "Rasmus Lerdorf, Derick Rethans, Pierre-Alain Joye, Ilia Alshanetsky");
|
||||
CREDIT_LINE("InterBase", "Jouni Ahto, Andrew Avdeev, Ard Biesheuvel");
|
||||
@@ -66,17 +67,17 @@ CREDIT_LINE("SOAP", "Brad Lafountain, Shane Caraveo, Dmitry Stogov");
|
||||
CREDIT_LINE("Sockets", "Chris Vandomelen, Sterling Hughes, Daniel Beulshausen, Jason Greene");
|
||||
CREDIT_LINE("Sodium", "Frank Denis");
|
||||
CREDIT_LINE("SPL", "Marcus Boerger, Etienne Kneuss");
|
||||
CREDIT_LINE("SQLite 3.x driver for PDO", "Wez Furlong");
|
||||
CREDIT_LINE("SQLite3", "Scott MacVicar, Ilia Alshanetsky, Brad Dewar");
|
||||
CREDIT_LINE("SQLite 3.x driver for PDO", "Wez Furlong");
|
||||
CREDIT_LINE("System V Message based IPC", "Wez Furlong");
|
||||
CREDIT_LINE("System V Semaphores", "Tom May");
|
||||
CREDIT_LINE("System V Shared Memory", "Christian Cartus");
|
||||
CREDIT_LINE("tidy", "John Coggeshall, Ilia Alshanetsky");
|
||||
CREDIT_LINE("tokenizer", "Andrei Zmievski, Johannes Schlueter");
|
||||
CREDIT_LINE("WDDX", "Andrei Zmievski");
|
||||
CREDIT_LINE("XML", "Stig Bakken, Thies C. Arntzen, Sterling Hughes");
|
||||
CREDIT_LINE("XMLReader", "Rob Richards");
|
||||
CREDIT_LINE("xmlrpc", "Dan Libby");
|
||||
CREDIT_LINE("XML", "Stig Bakken, Thies C. Arntzen, Sterling Hughes");
|
||||
CREDIT_LINE("XMLWriter", "Rob Richards, Pierre-Alain Joye");
|
||||
CREDIT_LINE("XSL", "Christian Stocker, Rob Richards");
|
||||
CREDIT_LINE("Zip", "Pierre-Alain Joye, Remi Collet");
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
/*
|
||||
DO NOT EDIT THIS FILE!
|
||||
|
||||
it has been automatically created by php7/scripts/credits from
|
||||
the information found in the various php7/ext/.../CREDITS and
|
||||
php7/sapi/.../CREDITS files
|
||||
it has been automatically created by scripts/dev/credits from
|
||||
the information found in the various ext/.../CREDITS and
|
||||
sapi/.../CREDITS files
|
||||
|
||||
if you want to change an entry you have to edit the appropriate
|
||||
CREDITS file instead
|
||||
|
||||
+3
-3
@@ -10,9 +10,9 @@ do
|
||||
/*
|
||||
DO NOT EDIT THIS FILE!
|
||||
|
||||
it has been automatically created by php7/scripts/credits from
|
||||
the information found in the various php7/ext/.../CREDITS and
|
||||
php7/sapi/.../CREDITS files
|
||||
it has been automatically created by scripts/dev/credits from
|
||||
the information found in the various ext/.../CREDITS and
|
||||
sapi/.../CREDITS files
|
||||
|
||||
if you want to change an entry you have to edit the appropriate
|
||||
CREDITS file instead
|
||||
|
||||
Reference in New Issue
Block a user