Date: Thu Dec 28 23:58:39 CET 2006
User: Derick Rethans
Directory: xdebug
Log Message:
[0.25]
- 2007 baby.
Modified files:
xdebug/LICENSE (version: 1.7)
xdebug/php_xdebug.h (version: 1.125)
xdebug/usefulstuff.c (version: 1.36)
xdebug/usefulstuff.h (version: 1.19)
xdebug/xdebug.c (version: 1.365)
xdebug/xdebug_code_coverage.c (version: 1.31)
xdebug/xdebug_code_coverage.h (version: 1.11)
xdebug/xdebug_com.c (version: 1.14)
xdebug/xdebug_com.h (version: 1.12)
xdebug/xdebug_compat.h (version: 1.7)
xdebug/xdebug_handler_dbgp.c (version: 1.113)
xdebug/xdebug_handler_dbgp.h (version: 1.19)
xdebug/xdebug_handler_gdb.c (version: 1.83)
xdebug/xdebug_handler_gdb.h (version: 1.30)
xdebug/xdebug_handler_php3.c (version: 1.21)
xdebug/xdebug_handler_php3.h (version: 1.16)
xdebug/xdebug_handlers.c (version: 1.17)
xdebug/xdebug_handlers.h (version: 1.35)
xdebug/xdebug_mm.h (version: 1.5)
xdebug/xdebug_private.c (version: 1.5)
xdebug/xdebug_private.h (version: 1.22)
xdebug/xdebug_profiler.c (version: 1.45)
xdebug/xdebug_profiler.h (version: 1.12)
xdebug/xdebug_set.c (version: 1.4)
xdebug/xdebug_set.h (version: 1.3)
xdebug/xdebug_str.c (version: 1.8)
xdebug/xdebug_str.h (version: 1.6)
xdebug/xdebug_superglobals.c (version: 1.22)
xdebug/xdebug_superglobals.h (version: 1.8)
xdebug/xdebug_var.c (version: 1.82)
xdebug/xdebug_var.h (version: 1.26)
xdebug/xdebug_xml.c (version: 1.12)
xdebug/xdebug_xml.h (version: 1.6)
xdebug/debugclient/LICENSE (version: 1.4)
xdebug/debugclient/main.c (version: 1.35)
xdebug/debugclient/usefulstuff.c (version: 1.11)
xdebug/debugclient/usefulstuff.h (version: 1.9)
[FILE: /xdebug/LICENSE]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xdebug/LICENSE:1.6 Wed Oct 05 18:57:46 2005 GMT
+++ xdebug/LICENSE Thu Dec 28 21:58:37 2006 GMT
@@ -1,7 +1,7 @@
--------------------------------------------------------------------
The Xdebug License, version 1.01
(Based on "The PHP License", version 3.0)
-Copyright (c) 2002, 2003, 2004 Derick Rethans. All rights reserved.
+ Copyright (c) 2003-2007 Derick Rethans. All rights reserved.
--------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without
[FILE: /xdebug/php_xdebug.h]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- xdebug/php_xdebug.h:1.124 Sun Dec 24 19:04:29 2006 GMT
+++ xdebug/php_xdebug.h Thu Dec 28 21:58:37 2006 GMT
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| Xdebug |
+----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+----------------------------------------------------------------------+
| This source file is subject to version 1.0 of the Xdebug license, |
| that is bundled with this package in the file LICENSE, and is |
[FILE: /xdebug/usefulstuff.c]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- xdebug/usefulstuff.c:1.35 Thu Dec 28 19:01:12 2006 GMT
+++ xdebug/usefulstuff.c Thu Dec 28 21:58:37 2006 GMT
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| Xdebug |
+----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+----------------------------------------------------------------------+
| This source file is subject to version 1.0 of the Xdebug license, |
| that is bundled with this package in the file LICENSE, and is |
[FILE: /xdebug/usefulstuff.h]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- xdebug/usefulstuff.h:1.18 Mon Sep 04 18:44:31 2006 GMT
+++ xdebug/usefulstuff.h Thu Dec 28 21:58:37 2006 GMT
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| Xdebug |
+----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+----------------------------------------------------------------------+
| This source file is subject to version 1.0 of the Xdebug license, |
| that is bundled with this package in the file LICENSE, and is |
[FILE: /xdebug/xdebug.c]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.364
retrieving revision 1.365
diff -u -r1.364 -r1.365
--- xdebug/xdebug.c:1.364 Sat Dec 23 19:04:21 2006 GMT
+++ xdebug/xdebug.c Thu Dec 28 21:58:37 2006 GMT
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| Xdebug |
+----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+----------------------------------------------------------------------+
| This source file is subject to version 1.0 of the Xdebug license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -2991,7 +2991,7 @@
XDEBUG_VERSION,
XDEBUG_AUTHOR,
XDEBUG_URL,
- "Copyright (c) 2002, 2003, 2004, 2005, 2006",
+ "Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007",
xdebug_zend_startup,
xdebug_zend_shutdown,
NULL, /* activate_func_t */
[FILE: /xdebug/xdebug_code_coverage.c]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- xdebug/xdebug_code_coverage.c:1.30 Sat Dec 23 19:04:21 2006 GMT
+++ xdebug/xdebug_code_coverage.c Thu Dec 28 21:58:37 2006 GMT
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| Xdebug |
+----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+----------------------------------------------------------------------+
| This source file is subject to version 1.0 of the Xdebug license, |
| that is bundled with this package in the file LICENSE, and is |
[FILE: /xdebug/xdebug_code_coverage.h]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xdebug/xdebug_code_coverage.h:1.10 Mon Oct 16 18:11:23 2006 GMT
+++ xdebug/xdebug_code_coverage.h Thu Dec 28 21:58:37 2006 GMT
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| Xdebug |
+----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+----------------------------------------------------------------------+
| This source file is subject to version 1.0 of the Xdebug license, |
| that is bundled with this package in the file LICENSE, and is |
[FILE: /xdebug/xdebug_com.c]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- xdebug/xdebug_com.c:1.13 Sun Jan 01 14:27:27 2006 GMT
+++ xdebug/xdebug_com.c Thu Dec 28 21:58:37 2006 GMT
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| Xdebug |
+----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+----------------------------------------------------------------------+
| This source file is subject to version 1.0 of the Xdebug license, |
| that is bundled with this package in the file LICENSE, and is |
[FILE: /xdebug/xdebug_com.h]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- xdebug/xdebug_com.h:1.11 Sun Jan 01 14:27:27 2006 GMT
+++ xdebug/xdebug_com.h Thu Dec 28 21:58:37 2006 GMT
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| Xdebug |
+----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+----------------------------------------------------------------------+
| This source file is subject to version 1.0 of the Xdebug license, |
| that is bundled with this package in the file LICENSE, and is |
[FILE: /xdebug/xdebug_compat.h]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xdebug/xdebug_compat.h:1.6 Sun Jan 01 14:27:27 2006 GMT
+++ xdebug/xdebug_compat.h Thu Dec 28 21:58:37 2006 GMT
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| Xdebug |
+----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+----------------------------------------------------------------------+
| This source file is subject to version 1.0 of the Xdebug license, |
| that is bundled with this package in the file LICENSE, and is |
[FILE: /xdebug/xdebug_handler_dbgp.c]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- xdebug/xdebug_handler_dbgp.c:1.112 Tue Dec 19 16:55:28 2006 GMT
+++ xdebug/xdebug_handler_dbgp.c Thu Dec 28 21:58:37 2006 GMT
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| Xdebug |
+----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+----------------------------------------------------------------------+
| This source file is subject to version 1.0 of the Xdebug license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -2177,7 +2177,7 @@
char *xdebug_dbgp_get_revision(void)
{
- return "$Revision: 1.112 $";
+ return "$Revision: 1.113 $";
}
int xdebug_dbgp_cmdloop(xdebug_con *context TSRMLS_DC)
[FILE: /xdebug/xdebug_handler_dbgp.h]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- xdebug/xdebug_handler_dbgp.h:1.18 Fri Nov 10 10:33:29 2006 GMT
+++ xdebug/xdebug_handler_dbgp.h Thu Dec 28 21:58:37 2006 GMT
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| Xdebug |
+----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+----------------------------------------------------------------------+
| This source file is subject to version 1.0 of the Xdebug license, |
| that is bundled with this package in the file LICENSE, and is |
[FILE: /xdebug/xdebug_handler_gdb.c]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- xdebug/xdebug_handler_gdb.c:1.82 Tue Dec 12 11:46:40 2006 GMT
+++ xdebug/xdebug_handler_gdb.c Thu Dec 28 21:58:37 2006 GMT
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| Xdebug |
+----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+----------------------------------------------------------------------+
| This source file is subject to version 1.0 of the Xdebug license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -1335,7 +1335,7 @@
char *xdebug_gdb_get_revision(void)
{
- return "$Revision: 1.82 $";
+ return "$Revision: 1.83 $";
}
int xdebug_gdb_init(xdebug_con *context, int mode)
@@ -1347,7 +1347,7 @@
TSRMLS_FETCH();
SENDMSG(context->socket, xdebug_sprintf("This is Xdebug version %s.\n", XDEBUG_VERSION));
- SSEND(context->socket, "Copyright 2002, 2003, 2004 by Derick Rethans,\n");
+ SSEND(context->socket, "Copyright 2002, 2003, 2004, 2005, 2006, 2007 by Derick Rethans,\n");
context->buffer = xdmalloc(sizeof(fd_buf));
context->buffer->buffer = NULL;
context->buffer->buffer_size = 0;
[FILE: /xdebug/xdebug_handler_gdb.h]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- xdebug/xdebug_handler_gdb.h:1.29 Tue Feb 21 19:43:17 2006 GMT
+++ xdebug/xdebug_handler_gdb.h Thu Dec 28 21:58:37 2006 GMT
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| Xdebug |
+----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+----------------------------------------------------------------------+
| This source file is subject to version 1.0 of the Xdebug license, |
| that is bundled with this package in the file LICENSE, and is |
[FILE: /xdebug/xdebug_handler_php3.c]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- xdebug/xdebug_handler_php3.c:1.20 Sun Jan 01 14:27:27 2006 GMT
+++ xdebug/xdebug_handler_php3.c Thu Dec 28 21:58:37 2006 GMT
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| Xdebug |
+----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+----------------------------------------------------------------------+
| This source file is subject to version 1.0 of the Xdebug license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -74,7 +74,7 @@
char *xdebug_php3_get_revision(void)
{
- return "$Revision: 1.20 $";
+ return "$Revision: 1.21 $";
}
int xdebug_php3_init(xdebug_con *context, int mode)
[FILE: /xdebug/xdebug_handler_php3.h]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- xdebug/xdebug_handler_php3.h:1.15 Tue Feb 21 19:43:17 2006 GMT
+++ xdebug/xdebug_handler_php3.h Thu Dec 28 21:58:37 2006 GMT
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| Xdebug |
+----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+----------------------------------------------------------------------+
| This source file is subject to version 1.0 of the Xdebug license, |
| that is bundled with this package in the file LICENSE, and is |
[FILE: /xdebug/xdebug_handlers.c]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- xdebug/xdebug_handlers.c:1.16 Tue Feb 21 19:43:17 2006 GMT
+++ xdebug/xdebug_handlers.c Thu Dec 28 21:58:37 2006 GMT
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| Xdebug |
+----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+----------------------------------------------------------------------+
| This source file is subject to version 1.0 of the Xdebug license, |
| that is bundled with this package in the file LICENSE, and is |
[FILE: /xdebug/xdebug_handlers.h]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- xdebug/xdebug_handlers.h:1.34 Sat Oct 07 20:06:32 2006 GMT
+++ xdebug/xdebug_handlers.h Thu Dec 28 21:58:37 2006 GMT
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| Xdebug |
+----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+----------------------------------------------------------------------+
| This source file is subject to version 1.0 of the Xdebug license, |
| that is bundled with this package in the file LICENSE, and is |
[FILE: /xdebug/xdebug_mm.h]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xdebug/xdebug_mm.h:1.4 Mon Jan 23 06:14:44 2006 GMT
+++ xdebug/xdebug_mm.h Thu Dec 28 21:58:37 2006 GMT
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| Xdebug |
+----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+----------------------------------------------------------------------+
| This source file is subject to version 1.0 of the Xdebug license, |
| that is bundled with this package in the file LICENSE, and is |
[FILE: /xdebug/xdebug_private.c]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xdebug/xdebug_private.c:1.4 Sun Jan 01 14:27:27 2006 GMT
+++ xdebug/xdebug_private.c Thu Dec 28 21:58:37 2006 GMT
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| Xdebug |
+----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+----------------------------------------------------------------------+
| This source file is subject to version 1.0 of the Xdebug license, |
| that is bundled with this package in the file LICENSE, and is |
[FILE: /xdebug/xdebug_private.h]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- xdebug/xdebug_private.h:1.21 Fri Nov 10 10:33:29 2006 GMT
+++ xdebug/xdebug_private.h Thu Dec 28 21:58:37 2006 GMT
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| Xdebug |
+----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+----------------------------------------------------------------------+
| This source file is subject to version 1.0 of the Xdebug license, |
| that is bundled with this package in the file LICENSE, and is |
[FILE: /xdebug/xdebug_profiler.c]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- xdebug/xdebug_profiler.c:1.44 Sat Oct 07 21:10:32 2006 GMT
+++ xdebug/xdebug_profiler.c Thu Dec 28 21:58:37 2006 GMT
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| Xdebug |
+----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+----------------------------------------------------------------------+
| This source file is subject to version 1.0 of the Xdebug license, |
| that is bundled with this package in the file LICENSE, and is |
[FILE: /xdebug/xdebug_profiler.h]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- xdebug/xdebug_profiler.h:1.11 Tue Jan 31 20:04:04 2006 GMT
+++ xdebug/xdebug_profiler.h Thu Dec 28 21:58:37 2006 GMT
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| Xdebug |
+----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+----------------------------------------------------------------------+
| This source file is subject to version 1.0 of the Xdebug license, |
| that is bundled with this package in the file LICENSE, and is |
[FILE: /xdebug/xdebug_set.c]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xdebug/xdebug_set.c:1.3 Thu Oct 19 18:45:19 2006 GMT
+++ xdebug/xdebug_set.c Thu Dec 28 21:58:37 2006 GMT
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| Xdebug |
+----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+----------------------------------------------------------------------+
| This source file is subject to version 1.0 of the Xdebug license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -15,7 +15,7 @@
| Authors: Derick Rethans <derick[@]xdebug.org> |
+----------------------------------------------------------------------+
*/
-/* $Id: cvstemp,v 1.3 2006/10/19 20:45:19 derick Exp $ */
+/* $Id: cvstemp,v 1.4 2006/12/28 22:58:37 derick Exp $ */
#include <stdlib.h>
#include <math.h>
[FILE: /xdebug/xdebug_set.h]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xdebug/xdebug_set.h:1.2 Sat Oct 07 21:10:32 2006 GMT
+++ xdebug/xdebug_set.h Thu Dec 28 21:58:37 2006 GMT
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| Xdebug |
+----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+----------------------------------------------------------------------+
| This source file is subject to version 1.0 of the Xdebug license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -15,7 +15,7 @@
| Authors: Derick Rethans <derick[@]xdebug.org> |
+----------------------------------------------------------------------+
*/
-/* $Id: cvstemp,v 1.2 2006/10/07 23:10:32 derick Exp $ */
+/* $Id: cvstemp,v 1.3 2006/12/28 22:58:37 derick Exp $ */
#ifndef __XDEBUG_SET_H__
#define __XDEBUG_SET_H__
[FILE: /xdebug/xdebug_str.c]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xdebug/xdebug_str.c:1.7 Sun Jan 01 14:27:27 2006 GMT
+++ xdebug/xdebug_str.c Thu Dec 28 21:58:37 2006 GMT
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| Xdebug |
+----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+----------------------------------------------------------------------+
| This source file is subject to version 1.0 of the Xdebug license, |
| that is bundled with this package in the file LICENSE, and is |
[FILE: /xdebug/xdebug_str.h]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xdebug/xdebug_str.h:1.5 Sun Jan 01 14:27:27 2006 GMT
+++ xdebug/xdebug_str.h Thu Dec 28 21:58:38 2006 GMT
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| Xdebug |
+----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+----------------------------------------------------------------------+
| This source file is subject to version 1.0 of the Xdebug license, |
| that is bundled with this package in the file LICENSE, and is |
[FILE: /xdebug/xdebug_superglobals.c]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- xdebug/xdebug_superglobals.c:1.21 Sat Oct 07 21:10:32 2006 GMT
+++ xdebug/xdebug_superglobals.c Thu Dec 28 21:58:38 2006 GMT
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| Xdebug |
+----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+----------------------------------------------------------------------+
| This source file is subject to version 1.0 of the Xdebug license, |
| that is bundled with this package in the file LICENSE, and is |
[FILE: /xdebug/xdebug_superglobals.h]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xdebug/xdebug_superglobals.h:1.7 Sat Oct 07 20:02:47 2006 GMT
+++ xdebug/xdebug_superglobals.h Thu Dec 28 21:58:38 2006 GMT
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| Xdebug |
+----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+----------------------------------------------------------------------+
| This source file is subject to version 1.0 of the Xdebug license, |
| that is bundled with this package in the file LICENSE, and is |
[FILE: /xdebug/xdebug_var.c]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- xdebug/xdebug_var.c:1.81 Fri Dec 22 12:51:03 2006 GMT
+++ xdebug/xdebug_var.c Thu Dec 28 21:58:38 2006 GMT
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| Xdebug |
+----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+----------------------------------------------------------------------+
| This source file is subject to version 1.0 of the Xdebug license, |
| that is bundled with this package in the file LICENSE, and is |
[FILE: /xdebug/xdebug_var.h]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- xdebug/xdebug_var.h:1.25 Fri Oct 06 12:23:03 2006 GMT
+++ xdebug/xdebug_var.h Thu Dec 28 21:58:38 2006 GMT
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| Xdebug |
+----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+----------------------------------------------------------------------+
| This source file is subject to version 1.0 of the Xdebug license, |
| that is bundled with this package in the file LICENSE, and is |
[FILE: /xdebug/xdebug_xml.c]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- xdebug/xdebug_xml.c:1.11 Tue Dec 12 20:23:32 2006 GMT
+++ xdebug/xdebug_xml.c Thu Dec 28 21:58:38 2006 GMT
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| Xdebug |
+----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+----------------------------------------------------------------------+
| This source file is subject to version 1.0 of the Xdebug license, |
| that is bundled with this package in the file LICENSE, and is |
[FILE: /xdebug/xdebug_xml.h]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xdebug/xdebug_xml.h:1.5 Tue Dec 12 20:23:32 2006 GMT
+++ xdebug/xdebug_xml.h Thu Dec 28 21:58:38 2006 GMT
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| Xdebug |
+----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+----------------------------------------------------------------------+
| This source file is subject to version 1.0 of the Xdebug license, |
| that is bundled with this package in the file LICENSE, and is |
[FILE: /xdebug/debugclient/LICENSE]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xdebug/debugclient/LICENSE:1.3 Mon Sep 18 07:06:48 2006 GMT
+++ xdebug/debugclient/LICENSE Thu Dec 28 21:58:39 2006 GMT
@@ -1,7 +1,7 @@
--------------------------------------------------------------------
- The Xdebug License, version 1.0.1
+ The Xdebug License, version 1.01
(Based on "The PHP License, version 3.0)
- Copyright (c) 2003-2006 Derick Rethans. All rights reserved.
+ Copyright (c) 2003-2007 Derick Rethans. All rights reserved.
--------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without
[FILE: /xdebug/debugclient/main.c]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- xdebug/debugclient/main.c:1.34 Fri Nov 24 09:52:49 2006 GMT
+++ xdebug/debugclient/main.c Thu Dec 28 21:58:39 2006 GMT
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| Xdebug |
+----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+----------------------------------------------------------------------+
| This source file is subject to version 1.0 of the Xdebug license, |
| that is bundled with this package in the file LICENSE, and is |
[FILE: /xdebug/debugclient/usefulstuff.c]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xdebug/debugclient/usefulstuff.c:1.10 Sun Jan 01 14:27:27 2006 GMT
+++ xdebug/debugclient/usefulstuff.c Thu Dec 28 21:58:39 2006 GMT
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| Xdebug |
+----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+----------------------------------------------------------------------+
| This source file is subject to version 1.0 of the Xdebug license, |
| that is bundled with this package in the file LICENSE, and is |
[FILE: /xdebug/debugclient/usefulstuff.h]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xdebug/debugclient/usefulstuff.h:1.8 Sun Jan 01 14:27:27 2006 GMT
+++ xdebug/debugclient/usefulstuff.h Thu Dec 28 21:58:39 2006 GMT
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| Xdebug |
+----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+----------------------------------------------------------------------+
| This source file is subject to version 1.0 of the Xdebug license, |
| that is bundled with this package in the file LICENSE, and is |
Received on Thu Dec 28 2006 - 23:58:44 GMT
This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST