sniper          Tue Dec  9 11:29:56 2003 EDT

  Modified files:              
    /php-src/main       php_realpath.c 
    /php-src/ext/simplexml      php_simplexml.h simplexml.c 
    /php-src/ext/mono   php_mono.c php_mono.h 
    /php-src/ext/bz2    bz2.c php_bz2.h 
  Log:
  - Update header + added missing Id tags.
  
  
Index: php-src/main/php_realpath.c
diff -u php-src/main/php_realpath.c:1.13 php-src/main/php_realpath.c:1.14
--- php-src/main/php_realpath.c:1.13    Sun Aug 27 14:01:17 2000
+++ php-src/main/php_realpath.c Tue Dec  9 11:29:50 2003
@@ -1,20 +1,22 @@
 /*
-   +----------------------------------------------------------------------+
-   | PHP version 4.0                                                      |
-   +----------------------------------------------------------------------+
-   | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group                   |
-   +----------------------------------------------------------------------+
-   | This source file is subject to version 2.02 of the PHP license,      |
-   | that is bundled with this package in the file LICENSE, and is        |
-   | available at through the world-wide-web at                           |
-   | http://www.php.net/license/2_02.txt.                                 |
-   | If you did not receive a copy of the PHP license and are unable to   |
-   | obtain it through the world-wide-web, please send a note to          |
-   | [EMAIL PROTECTED] so we can mail you a copy immediately.               |
-   +----------------------------------------------------------------------+
-   | Author: Sander Steffann ([EMAIL PROTECTED])                         |
-   +----------------------------------------------------------------------+
- */
+  +----------------------------------------------------------------------+
+  | PHP Version 5                                                        |
+  +----------------------------------------------------------------------+
+  | Copyright (c) 1997-2003 The PHP Group                                |
+  +----------------------------------------------------------------------+
+  | This source file is subject to version 3.0 of the PHP license,       |
+  | that is bundled with this package in the file LICENSE, and is        |
+  | available through the world-wide-web at the following url:           |
+  | http://www.php.net/license/3_0.txt.                                  |
+  | If you did not receive a copy of the PHP license and are unable to   |
+  | obtain it through the world-wide-web, please send a note to          |
+  | [EMAIL PROTECTED] so we can mail you a copy immediately.               |
+  +----------------------------------------------------------------------+
+  | Author: Sander Steffann ([EMAIL PROTECTED])                         |
+  +----------------------------------------------------------------------+
+*/
+
+/* $Id: php_realpath.c,v 1.14 2003/12/09 16:29:50 sniper Exp $ */
 
 #include "php.h"
 
Index: php-src/ext/simplexml/php_simplexml.h
diff -u php-src/ext/simplexml/php_simplexml.h:1.9 
php-src/ext/simplexml/php_simplexml.h:1.10
--- php-src/ext/simplexml/php_simplexml.h:1.9   Sun Nov 23 11:20:57 2003
+++ php-src/ext/simplexml/php_simplexml.h       Tue Dec  9 11:29:51 2003
@@ -1,13 +1,13 @@
 /*
   +----------------------------------------------------------------------+
-  | PHP Version 4                                                        |
+  | PHP Version 5                                                        |
   +----------------------------------------------------------------------+
   | Copyright (c) 1997-2003 The PHP Group                                |
   +----------------------------------------------------------------------+
-  | This source file is subject to version 2.02 of the PHP license,      |
+  | This source file is subject to version 3.0 of the PHP license,       |
   | that is bundled with this package in the file LICENSE, and is        |
-  | available at through the world-wide-web at                           |
-  | http://www.php.net/license/2_02.txt.                                 |
+  | available through the world-wide-web at the following url:           |
+  | http://www.php.net/license/3_0.txt.                                  |
   | If you did not receive a copy of the PHP license and are unable to   |
   | obtain it through the world-wide-web, please send a note to          |
   | [EMAIL PROTECTED] so we can mail you a copy immediately.               |
@@ -16,7 +16,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: php_simplexml.h,v 1.9 2003/11/23 16:20:57 helly Exp $ */
+/* $Id: php_simplexml.h,v 1.10 2003/12/09 16:29:51 sniper Exp $ */
 
 #ifndef PHP_SIMPLEXML_H
 #define PHP_SIMPLEXML_H
