dsp Mon, 13 Feb 2012 19:54:51 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=323192
Log:
Add credit line for the PHP Output Handler
Changed paths:
U php/php-src/branches/PHP_5_4/ext/standard/credits.c
U php/php-src/trunk/ext/standard/credits.c
Modified: php/php-src/branches/PHP_5_4/ext/standard/credits.c
===================================================================
--- php/php-src/branches/PHP_5_4/ext/standard/credits.c 2012-02-13 19:53:26 UTC
(rev 323191)
+++ php/php-src/branches/PHP_5_4/ext/standard/credits.c 2012-02-13 19:54:51 UTC
(rev 323192)
@@ -68,6 +68,7 @@
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, Ilia Alshanetsky");
+ CREDIT_LINE("Output Handler", "Zeev Suraski, Thies C. Arntzen,
Marcus Boerger, Michael Wallner");
php_info_print_table_end();
}
Modified: php/php-src/trunk/ext/standard/credits.c
===================================================================
--- php/php-src/trunk/ext/standard/credits.c 2012-02-13 19:53:26 UTC (rev
323191)
+++ php/php-src/trunk/ext/standard/credits.c 2012-02-13 19:54:51 UTC (rev
323192)
@@ -68,6 +68,7 @@
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, Ilia Alshanetsky");
+ CREDIT_LINE("Output Handler", "Zeev Suraski, Thies C. Arntzen,
Marcus Boerger, Michael Wallner");
php_info_print_table_end();
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php