iliaa Thu Mar 23 18:39:12 2006 UTC Modified files: /php-src/ext/standard credits.c credits_ext.h /php-src/ext/pdo CREDITS /php-src/ext/pdo_mysql CREDITS Log: MFB51: Added myself to PDO and PDO_MySQL credits Added Wez to PDO_MySQL credits Added Tony to Q&A team credits Regenerated the credits file http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/credits.c?r1=1.40&r2=1.41&diff_format=u Index: php-src/ext/standard/credits.c diff -u php-src/ext/standard/credits.c:1.40 php-src/ext/standard/credits.c:1.41 --- php-src/ext/standard/credits.c:1.40 Sun Jan 1 13:09:55 2006 +++ php-src/ext/standard/credits.c Thu Mar 23 18:39:12 2006 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: credits.c,v 1.40 2006/01/01 13:09:55 sniper Exp $ */ +/* $Id: credits.c,v 1.41 2006/03/23 18:39:12 iliaa Exp $ */ #include "php.h" #include "info.h" @@ -69,7 +69,7 @@ CREDIT_LINE("Win32 Port", "Shane Caraveo, Zeev Suraski, Wez Furlong"); CREDIT_LINE("Server API (SAPI) Abstraction Layer", "Andi Gutmans, Shane Caraveo, Zeev Suraski"); CREDIT_LINE("Streams Abstraction Layer", "Wez Furlong, Sara Golemon"); - CREDIT_LINE("PHP Data Objects Layer", "Wez Furlong, Marcus Boerger, Sterling Hughes, George Schlossnagle"); + CREDIT_LINE("PHP Data Objects Layer", "Wez Furlong, Marcus Boerger, Sterling Hughes, George Schlossnagle, Ilia Alshanetsky"); php_info_print_table_end(); /* Unicode support */ @@ -114,7 +114,7 @@ if (flag & PHP_CREDITS_QA) { php_info_print_table_start(); php_info_print_table_header(1, "PHP Quality Assurance Team"); - php_info_print_table_row(1, "Ilia Alshanetsky, Joerg Behrens, Stefan Esser, Moriyoshi Koizumi, Magnus Maatta, Sebastian Nohn, Derick Rethans, Melvyn Sopacua, Jani Taskinen"); + php_info_print_table_row(1, "Ilia Alshanetsky, Joerg Behrens, Antony Dovgal, Stefan Esser, Moriyoshi Koizumi, Magnus Maatta, Sebastian Nohn, Derick Rethans, Melvyn Sopacua, Jani Taskinen"); php_info_print_table_end(); } http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/credits_ext.h?r1=1.34&r2=1.35&diff_format=u Index: php-src/ext/standard/credits_ext.h diff -u php-src/ext/standard/credits_ext.h:1.34 php-src/ext/standard/credits_ext.h:1.35 --- php-src/ext/standard/credits_ext.h:1.34 Sun Jan 1 17:28:25 2006 +++ php-src/ext/standard/credits_ext.h Thu Mar 23 18:39:12 2006 @@ -43,10 +43,9 @@ CREDIT_LINE("mime_magic", "Hartmut Holzgraefe"); CREDIT_LINE("MING", "Dave Hayden, Frank M. Kromann"); CREDIT_LINE("MS SQL", "Frank M. Kromann"); -CREDIT_LINE("msession", "Mark L. Woodward"); CREDIT_LINE("mSQL", "Zeev Suraski"); CREDIT_LINE("Multibyte String Functions", "Tsukada Takuya, Rui Hirokawa"); -CREDIT_LINE("mySQL 3.x driver for PDO", "George Schlossnagle"); +CREDIT_LINE("mySQL driver for PDO", "George Schlossnagle, Wez Furlong, Ilia Alshanetsky"); CREDIT_LINE("MySQL", "Zeev Suraski, Zak Greant, Georg Richter"); CREDIT_LINE("MySQLi", "Zak Greant, Georg Richter"); CREDIT_LINE("ncurses", "Ilia Alshanetsky, Wez Furlong, Hartmut Holzgraefe, Georg Richter"); @@ -57,7 +56,7 @@ CREDIT_LINE("Oracle (OCI) driver for PDO", "Wez Furlong"); CREDIT_LINE("pcntl", "Jason Greene"); CREDIT_LINE("Perl Compatible Regexps", "Andrei Zmievski"); -CREDIT_LINE("PHP Data Objects", "Wez Furlong, Marcus Boerger, Sterling Hughes, George Schlossnagle"); +CREDIT_LINE("PHP Data Objects", "Wez Furlong, Marcus Boerger, Sterling Hughes, George Schlossnagle, Ilia Alshanetsky"); CREDIT_LINE("PHP hash", "Sara Golemon, Rasmus Lerdorf, Stefan Esser, Michael Wallner"); CREDIT_LINE("Posix", "Kristian Köhntopp"); CREDIT_LINE("PostgreSQL driver for PDO", "Edin Kadribasic, Ilia Alshanetsky"); @@ -87,6 +86,6 @@ CREDIT_LINE("XML", "Stig Bakken, Thies C. Arntzen, Sterling Hughes"); CREDIT_LINE("XMLReader", "Rob Richards"); CREDIT_LINE("xmlrpc", "Dan Libby"); -CREDIT_LINE("XMLWriter", "Rob Richards"); +CREDIT_LINE("XMLWriter", "Rob Richards, Pierre-Alain Joye"); CREDIT_LINE("XSL", "Christian Stocker, Rob Richards"); CREDIT_LINE("Zlib", "Rasmus Lerdorf, Stefan Roehrich, Zeev Suraski, Jade Nicoletti"); http://cvs.php.net/viewcvs.cgi/php-src/ext/pdo/CREDITS?r1=1.2&r2=1.3&diff_format=u Index: php-src/ext/pdo/CREDITS diff -u php-src/ext/pdo/CREDITS:1.2 php-src/ext/pdo/CREDITS:1.3 --- php-src/ext/pdo/CREDITS:1.2 Wed May 19 18:04:47 2004 +++ php-src/ext/pdo/CREDITS Thu Mar 23 18:39:12 2006 @@ -1,2 +1,3 @@ PHP Data Objects -Wez Furlong, Marcus Boerger, Sterling Hughes, George Schlossnagle +Wez Furlong, Marcus Boerger, Sterling Hughes, George Schlossnagle, Ilia Alshanetsky + http://cvs.php.net/viewcvs.cgi/php-src/ext/pdo_mysql/CREDITS?r1=1.2&r2=1.3&diff_format=u Index: php-src/ext/pdo_mysql/CREDITS diff -u php-src/ext/pdo_mysql/CREDITS:1.2 php-src/ext/pdo_mysql/CREDITS:1.3 --- php-src/ext/pdo_mysql/CREDITS:1.2 Sun Jul 18 14:01:54 2004 +++ php-src/ext/pdo_mysql/CREDITS Thu Mar 23 18:39:12 2006 @@ -1,2 +1,3 @@ -mySQL 3.x driver for PDO -George Schlossnagle +mySQL driver for PDO +George Schlossnagle, Wez Furlong, Ilia Alshanetsky +
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php