ssb Thu Feb 12 14:05:42 2004 EDT
Modified files:
/php-src/ext/oci8 oci8.c
/php-src/ext/standard crypt.c php_crypt.h
Log:
* email address update
http://cvs.php.net/diff.php/php-src/ext/oci8/oci8.c?r1=1.249&r2=1.250&ty=u
Index: php-src/ext/oci8/oci8.c
diff -u php-src/ext/oci8/oci8.c:1.249 php-src/ext/oci8/oci8.c:1.250
--- php-src/ext/oci8/oci8.c:1.249 Thu Feb 12 14:03:03 2004
+++ php-src/ext/oci8/oci8.c Thu Feb 12 14:05:39 2004
@@ -12,7 +12,7 @@
| obtain it through the world-wide-web, please send a note to |
| [EMAIL PROTECTED] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
- | Authors: Stig S�ther Bakken <[EMAIL PROTECTED]> |
+ | Authors: Stig S�ther Bakken <[EMAIL PROTECTED]> |
| Thies C. Arntzen <[EMAIL PROTECTED]> |
| Maxim Maletsky <[EMAIL PROTECTED]> |
| |
@@ -22,7 +22,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: oci8.c,v 1.249 2004/02/12 19:03:03 ssb Exp $ */
+/* $Id: oci8.c,v 1.250 2004/02/12 19:05:39 ssb Exp $ */
/* TODO list:
*
@@ -786,7 +786,7 @@
php_info_print_table_start();
php_info_print_table_row(2, "OCI8 Support", "enabled");
- php_info_print_table_row(2, "Revision", "$Revision: 1.249 $");
+ php_info_print_table_row(2, "Revision", "$Revision: 1.250 $");
sprintf(buf, "%ld", num_persistent);
php_info_print_table_row(2, "Active Persistent Links", buf);
http://cvs.php.net/diff.php/php-src/ext/standard/crypt.c?r1=1.60&r2=1.61&ty=u
Index: php-src/ext/standard/crypt.c
diff -u php-src/ext/standard/crypt.c:1.60 php-src/ext/standard/crypt.c:1.61
--- php-src/ext/standard/crypt.c:1.60 Sun Jan 18 22:14:58 2004
+++ php-src/ext/standard/crypt.c Thu Feb 12 14:05:41 2004
@@ -12,12 +12,12 @@
| obtain it through the world-wide-web, please send a note to |
| [EMAIL PROTECTED] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
- | Authors: Stig Bakken <[EMAIL PROTECTED]> |
+ | Authors: Stig Bakken <[EMAIL PROTECTED]> |
| Zeev Suraski <[EMAIL PROTECTED]> |
| Rasmus Lerdorf <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
*/
-/* $Id: crypt.c,v 1.60 2004/01/19 03:14:58 sniper Exp $ */
+/* $Id: crypt.c,v 1.61 2004/02/12 19:05:41 ssb Exp $ */
#include <stdlib.h>
#include "php.h"
http://cvs.php.net/diff.php/php-src/ext/standard/php_crypt.h?r1=1.16&r2=1.17&ty=u
Index: php-src/ext/standard/php_crypt.h
diff -u php-src/ext/standard/php_crypt.h:1.16 php-src/ext/standard/php_crypt.h:1.17
--- php-src/ext/standard/php_crypt.h:1.16 Thu Jan 8 12:32:51 2004
+++ php-src/ext/standard/php_crypt.h Thu Feb 12 14:05:41 2004
@@ -12,13 +12,13 @@
| obtain it through the world-wide-web, please send a note to |
| [EMAIL PROTECTED] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
- | Authors: Stig Bakken <[EMAIL PROTECTED]> |
+ | Authors: Stig Bakken <[EMAIL PROTECTED]> |
| Zeev Suraski <[EMAIL PROTECTED]> |
| Rasmus Lerdorf <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
*/
-/* $Id: php_crypt.h,v 1.16 2004/01/08 17:32:51 sniper Exp $ */
+/* $Id: php_crypt.h,v 1.17 2004/02/12 19:05:41 ssb Exp $ */
#ifndef PHP_CRYPT_H
#define PHP_CRYPT_H
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php