sfox Sun Jul 20 02:20:31 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/win32/build Makefile buildconf.js confutils.js cvsclean.js
Log:
- Happy New Year!
(better late than never, eh?)
http://cvs.php.net/viewvc.cgi/php-src/win32/build/Makefile?r1=1.35.2.1.2.6.2.5&r2=1.35.2.1.2.6.2.6&diff_format=u
Index: php-src/win32/build/Makefile
diff -u php-src/win32/build/Makefile:1.35.2.1.2.6.2.5
php-src/win32/build/Makefile:1.35.2.1.2.6.2.6
--- php-src/win32/build/Makefile:1.35.2.1.2.6.2.5 Fri May 9 11:20:09 2008
+++ php-src/win32/build/Makefile Sun Jul 20 02:20:31 2008
@@ -1,7 +1,7 @@
# +----------------------------------------------------------------------+
# | PHP Version 5 |
# +----------------------------------------------------------------------+
-# | Copyright (c) 1997-2007 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 |
@@ -14,7 +14,7 @@
# | Author: Wez Furlong <[EMAIL PROTECTED]> |
# +----------------------------------------------------------------------+
#
-# $Id: Makefile,v 1.35.2.1.2.6.2.5 2008/05/09 11:20:09 sfox Exp $
+# $Id: Makefile,v 1.35.2.1.2.6.2.6 2008/07/20 02:20:31 sfox Exp $
# This is the makefile template for the win32 build
CC="$(CL)"
http://cvs.php.net/viewvc.cgi/php-src/win32/build/buildconf.js?r1=1.13.2.2.2.1.2.3&r2=1.13.2.2.2.1.2.4&diff_format=u
Index: php-src/win32/build/buildconf.js
diff -u php-src/win32/build/buildconf.js:1.13.2.2.2.1.2.3
php-src/win32/build/buildconf.js:1.13.2.2.2.1.2.4
--- php-src/win32/build/buildconf.js:1.13.2.2.2.1.2.3 Wed Jul 9 08:15:46 2008
+++ php-src/win32/build/buildconf.js Sun Jul 20 02:20:31 2008
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2007 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,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: buildconf.js,v 1.13.2.2.2.1.2.3 2008/07/09 08:15:46 sfox Exp $ */
+/* $Id: buildconf.js,v 1.13.2.2.2.1.2.4 2008/07/20 02:20:31 sfox Exp $ */
// This generates a configure script for win32 build
WScript.StdOut.WriteLine("Rebuilding configure.js");
http://cvs.php.net/viewvc.cgi/php-src/win32/build/confutils.js?r1=1.60.2.1.2.8.2.27&r2=1.60.2.1.2.8.2.28&diff_format=u
Index: php-src/win32/build/confutils.js
diff -u php-src/win32/build/confutils.js:1.60.2.1.2.8.2.27
php-src/win32/build/confutils.js:1.60.2.1.2.8.2.28
--- php-src/win32/build/confutils.js:1.60.2.1.2.8.2.27 Sat Jul 19 19:02:59 2008
+++ php-src/win32/build/confutils.js Sun Jul 20 02:20:31 2008
@@ -3,7 +3,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2007 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 |
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-// $Id: confutils.js,v 1.60.2.1.2.8.2.27 2008/07/19 19:02:59 sfox Exp $
+// $Id: confutils.js,v 1.60.2.1.2.8.2.28 2008/07/20 02:20:31 sfox Exp $
var STDOUT = WScript.StdOut;
var STDERR = WScript.StdErr;
http://cvs.php.net/viewvc.cgi/php-src/win32/build/cvsclean.js?r1=1.5.2.1.2.1&r2=1.5.2.1.2.1.2.1&diff_format=u
Index: php-src/win32/build/cvsclean.js
diff -u php-src/win32/build/cvsclean.js:1.5.2.1.2.1
php-src/win32/build/cvsclean.js:1.5.2.1.2.1.2.1
--- php-src/win32/build/cvsclean.js:1.5.2.1.2.1 Mon Jan 1 19:32:09 2007
+++ php-src/win32/build/cvsclean.js Sun Jul 20 02:20:31 2008
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2007 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,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: cvsclean.js,v 1.5.2.1.2.1 2007/01/01 19:32:09 iliaa Exp $ */
+/* $Id: cvsclean.js,v 1.5.2.1.2.1.2.1 2008/07/20 02:20:31 sfox Exp $ */
// Cleans up files that do not belong in CVS
var FSO = WScript.CreateObject("Scripting.FileSystemObject");
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php