Skip to content

Commit 8eeb110

Browse files
committed
Avoid mention of php7 in credits script
1 parent 768bc7a commit 8eeb110

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

ext/standard/credits_ext.h

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
DO NOT EDIT THIS FILE!
33
4-
it has been automatically created by php7/scripts/credits from
5-
the information found in the various php7/ext/.../CREDITS and
6-
php7/sapi/.../CREDITS files
4+
it has been automatically created by scripts/dev/credits from
5+
the information found in the various ext/.../CREDITS and
6+
sapi/.../CREDITS files
77
88
if you want to change an entry you have to edit the appropriate
99
CREDITS file instead
@@ -17,18 +17,19 @@ CREDIT_LINE("COM and .Net", "Wez Furlong");
1717
CREDIT_LINE("ctype", "Hartmut Holzgraefe");
1818
CREDIT_LINE("cURL", "Sterling Hughes");
1919
CREDIT_LINE("Date/Time Support", "Derick Rethans");
20-
CREDIT_LINE("DB-LIB (MS SQL, Sybase)", "Wez Furlong, Frank M. Kromann, Adam Baratz");
2120
CREDIT_LINE("DBA", "Sascha Schumann, Marcus Boerger");
21+
CREDIT_LINE("DB-LIB (MS SQL, Sybase)", "Wez Furlong, Frank M. Kromann, Adam Baratz");
2222
CREDIT_LINE("DOM", "Christian Stocker, Rob Richards, Marcus Boerger");
2323
CREDIT_LINE("enchant", "Pierre-Alain Joye, Ilia Alshanetsky");
2424
CREDIT_LINE("EXIF", "Rasmus Lerdorf, Marcus Boerger");
25+
CREDIT_LINE("FFI", "Dmitry Stogov");
2526
CREDIT_LINE("fileinfo", "Ilia Alshanetsky, Pierre Alain Joye, Scott MacVicar, Derick Rethans, Anatol Belski");
2627
CREDIT_LINE("Firebird driver for PDO", "Ard Biesheuvel");
2728
CREDIT_LINE("FTP", "Stefan Esser, Andrew Skalski");
2829
CREDIT_LINE("GD imaging", "Rasmus Lerdorf, Stig Bakken, Jim Winstead, Jouni Ahto, Ilia Alshanetsky, Pierre-Alain Joye, Marcus Boerger");
2930
CREDIT_LINE("GetText", "Alex Plotnick");
3031
CREDIT_LINE("GNU GMP support", "Stanislav Malyshev");
31-
CREDIT_LINE("Iconv", "Rui Hirokawa, Stig Bakken, Moriyoshi Koizumi ");
32+
CREDIT_LINE("Iconv", "Rui Hirokawa, Stig Bakken, Moriyoshi Koizumi");
3233
CREDIT_LINE("IMAP", "Rex Logan, Mark Musone, Brian Wang, Kaj-Michael Lang, Antoni Pamies Olive, Rasmus Lerdorf, Andrew Skalski, Chuck Hagenbuch, Daniel R Kalowsky");
3334
CREDIT_LINE("Input Filter", "Rasmus Lerdorf, Derick Rethans, Pierre-Alain Joye, Ilia Alshanetsky");
3435
CREDIT_LINE("InterBase", "Jouni Ahto, Andrew Avdeev, Ard Biesheuvel");
@@ -66,17 +67,17 @@ CREDIT_LINE("SOAP", "Brad Lafountain, Shane Caraveo, Dmitry Stogov");
6667
CREDIT_LINE("Sockets", "Chris Vandomelen, Sterling Hughes, Daniel Beulshausen, Jason Greene");
6768
CREDIT_LINE("Sodium", "Frank Denis");
6869
CREDIT_LINE("SPL", "Marcus Boerger, Etienne Kneuss");
69-
CREDIT_LINE("SQLite 3.x driver for PDO", "Wez Furlong");
7070
CREDIT_LINE("SQLite3", "Scott MacVicar, Ilia Alshanetsky, Brad Dewar");
71+
CREDIT_LINE("SQLite 3.x driver for PDO", "Wez Furlong");
7172
CREDIT_LINE("System V Message based IPC", "Wez Furlong");
7273
CREDIT_LINE("System V Semaphores", "Tom May");
7374
CREDIT_LINE("System V Shared Memory", "Christian Cartus");
7475
CREDIT_LINE("tidy", "John Coggeshall, Ilia Alshanetsky");
7576
CREDIT_LINE("tokenizer", "Andrei Zmievski, Johannes Schlueter");
7677
CREDIT_LINE("WDDX", "Andrei Zmievski");
77-
CREDIT_LINE("XML", "Stig Bakken, Thies C. Arntzen, Sterling Hughes");
7878
CREDIT_LINE("XMLReader", "Rob Richards");
7979
CREDIT_LINE("xmlrpc", "Dan Libby");
80+
CREDIT_LINE("XML", "Stig Bakken, Thies C. Arntzen, Sterling Hughes");
8081
CREDIT_LINE("XMLWriter", "Rob Richards, Pierre-Alain Joye");
8182
CREDIT_LINE("XSL", "Christian Stocker, Rob Richards");
8283
CREDIT_LINE("Zip", "Pierre-Alain Joye, Remi Collet");

ext/standard/credits_sapi.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
DO NOT EDIT THIS FILE!
33
4-
it has been automatically created by php7/scripts/credits from
5-
the information found in the various php7/ext/.../CREDITS and
6-
php7/sapi/.../CREDITS files
4+
it has been automatically created by scripts/dev/credits from
5+
the information found in the various ext/.../CREDITS and
6+
sapi/.../CREDITS files
77
88
if you want to change an entry you have to edit the appropriate
99
CREDITS file instead

scripts/dev/credits

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ do
1010
/*
1111
DO NOT EDIT THIS FILE!
1212
13-
it has been automatically created by php7/scripts/credits from
14-
the information found in the various php7/ext/.../CREDITS and
15-
php7/sapi/.../CREDITS files
13+
it has been automatically created by scripts/dev/credits from
14+
the information found in the various ext/.../CREDITS and
15+
sapi/.../CREDITS files
1616
1717
if you want to change an entry you have to edit the appropriate
1818
CREDITS file instead

0 commit comments

Comments
 (0)