diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2019-08-14 19:24:16 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2019-08-15 15:21:18 +0200 |
commit | 8dc9e843a18b27ff5a8ba9a75c159ceca32c3c30 (patch) | |
tree | c74656633326d6f23980e9b30d12b0da59efdb90 | |
parent | 2c0381f330326af498f420e0020533d923548e80 (diff) | |
download | php-git-8dc9e843a18b27ff5a8ba9a75c159ceca32c3c30.tar.gz |
Update credits_ext.h
-rw-r--r-- | ext/standard/credits_ext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/credits_ext.h b/ext/standard/credits_ext.h index fc982a7591..6baede162b 100644 --- a/ext/standard/credits_ext.h +++ b/ext/standard/credits_ext.h @@ -28,7 +28,7 @@ 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"); |