Index: php-src/ext/simplexml/simplexml.c
diff -u php-src/ext/simplexml/simplexml.c:1.90 php-src/ext/simplexml/simplexml.c:1.91
--- php-src/ext/simplexml/simplexml.c:1.90      Sun Dec  7 06:32:40 2003
+++ php-src/ext/simplexml/simplexml.c   Tue Dec  9 11:29:51 2003
@@ -1,13 +1,13 @@
 /*
   +----------------------------------------------------------------------+
-  | PHP Version 4                                                        |
+  | PHP Version 5                                                        |
   +----------------------------------------------------------------------+
   | Copyright (c) 1997-2003 The PHP Group                                |
   +----------------------------------------------------------------------+
-  | This source file is subject to version 2.02 of the PHP license,      |
+  | This source file is subject to version 3.0 of the PHP license,       |
   | that is bundled with this package in the file LICENSE, and is        |
-  | available at through the world-wide-web at                           |
-  | http://www.php.net/license/2_02.txt.                                 |
+  | available through the world-wide-web at the following url:           |
+  | http://www.php.net/license/3_0.txt.                                  |
   | If you did not receive a copy of the PHP license and are unable to   |
   | obtain it through the world-wide-web, please send a note to          |
   | [EMAIL PROTECTED] so we can mail you a copy immediately.               |
@@ -17,7 +17,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: simplexml.c,v 1.90 2003/12/07 11:32:40 wez Exp $ */
+/* $Id: simplexml.c,v 1.91 2003/12/09 16:29:51 sniper Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -1571,7 +1571,7 @@
 {
        php_info_print_table_start();
        php_info_print_table_header(2, "Simplexml support", "enabled");
-       php_info_print_table_row(2, "Revision", "$Revision: 1.90 $");
+       php_info_print_table_row(2, "Revision", "$Revision: 1.91 $");
        php_info_print_table_row(2, "Schema support", 
 #ifdef LIBXML_SCHEMAS_ENABLED
                "enabled");
Index: php-src/ext/mono/php_mono.c
diff -u php-src/ext/mono/php_mono.c:1.10 php-src/ext/mono/php_mono.c:1.11
--- php-src/ext/mono/php_mono.c:1.10    Tue Oct  7 11:47:22 2003
+++ php-src/ext/mono/php_mono.c Tue Dec  9 11:29:54 2003
@@ -1,13 +1,13 @@
 /*
   +----------------------------------------------------------------------+
-  | PHP-Mono v0.2                                                        |
+  | PHP Version 5                                                        |
   +----------------------------------------------------------------------+
-  | Copyright (c) 2003 Sterling Hughes <[EMAIL PROTECTED]>                |
+  | Copyright (c) 1997-2003 The PHP Group                                |
   +----------------------------------------------------------------------+
-  | This source file is subject to version 2.02 of the PHP license,      |
+  | This source file is subject to version 3.0 of the PHP license,       |
   | that is bundled with this package in the file LICENSE, and is        |
-  | available at through the world-wide-web at                           |
-  | http://www.php.net/license/2_02.txt.                                 |
+  | available through the world-wide-web at the following url:           |
+  | http://www.php.net/license/3_0.txt.                                  |
   | If you did not receive a copy of the PHP license and are unable to   |
   | obtain it through the world-wide-web, please send a note to          |
   | [EMAIL PROTECTED] so we can mail you a copy immediately.               |
@@ -16,7 +16,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: php_mono.c,v 1.10 2003/10/07 15:47:22 zeev Exp $ */
+/* $Id: php_mono.c,v 1.11 2003/12/09 16:29:54 sniper Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
Index: php-src/ext/mono/php_mono.h
diff -u php-src/ext/mono/php_mono.h:1.3 php-src/ext/mono/php_mono.h:1.4
--- php-src/ext/mono/php_mono.h:1.3     Fri Feb  7 17:49:27 2003
+++ php-src/ext/mono/php_mono.h Tue Dec  9 11:29:54 2003
@@ -1,13 +1,13 @@
 /*
   +----------------------------------------------------------------------+
-  | PHP-Mono Version 0.2                                                 |
+  | PHP Version 5                                                        |
   +----------------------------------------------------------------------+
-  | Copyright (c) 2003 Sterling Hughes <[EMAIL PROTECTED]>                |
+  | Copyright (c) 1997-2003 The PHP Group                                |
   +----------------------------------------------------------------------+
-  | This source file is subject to version 2.02 of the PHP license,      |
+  | This source file is subject to version 3.0 of the PHP license,       |
   | that is bundled with this package in the file LICENSE, and is        |
-  | available at through the world-wide-web at                           |
-  | http://www.php.net/license/2_02.txt.                                 |
+  | available through the world-wide-web at the following url:           |
+  | http://www.php.net/license/3_0.txt.                                  |
   | If you did not receive a copy of the PHP license and are unable to   |
   | obtain it through the world-wide-web, please send a note to          |
   | [EMAIL PROTECTED] so we can mail you a copy immediately.               |
@@ -16,7 +16,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: php_mono.h,v 1.3 2003/02/07 22:49:27 sterling Exp $ */
+/* $Id: php_mono.h,v 1.4 2003/12/09 16:29:54 sniper Exp $ */
 
 #ifndef PHP_MONO_H
 #define PHP_MONO_H
