areaz2 Tue Oct 5 12:12:02 2004 EDT
Removed files:
/pecl/dazuko EXPERIMENTAL
Modified files:
/pecl/dazuko CREDITS dazuko.c package.xml php_dazuko.h
Log:
Updated eMail address to areaz2@xxxxxxx
REMOVED EXPERIMENTAL COMMENTS
http://cvs.php.net/diff.php/pecl/dazuko/CREDITS?r1=1.1&r2=1.2&ty=u
Index: pecl/dazuko/CREDITS
diff -u pecl/dazuko/CREDITS:1.1 pecl/dazuko/CREDITS:1.2
--- pecl/dazuko/CREDITS:1.1 Tue Sep 14 15:51:32 2004
+++ pecl/dazuko/CREDITS Tue Oct 5 12:12:02 2004
@@ -1,7 +1,7 @@
dazuko
dazuko-php-extension:
-Oliver Welter <areaz@xxxxxxxxxxx>
+Oliver Welter <areaz2@xxxxxxx>
dazuko-kernel-module:
Martin Ritter
http://cvs.php.net/diff.php/pecl/dazuko/dazuko.c?r1=1.3&r2=1.4&ty=u
Index: pecl/dazuko/dazuko.c
diff -u pecl/dazuko/dazuko.c:1.3 pecl/dazuko/dazuko.c:1.4
--- pecl/dazuko/dazuko.c:1.3 Tue Oct 5 12:02:36 2004
+++ pecl/dazuko/dazuko.c Tue Oct 5 12:12:02 2004
@@ -12,11 +12,11 @@
| obtain it through the world-wide-web, please send a note to |
| license@xxxxxxx so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
- | Author: Oliver Welter <areaz@xxxxxxxxxxx> |
+ | Author: Oliver Welter <areaz2@xxxxxxx> |
+----------------------------------------------------------------------+
*/
-/* $Id: dazuko.c,v 1.3 2004/10/05 16:02:36 areaz2 Exp $ */
+/* $Id: dazuko.c,v 1.4 2004/10/05 16:12:02 areaz2 Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
http://cvs.php.net/diff.php/pecl/dazuko/package.xml?r1=1.4&r2=1.5&ty=u
Index: pecl/dazuko/package.xml
diff -u pecl/dazuko/package.xml:1.4 pecl/dazuko/package.xml:1.5
--- pecl/dazuko/package.xml:1.4 Tue Oct 5 12:05:29 2004
+++ pecl/dazuko/package.xml Tue Oct 5 12:12:02 2004
@@ -14,7 +14,7 @@
<maintainer>
<user>areaz2</user>
<name>Oliver Welter</name>
- <email>areaz@xxxxxxxxxxx</email>
+ <email>areaz2@xxxxxxx</email>
<role>lead</role>
</maintainer>
</maintainers>
@@ -23,7 +23,7 @@
<date>2004-10-05</date>
<license>PHP</license>
<state>beta</state>
- <notes>Fixed Makefile.frag directory bug</notes>
+ <notes>Some structure updates. Added examples and readme file. Added
event_counter to result resource.</notes>
<filelist>
<file role="src" name="package.xml"/>
<file role="doc" md5sum="15a46cf81285bc139144de7666f7139d"
name="CREDITS"/>
http://cvs.php.net/diff.php/pecl/dazuko/php_dazuko.h?r1=1.1&r2=1.2&ty=u
Index: pecl/dazuko/php_dazuko.h
diff -u pecl/dazuko/php_dazuko.h:1.1 pecl/dazuko/php_dazuko.h:1.2
--- pecl/dazuko/php_dazuko.h:1.1 Tue Sep 14 15:51:32 2004
+++ pecl/dazuko/php_dazuko.h Tue Oct 5 12:12:02 2004
@@ -12,11 +12,11 @@
| obtain it through the world-wide-web, please send a note to |
| license@xxxxxxx so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
- | Author: Oliver Welter <areaz@xxxxxxxxxxx> |
+ | Author: Oliver Welter <areaz2@xxxxxxx> |
+----------------------------------------------------------------------+
*/
-/* $Id: php_dazuko.h,v 1.1 2004/09/14 19:51:32 areaz2 Exp $ */
+/* $Id: php_dazuko.h,v 1.2 2004/10/05 16:12:02 areaz2 Exp $ */
#ifndef PHP_DAZUKO_H
#define PHP_DAZUKO_H
|