[PHP-CVS] cvs: php-src / header

2008-07-26 Thread Jani Taskinen
janiSat Jul 26 22:21:12 2008 UTC

  Modified files:  
/php-srcheader 
  Log:
  correct year and version
  
http://cvs.php.net/viewvc.cgi/php-src/header?r1=1.17&r2=1.18&diff_format=u
Index: php-src/header
diff -u php-src/header:1.17 php-src/header:1.18
--- php-src/header:1.17 Sun Jan  1 13:09:48 2006
+++ php-src/header  Sat Jul 26 22:21:12 2008
@@ -1,8 +1,8 @@
 /*
   +--+
-  | PHP Version 5|
+  | PHP Version 6|
   +--+
-  | Copyright (c) 1997-2006 The PHP Group|
+  | Copyright (c) 1997-2008 The PHP Group|
   +--+
   | This source file is subject to version 3.01 of the PHP license,  |
   | that is bundled with this package in the file LICENSE, and is|
@@ -16,4 +16,4 @@
   +--+
 */
 
-/* $Id: header,v 1.17 2006/01/01 13:09:48 sniper Exp $ */
+/* $Id: header,v 1.18 2008/07/26 22:21:12 jani Exp $ */



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



Re: [PHP-CVS] cvs: php-src / header /sapi/cgi cgi_main.c getopt.c php_getopt.h /sapi/cli getopt.c php.1.in php_cli_readline.h php_getopt.h /sapi/milter php_milter.c

2005-08-03 Thread Steph
Thanks Jani.

I did the same for /Zend and /TSRM, but for some reason the mail never
arrived on [EMAIL PROTECTED]  Fwd'ing privately.


- Original Message - 
From: "Jani Taskinen" <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, August 03, 2005 1:12 PM
Subject: [PHP-CVS] cvs: php-src / header /sapi/cgi cgi_main.c getopt.c
php_getopt.h /sapi/cli getopt.c php.1.in php_cli_readline.h php_getopt.h
/sapi/milter php_milter.c


> sniper Wed Aug  3 07:12:20 2005 EDT
>
>   Modified files:
> /php-src header
> /php-src/sapi/cgi cgi_main.c getopt.c php_getopt.h
> /php-src/sapi/cli getopt.c php.1.in php_cli_readline.h php_getopt.h
> /php-src/sapi/milter php_milter.c
>   Log:
>   - 2004 -> 2005
>
>






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

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



[PHP-CVS] cvs: php-src / header /sapi/cgi cgi_main.c getopt.c php_getopt.h /sapi/cli getopt.c php.1.in php_cli_readline.h php_getopt.h /sapi/milter php_milter.c

2005-08-03 Thread Jani Taskinen
sniper  Wed Aug  3 07:12:20 2005 EDT

  Modified files:  
/php-srcheader 
/php-src/sapi/cgi   cgi_main.c getopt.c php_getopt.h 
/php-src/sapi/cli   getopt.c php.1.in php_cli_readline.h php_getopt.h 
/php-src/sapi/milterphp_milter.c 
  Log:
  - 2004 -> 2005
  
  http://cvs.php.net/diff.php/php-src/header?r1=1.15&r2=1.16&ty=u
Index: php-src/header
diff -u php-src/header:1.15 php-src/header:1.16
--- php-src/header:1.15 Thu Jan  8 11:46:52 2004
+++ php-src/header  Wed Aug  3 07:12:16 2005
@@ -2,7 +2,7 @@
   +--+
   | PHP Version 5|
   +--+
-  | Copyright (c) 1997-2004 The PHP Group|
+  | Copyright (c) 1997-2005 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|
@@ -16,4 +16,4 @@
   +--+
 */
 
-/* $Id: header,v 1.15 2004/01/08 16:46:52 sniper Exp $ */
+/* $Id: header,v 1.16 2005/08/03 11:12:16 sniper Exp $ */
http://cvs.php.net/diff.php/php-src/sapi/cgi/cgi_main.c?r1=1.266&r2=1.267&ty=u
Index: php-src/sapi/cgi/cgi_main.c
diff -u php-src/sapi/cgi/cgi_main.c:1.266 php-src/sapi/cgi/cgi_main.c:1.267
--- php-src/sapi/cgi/cgi_main.c:1.266   Thu Jun 16 10:54:51 2005
+++ php-src/sapi/cgi/cgi_main.c Wed Aug  3 07:12:17 2005
@@ -2,7 +2,7 @@
+--+
| PHP Version 5|
+--+
-   | Copyright (c) 1997-2004 The PHP Group|
+   | Copyright (c) 1997-2005 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|
@@ -20,7 +20,7 @@
+--+
 */
 
