diff options
author | David Soria Parra <dsp@php.net> | 2013-06-19 22:03:02 +0200 |
---|---|---|
committer | David Soria Parra <dsp@php.net> | 2013-06-19 22:03:18 +0200 |
commit | c1b8fbc1127a7a6d6cda1bb4d12f0645dcbecea4 (patch) | |
tree | 7450f4313fe63cb83fb49039b244556577439f7e /ext/standard/credits_ext.h | |
parent | 8547628fec43c53fe964847a3ec2bb69d393a4c3 (diff) | |
download | php-git-c1b8fbc1127a7a6d6cda1bb4d12f0645dcbecea4.tar.gz |
Update credits
Diffstat (limited to 'ext/standard/credits_ext.h')
-rw-r--r-- | ext/standard/credits_ext.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/credits_ext.h b/ext/standard/credits_ext.h index 382e70e7d7..2770d162fb 100644 --- a/ext/standard/credits_ext.h +++ b/ext/standard/credits_ext.h @@ -42,8 +42,8 @@ CREDIT_LINE("MS SQL", "Frank M. Kromann"); CREDIT_LINE("Multibyte String Functions", "Tsukada Takuya, Rui Hirokawa"); CREDIT_LINE("MySQL driver for PDO", "George Schlossnagle, Wez Furlong, Ilia Alshanetsky, Johannes Schlueter"); CREDIT_LINE("MySQLi", "Zak Greant, Georg Richter, Andrey Hristov, Ulf Wendel"); -CREDIT_LINE("MySQLnd", "Andrey Hristov, Ulf Wendel, Georg Richter"); -CREDIT_LINE("MySQL", "Zeev Suraski, Zak Greant, Georg Richter"); +CREDIT_LINE("MySQLnd", "Andrey Hristov, Ulf Wendel, Georg Richter, Johannes Schlueter"); +CREDIT_LINE("MySQL", "Zeev Suraski, Zak Greant, Georg Richter, Andrey Hristov"); CREDIT_LINE("OCI8", "Stig Bakken, Thies C. Arntzen, Andy Sautins, David Benson, Maxim Maletsky, Harald Radi, Antony Dovgal, Andi Gutmans, Wez Furlong, Christopher Jones, Oracle Corporation"); CREDIT_LINE("ODBC driver for PDO", "Wez Furlong"); CREDIT_LINE("ODBC", "Stig Bakken, Andreas Karajannis, Frank M. Kromann, Daniel R. Kalowsky"); |