Index: php-src/ext/bz2/bz2.c
diff -u php-src/ext/bz2/bz2.c:1.2 php-src/ext/bz2/bz2.c:1.3
--- php-src/ext/bz2/bz2.c:1.2   Mon Sep 15 19:49:32 2003
+++ php-src/ext/bz2/bz2.c       Tue Dec  9 11:29:54 2003
@@ -1,22 +1,22 @@
 /*
-   +----------------------------------------------------------------------+
-   | PHP version 4.0                                                      |
-   +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2003 The PHP Group                                |
-   +----------------------------------------------------------------------+
-   | This source file is subject to version 2.02 of the PHP license,      |
-   | that is bundled with this package in the file LICENSE, and is        |
-   | available at through the world-wide-web at                           |
-   | http://www.php.net/license/2_02.txt.                                 |
-   | If you did not receive a copy of the PHP license and are unable to   |
-   | obtain it through the world-wide-web, please send a note to          |
-   | [EMAIL PROTECTED] so we can mail you a copy immediately.               |
-   +----------------------------------------------------------------------+
-   | Author: Sterling Hughes <[EMAIL PROTECTED]>                           |
-   +----------------------------------------------------------------------+
- */
+  +----------------------------------------------------------------------+
+  | PHP Version 5                                                        |
+  +----------------------------------------------------------------------+
+  | Copyright (c) 1997-2003 The PHP Group                                |
+  +----------------------------------------------------------------------+
+  | This source file is subject to version 3.0 of the PHP license,       |
+  | that is bundled with this package in the file LICENSE, and is        |
+  | available through the world-wide-web at the following url:           |
+  | http://www.php.net/license/3_0.txt.                                  |
+  | If you did not receive a copy of the PHP license and are unable to   |
+  | obtain it through the world-wide-web, please send a note to          |
+  | [EMAIL PROTECTED] so we can mail you a copy immediately.               |
+  +----------------------------------------------------------------------+
+  | Author: Sterling Hughes <[EMAIL PROTECTED]>                           |
+  +----------------------------------------------------------------------+
+*/
  
-/* $Id: bz2.c,v 1.2 2003/09/15 23:49:32 iliaa Exp $ */
+/* $Id: bz2.c,v 1.3 2003/12/09 16:29:54 sniper Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
Index: php-src/ext/bz2/php_bz2.h
diff -u php-src/ext/bz2/php_bz2.h:1.2 php-src/ext/bz2/php_bz2.h:1.3
--- php-src/ext/bz2/php_bz2.h:1.2       Wed Dec  3 21:58:33 2003
+++ php-src/ext/bz2/php_bz2.h   Tue Dec  9 11:29:54 2003
@@ -1,20 +1,22 @@
 /*
-   +----------------------------------------------------------------------+
-   | PHP Version 4                                                        |
-   +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2003 The PHP Group                                |
-   +----------------------------------------------------------------------+
-   | This source file is subject to version 2.02 of the PHP license,      |
-   | that is bundled with this package in the file LICENSE, and is        |
-   | available at through the world-wide-web at                           |
-   | http://www.php.net/license/2_02.txt.                                 |
-   | If you did not receive a copy of the PHP license and are unable to   |
-   | obtain it through the world-wide-web, please send a note to          |
-   | [EMAIL PROTECTED] so we can mail you a copy immediately.               |
-   +----------------------------------------------------------------------+
-   | Author: Sterling Hughes <[EMAIL PROTECTED]>                           |
-   +----------------------------------------------------------------------+
- */
+  +----------------------------------------------------------------------+
+  | PHP Version 5                                                        |
+  +----------------------------------------------------------------------+
+  | Copyright (c) 1997-2003 The PHP Group                                |
+  +----------------------------------------------------------------------+
+  | This source file is subject to version 3.0 of the PHP license,       |
+  | that is bundled with this package in the file LICENSE, and is        |
+  | available through the world-wide-web at the following url:           |
+  | http://www.php.net/license/3_0.txt.                                  |
+  | If you did not receive a copy of the PHP license and are unable to   |
+  | obtain it through the world-wide-web, please send a note to          |
+  | [EMAIL PROTECTED] so we can mail you a copy immediately.               |
+  +----------------------------------------------------------------------+
+  | Author: Sterling Hughes <[EMAIL PROTECTED]>                           |
+  +----------------------------------------------------------------------+
+*/
+
+/* $Id: php_bz2.h,v 1.3 2003/12/09 16:29:54 sniper Exp $ */
 
 #ifndef PHP_BZ2_H
 #define PHP_BZ2_H

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to