-/* $Id: cgi_main.c,v 1.266 2005/06/16 14:54:51 wez Exp $ */
+/* $Id: cgi_main.c,v 1.267 2005/08/03 11:12:17 sniper Exp $ */
 
 #include "php.h"
 #include "php_globals.h"
@@ -1412,9 +1412,9 @@

SG(request_info).no_headers = 1;
}
 #if ZEND_DEBUG
-   php_printf("PHP %s (%s) (built: 
%s %s) (DEBUG)\nCopyright (c) 1997-2004 The PHP Group\n%s", PHP_VERSION, 
sapi_module.name, __DATE__, __TIME__, get_zend_version());
+   php_printf("PHP %s (%s) (built: 
%s %s) (DEBUG)\nCopyright (c) 1997-2005 The PHP Group\n%s", PHP_VERSION, 
sapi_module.name, __DATE__, __TIME__, get_zend_version());
 #else
-   php_printf("PHP %s (%s) (built: 
%s %s)\nCopyright (c) 1997-2004 The PHP Group\n%s", PHP_VERSION, 
sapi_module.name, __DATE__, __TIME__, get_zend_version());
+   php_printf("PHP %s (%s) (built: 
%s %s)\nCopyright (c) 1997-2005 The PHP Group\n%s", PHP_VERSION, 
sapi_module.name, __DATE__, __TIME__, get_zend_version());
 #endif
php_end_ob_buffers(1 TSRMLS_CC);
exit(1);
http://cvs.php.net/diff.php/php-src/sapi/cgi/getopt.c?r1=1.8&r2=1.9&ty=u
Index: php-src/sapi/cgi/getopt.c
diff -u php-src/sapi/cgi/getopt.c:1.8 php-src/sapi/cgi/getopt.c:1.9
--- php-src/sapi/cgi/getopt.c:1.8   Thu Jan  8 03:18:08 2004
+++ php-src/sapi/cgi/getopt.c   Wed Aug  3 07:12:18 2005
@@ -2,7 +2,7 @@
+--+
| PHP Version 5|
+--+
-   | Copyright (c) 1997-2004 The PHP Group|
+   | Copyright (c) 1997-2005 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|
http://cvs.php.net/diff.php/php-src/sapi/cgi/php_getopt.h?r1=1.6&r2=1.7&ty=u
Index: php-src/sapi/cgi/php_getopt.h
diff -u php-src/sapi/cgi/php_getopt.h:1.6 php-src/sapi/cgi/php_getopt.h:1.7
--- php-src/sapi/cgi/php_getopt.h:1.6   Thu Jan  8 12:33:22 2004
+++ php-src/sapi/cgi/php_getopt.h   Wed A

[PHP-CVS] cvs: php-src / header

2004-01-08 Thread Jani Taskinen
sniper  Thu Jan  8 11:46:53 2004 EDT

  Modified files:  
/php-srcheader 
  Log:
  Happy new year!
  
Index: php-src/header
diff -u php-src/header:1.14 php-src/header:1.15
--- php-src/header:1.14 Fri Sep 19 05:02:14 2003
+++ php-src/header  Thu Jan  8 11:46:52 2004
@@ -2,7 +2,7 @@
   +--+
   | PHP Version 5|
   +--+
-  | Copyright (c) 1997-2003 The PHP Group|
+  | Copyright (c) 1997-2004 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|
@@ -16,4 +16,4 @@
   +--+
 */
 
-/* $Id: header,v 1.14 2003/09/19 09:02:14 sniper Exp $ */
+/* $Id: header,v 1.15 2004/01/08 16:46:52 sniper Exp $ */

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



[PHP-CVS] cvs: php-src / header

2003-09-19 Thread Jani Taskinen
sniper  Fri Sep 19 05:02:14 2003 EDT

  Modified files:  
/php-srcheader 
  Log:
  Is the version 5 now? :)
  
Index: php-src/header
diff -u php-src/header:1.13 php-src/header:1.14
--- php-src/header:1.13 Tue Jun 10 16:03:23 2003
+++ php-src/header  Fri Sep 19 05:02:14 2003
@@ -1,6 +1,6 @@
 /*
   +--+
-  | PHP Version 4|
+  | PHP Version 5|
   +--+
   | Copyright (c) 1997-2003 The PHP Group|
   +--+
@@ -16,4 +16,4 @@
   +--+
 */
 
-/* $Id: header,v 1.13 2003/06/10 20:03:23 imajes Exp $ */
+/* $Id: header,v 1.14 2003/09/19 09:02:14 sniper Exp $ */

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