helly Sun Mar 28 15:27:18 2004 EDT
Modified files:
/php-src/ext/standard credits_ext.h
/php-src/ext/sqlite CREDITS sqlite.c
/php-src/ext/simplexml CREDITS simplexml.c
Log:
Fix writing of SQLite and SimpleXMl extension and add Rob to the credits
line of the latter. Add ext/SPL.
http://cvs.php.net/diff.php/php-src/ext/standard/credits_ext.h?r1=1.23&r2=1.24&ty=u
Index: php-src/ext/standard/credits_ext.h
diff -u php-src/ext/standard/credits_ext.h:1.23 php-src/ext/standard/credits_ext.h:1.24
--- php-src/ext/standard/credits_ext.h:1.23 Sat Jan 17 07:59:51 2004
+++ php-src/ext/standard/credits_ext.h Sun Mar 28 15:27:18 2004
@@ -69,10 +69,11 @@
CREDIT_LINE("Recode", "Kristian K�hntopp");
CREDIT_LINE("Sessions", "Sascha Schumann, Andrei Zmievski");
CREDIT_LINE("Shared Memory Operations", "Slava Poliakov, Ilia Alshanetsky");
-CREDIT_LINE("simplexml", "Sterling Hughes, Marcus Boerger");
+CREDIT_LINE("SimpleXML", "Sterling Hughes, Marcus Boerger, Rob Richards");
CREDIT_LINE("SNMP", "Rasmus Lerdorf, Harrie Hazewinkel, Mike Jackson, Steven
Lawrance, Johann Hanne");
CREDIT_LINE("Sockets", "Chris Vandomelen, Sterling Hughes, Daniel Beulshausen, Jason
Greene");
-CREDIT_LINE("sqlite", "Wez Furlong, Tal Peer, Marcus B�rger, Ilia Alshanetsky");
+CREDIT_LINE("SPL", "Marcus Boerger");
+CREDIT_LINE("SQLite", "Wez Furlong, Tal Peer, Marcus B�rger, Ilia Alshanetsky");
CREDIT_LINE("Sybase-CT", "Zeev Suraski, Tom May, Timm Friebe");
CREDIT_LINE("Sybase-DB", "Zeev Suraski");
CREDIT_LINE("System V Message based IPC", "Wez Furlong");
http://cvs.php.net/diff.php/php-src/ext/sqlite/CREDITS?r1=1.5&r2=1.6&ty=u
Index: php-src/ext/sqlite/CREDITS
diff -u php-src/ext/sqlite/CREDITS:1.5 php-src/ext/sqlite/CREDITS:1.6
--- php-src/ext/sqlite/CREDITS:1.5 Sun Nov 16 15:43:57 2003
+++ php-src/ext/sqlite/CREDITS Sun Mar 28 15:27:18 2004
@@ -1,2 +1,2 @@
-sqlite
+SQLite
Wez Furlong, Tal Peer, Marcus B�rger, Ilia Alshanetsky
http://cvs.php.net/diff.php/php-src/ext/sqlite/sqlite.c?r1=1.136&r2=1.137&ty=u
Index: php-src/ext/sqlite/sqlite.c
diff -u php-src/ext/sqlite/sqlite.c:1.136 php-src/ext/sqlite/sqlite.c:1.137
--- php-src/ext/sqlite/sqlite.c:1.136 Fri Mar 26 16:16:50 2004
+++ php-src/ext/sqlite/sqlite.c Sun Mar 28 15:27:18 2004
@@ -17,7 +17,7 @@
| Marcus Boerger <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
- $Id: sqlite.c,v 1.136 2004/03/26 21:16:50 helly Exp $
+ $Id: sqlite.c,v 1.137 2004/03/28 20:27:18 helly Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -252,7 +252,7 @@
#if ZEND_MODULE_API_NO >= 20010901
STANDARD_MODULE_HEADER,
#endif
- "sqlite",
+ "SQLite",
sqlite_functions,
PHP_MINIT(sqlite),
NULL,
@@ -1055,7 +1055,7 @@
{
php_info_print_table_start();
php_info_print_table_header(2, "SQLite support", "enabled");
- php_info_print_table_row(2, "PECL Module version", PHP_SQLITE_MODULE_VERSION "
$Id: sqlite.c,v 1.136 2004/03/26 21:16:50 helly Exp $");
+ php_info_print_table_row(2, "PECL Module version", PHP_SQLITE_MODULE_VERSION "
$Id: sqlite.c,v 1.137 2004/03/28 20:27:18 helly Exp $");
php_info_print_table_row(2, "SQLite Library", sqlite_libversion());
php_info_print_table_row(2, "SQLite Encoding", sqlite_libencoding());
php_info_print_table_end();
http://cvs.php.net/diff.php/php-src/ext/simplexml/CREDITS?r1=1.4&r2=1.5&ty=u
Index: php-src/ext/simplexml/CREDITS
diff -u php-src/ext/simplexml/CREDITS:1.4 php-src/ext/simplexml/CREDITS:1.5
--- php-src/ext/simplexml/CREDITS:1.4 Sat Jan 17 14:41:31 2004
+++ php-src/ext/simplexml/CREDITS Sun Mar 28 15:27:18 2004
@@ -1,2 +1,2 @@
-simplexml
+SimpleXML
Sterling Hughes, Marcus Boerger, Rob Richards
http://cvs.php.net/diff.php/php-src/ext/simplexml/simplexml.c?r1=1.136&r2=1.137&ty=u
Index: php-src/ext/simplexml/simplexml.c
diff -u php-src/ext/simplexml/simplexml.c:1.136 php-src/ext/simplexml/simplexml.c:1.137
--- php-src/ext/simplexml/simplexml.c:1.136 Wed Mar 24 00:04:26 2004
+++ php-src/ext/simplexml/simplexml.c Sun Mar 28 15:27:18 2004
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: simplexml.c,v 1.136 2004/03/24 05:04:26 gschlossnagle Exp $ */
+/* $Id: simplexml.c,v 1.137 2004/03/28 20:27:18 helly Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -1582,7 +1582,7 @@
zend_module_entry simplexml_module_entry = {
STANDARD_MODULE_HEADER,
- "simplexml",
+ "SimpleXML",
simplexml_functions,
PHP_MINIT(simplexml),
PHP_MSHUTDOWN(simplexml),
@@ -1650,7 +1650,7 @@
{
php_info_print_table_start();
php_info_print_table_header(2, "Simplexml support", "enabled");
- php_info_print_table_row(2, "Revision", "$Revision: 1.136 $");
+ php_info_print_table_row(2, "Revision", "$Revision: 1.137 $");
php_info_print_table_row(2, "Schema support",
#ifdef LIBXML_SCHEMAS_ENABLED
"enabled");
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php