Modified: xdebug/branches/xdebug_2_1/LICENSE =================================================================== --- xdebug/branches/xdebug_2_1/LICENSE 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/branches/xdebug_2_1/LICENSE 2011-03-21 21:33:27 UTC (rev 3419) @@ -1,7 +1,7 @@ -------------------------------------------------------------------- The Xdebug License, version 1.01 (Based on "The PHP License", version 3.0) - Copyright (c) 2003-2010 Derick Rethans. All rights reserved. + Copyright (c) 2003-2011 Derick Rethans. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without Modified: xdebug/branches/xdebug_2_1/debugclient/main.c =================================================================== --- xdebug/branches/xdebug_2_1/debugclient/main.c 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/branches/xdebug_2_1/debugclient/main.c 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/branches/xdebug_2_1/debugclient/usefulstuff.c =================================================================== --- xdebug/branches/xdebug_2_1/debugclient/usefulstuff.c 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/branches/xdebug_2_1/debugclient/usefulstuff.c 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/branches/xdebug_2_1/debugclient/usefulstuff.h =================================================================== --- xdebug/branches/xdebug_2_1/debugclient/usefulstuff.h 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/branches/xdebug_2_1/debugclient/usefulstuff.h 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/branches/xdebug_2_1/php_xdebug.h =================================================================== --- xdebug/branches/xdebug_2_1/php_xdebug.h 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/branches/xdebug_2_1/php_xdebug.h 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | @@ -20,10 +20,10 @@ #define PHP_XDEBUG_H #define XDEBUG_NAME "Xdebug" -#define XDEBUG_VERSION "2.1.1rc2-dev +#define XDEBUG_VERSION "2.1.1rc2-dev" #define XDEBUG_AUTHOR "Derick Rethans" -#define XDEBUG_COPYRIGHT "Copyright (c) 2002-2010 by Derick Rethans" -#define XDEBUG_COPYRIGHT_SHORT "Copyright (c) 2002-2010" +#define XDEBUG_COPYRIGHT "Copyright (c) 2002-2011 by Derick Rethans" +#define XDEBUG_COPYRIGHT_SHORT "Copyright (c) 2002-2011" #define XDEBUG_URL "http://xdebug.org" #define XDEBUG_URL_FAQ "http://xdebug.org/docs/faq#api" Modified: xdebug/branches/xdebug_2_1/template.rc =================================================================== --- xdebug/branches/xdebug_2_1/template.rc 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/branches/xdebug_2_1/template.rc 2011-03-21 21:33:27 UTC (rev 3419) @@ -41,7 +41,7 @@ VALUE "FileDescription", FILE_DESCRIPTION "\0" VALUE "FileVersion", VERSIONSTR VALUE "InternalName", FILE_NAME "\0" - VALUE "LegalCopyright", "Copyright © 2002-2010 Derick Rethans\0" + VALUE "LegalCopyright", "Copyright © 2002-2011 Derick Rethans\0" VALUE "OriginalFilename", FILE_NAME "\0" VALUE "PrivateBuild", "\0" VALUE "ProductName", "Xdebug\0" Modified: xdebug/branches/xdebug_2_1/tests/bug00421.phpt =================================================================== --- xdebug/branches/xdebug_2_1/tests/bug00421.phpt 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/branches/xdebug_2_1/tests/bug00421.phpt 2011-03-21 21:33:27 UTC (rev 3419) @@ -20,9 +20,9 @@ dbgpRun( str_replace( 'FILE', "\"$file\"", $data ), $commands ); ?> ---EXPECT-- +--EXPECTF-- - + -> step_into -i 1 Modified: xdebug/branches/xdebug_2_1/tests/bug00475.phpt =================================================================== --- xdebug/branches/xdebug_2_1/tests/bug00475.phpt 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/branches/xdebug_2_1/tests/bug00475.phpt 2011-03-21 21:33:27 UTC (rev 3419) @@ -19,9 +19,9 @@ dbgpRun( $data, $commands ); ?> ---EXPECT-- +--EXPECTF-- - + -> step_into -i 1 Modified: xdebug/branches/xdebug_2_1/tests/bug00494.phpt =================================================================== --- xdebug/branches/xdebug_2_1/tests/bug00494.phpt 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/branches/xdebug_2_1/tests/bug00494.phpt 2011-03-21 21:33:27 UTC (rev 3419) @@ -15,9 +15,9 @@ dbgpRun( $data, $commands ); ?> ---EXPECT-- +--EXPECTF-- - + -> step_into -i 1 Modified: xdebug/branches/xdebug_2_1/tests/bug00530.phpt =================================================================== --- xdebug/branches/xdebug_2_1/tests/bug00530.phpt 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/branches/xdebug_2_1/tests/bug00530.phpt 2011-03-21 21:33:27 UTC (rev 3419) @@ -20,9 +20,9 @@ dbgpRun( $data, $commands ); ?> ---EXPECT-- +--EXPECTF-- - + -> step_into -i 1 Modified: xdebug/branches/xdebug_2_1/tests/bug00538.phpt =================================================================== --- xdebug/branches/xdebug_2_1/tests/bug00538.phpt 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/branches/xdebug_2_1/tests/bug00538.phpt 2011-03-21 21:33:27 UTC (rev 3419) @@ -16,9 +16,9 @@ dbgpRun( $data, $commands ); ?> ---EXPECT-- +--EXPECTF-- - + -> step_into -i 1 Modified: xdebug/branches/xdebug_2_1/tests/bug00566-2.phpt =================================================================== --- xdebug/branches/xdebug_2_1/tests/bug00566-2.phpt 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/branches/xdebug_2_1/tests/bug00566-2.phpt 2011-03-21 21:33:27 UTC (rev 3419) @@ -18,9 +18,9 @@ ); dbgpRun( $data, $commands ); ---EXPECT-- +--EXPECTF-- - + -> step_into -i 1 Modified: xdebug/branches/xdebug_2_1/usefulstuff.c =================================================================== --- xdebug/branches/xdebug_2_1/usefulstuff.c 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/branches/xdebug_2_1/usefulstuff.c 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/branches/xdebug_2_1/usefulstuff.h =================================================================== --- xdebug/branches/xdebug_2_1/usefulstuff.h 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/branches/xdebug_2_1/usefulstuff.h 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/branches/xdebug_2_1/xdebug.c =================================================================== --- xdebug/branches/xdebug_2_1/xdebug.c 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/branches/xdebug_2_1/xdebug.c 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/branches/xdebug_2_1/xdebug_code_coverage.c =================================================================== --- xdebug/branches/xdebug_2_1/xdebug_code_coverage.c 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/branches/xdebug_2_1/xdebug_code_coverage.c 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/branches/xdebug_2_1/xdebug_code_coverage.h =================================================================== --- xdebug/branches/xdebug_2_1/xdebug_code_coverage.h 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/branches/xdebug_2_1/xdebug_code_coverage.h 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/branches/xdebug_2_1/xdebug_com.c =================================================================== --- xdebug/branches/xdebug_2_1/xdebug_com.c 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/branches/xdebug_2_1/xdebug_com.c 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/branches/xdebug_2_1/xdebug_com.h =================================================================== --- xdebug/branches/xdebug_2_1/xdebug_com.h 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/branches/xdebug_2_1/xdebug_com.h 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/branches/xdebug_2_1/xdebug_compat.c =================================================================== --- xdebug/branches/xdebug_2_1/xdebug_compat.c 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/branches/xdebug_2_1/xdebug_compat.c 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 Derick Rethans | | (c) 1997-2004 Jim Winstead | | (c) 1998-2004 Andi Gutmans and | | Zeev Suraski | Modified: xdebug/branches/xdebug_2_1/xdebug_compat.h =================================================================== --- xdebug/branches/xdebug_2_1/xdebug_compat.h 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/branches/xdebug_2_1/xdebug_compat.h 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/branches/xdebug_2_1/xdebug_handler_dbgp.c =================================================================== --- xdebug/branches/xdebug_2_1/xdebug_handler_dbgp.c 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/branches/xdebug_2_1/xdebug_handler_dbgp.c 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/branches/xdebug_2_1/xdebug_handler_dbgp.h =================================================================== --- xdebug/branches/xdebug_2_1/xdebug_handler_dbgp.h 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/branches/xdebug_2_1/xdebug_handler_dbgp.h 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/branches/xdebug_2_1/xdebug_handlers.c =================================================================== --- xdebug/branches/xdebug_2_1/xdebug_handlers.c 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/branches/xdebug_2_1/xdebug_handlers.c 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/branches/xdebug_2_1/xdebug_handlers.h =================================================================== --- xdebug/branches/xdebug_2_1/xdebug_handlers.h 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/branches/xdebug_2_1/xdebug_handlers.h 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/branches/xdebug_2_1/xdebug_mm.h =================================================================== --- xdebug/branches/xdebug_2_1/xdebug_mm.h 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/branches/xdebug_2_1/xdebug_mm.h 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/branches/xdebug_2_1/xdebug_private.c =================================================================== --- xdebug/branches/xdebug_2_1/xdebug_private.c 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/branches/xdebug_2_1/xdebug_private.c 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/branches/xdebug_2_1/xdebug_private.h =================================================================== --- xdebug/branches/xdebug_2_1/xdebug_private.h 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/branches/xdebug_2_1/xdebug_private.h 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/branches/xdebug_2_1/xdebug_profiler.c =================================================================== --- xdebug/branches/xdebug_2_1/xdebug_profiler.c 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/branches/xdebug_2_1/xdebug_profiler.c 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/branches/xdebug_2_1/xdebug_profiler.h =================================================================== --- xdebug/branches/xdebug_2_1/xdebug_profiler.h 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/branches/xdebug_2_1/xdebug_profiler.h 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/branches/xdebug_2_1/xdebug_set.c =================================================================== --- xdebug/branches/xdebug_2_1/xdebug_set.c 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/branches/xdebug_2_1/xdebug_set.c 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/branches/xdebug_2_1/xdebug_set.h =================================================================== --- xdebug/branches/xdebug_2_1/xdebug_set.h 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/branches/xdebug_2_1/xdebug_set.h 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/branches/xdebug_2_1/xdebug_stack.c =================================================================== --- xdebug/branches/xdebug_2_1/xdebug_stack.c 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/branches/xdebug_2_1/xdebug_stack.c 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/branches/xdebug_2_1/xdebug_stack.h =================================================================== --- xdebug/branches/xdebug_2_1/xdebug_stack.h 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/branches/xdebug_2_1/xdebug_stack.h 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/branches/xdebug_2_1/xdebug_str.c =================================================================== --- xdebug/branches/xdebug_2_1/xdebug_str.c 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/branches/xdebug_2_1/xdebug_str.c 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/branches/xdebug_2_1/xdebug_str.h =================================================================== --- xdebug/branches/xdebug_2_1/xdebug_str.h 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/branches/xdebug_2_1/xdebug_str.h 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/branches/xdebug_2_1/xdebug_superglobals.c =================================================================== --- xdebug/branches/xdebug_2_1/xdebug_superglobals.c 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/branches/xdebug_2_1/xdebug_superglobals.c 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/branches/xdebug_2_1/xdebug_superglobals.h =================================================================== --- xdebug/branches/xdebug_2_1/xdebug_superglobals.h 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/branches/xdebug_2_1/xdebug_superglobals.h 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/branches/xdebug_2_1/xdebug_tracing.c =================================================================== --- xdebug/branches/xdebug_2_1/xdebug_tracing.c 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/branches/xdebug_2_1/xdebug_tracing.c 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/branches/xdebug_2_1/xdebug_tracing.h =================================================================== --- xdebug/branches/xdebug_2_1/xdebug_tracing.h 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/branches/xdebug_2_1/xdebug_tracing.h 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/branches/xdebug_2_1/xdebug_var.c =================================================================== --- xdebug/branches/xdebug_2_1/xdebug_var.c 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/branches/xdebug_2_1/xdebug_var.c 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/branches/xdebug_2_1/xdebug_var.h =================================================================== --- xdebug/branches/xdebug_2_1/xdebug_var.h 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/branches/xdebug_2_1/xdebug_var.h 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/branches/xdebug_2_1/xdebug_xml.c =================================================================== --- xdebug/branches/xdebug_2_1/xdebug_xml.c 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/branches/xdebug_2_1/xdebug_xml.c 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/branches/xdebug_2_1/xdebug_xml.h =================================================================== --- xdebug/branches/xdebug_2_1/xdebug_xml.h 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/branches/xdebug_2_1/xdebug_xml.h 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/trunk/LICENSE =================================================================== --- xdebug/trunk/LICENSE 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/trunk/LICENSE 2011-03-21 21:33:27 UTC (rev 3419) @@ -1,7 +1,7 @@ -------------------------------------------------------------------- The Xdebug License, version 1.01 (Based on "The PHP License", version 3.0) - Copyright (c) 2003-2010 Derick Rethans. All rights reserved. + Copyright (c) 2003-2011 Derick Rethans. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without Modified: xdebug/trunk/debugclient/main.c =================================================================== --- xdebug/trunk/debugclient/main.c 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/trunk/debugclient/main.c 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/trunk/debugclient/usefulstuff.c =================================================================== --- xdebug/trunk/debugclient/usefulstuff.c 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/trunk/debugclient/usefulstuff.c 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/trunk/debugclient/usefulstuff.h =================================================================== --- xdebug/trunk/debugclient/usefulstuff.h 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/trunk/debugclient/usefulstuff.h 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/trunk/php_xdebug.h =================================================================== --- xdebug/trunk/php_xdebug.h 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/trunk/php_xdebug.h 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | @@ -22,8 +22,8 @@ #define XDEBUG_NAME "Xdebug" #define XDEBUG_VERSION "2.2.0-dev" #define XDEBUG_AUTHOR "Derick Rethans" -#define XDEBUG_COPYRIGHT "Copyright (c) 2002-2010 by Derick Rethans" -#define XDEBUG_COPYRIGHT_SHORT "Copyright (c) 2002-2010" +#define XDEBUG_COPYRIGHT "Copyright (c) 2002-2011 by Derick Rethans" +#define XDEBUG_COPYRIGHT_SHORT "Copyright (c) 2002-2011" #define XDEBUG_URL "http://xdebug.org" #define XDEBUG_URL_FAQ "http://xdebug.org/docs/faq#api" Modified: xdebug/trunk/template.rc =================================================================== --- xdebug/trunk/template.rc 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/trunk/template.rc 2011-03-21 21:33:27 UTC (rev 3419) @@ -41,7 +41,7 @@ VALUE "FileDescription", FILE_DESCRIPTION "\0" VALUE "FileVersion", VERSIONSTR VALUE "InternalName", FILE_NAME "\0" - VALUE "LegalCopyright", "Copyright © 2002-2010 Derick Rethans\0" + VALUE "LegalCopyright", "Copyright © 2002-2011 Derick Rethans\0" VALUE "OriginalFilename", FILE_NAME "\0" VALUE "PrivateBuild", "\0" VALUE "ProductName", "Xdebug\0" Modified: xdebug/trunk/tests/bug00421.phpt =================================================================== --- xdebug/trunk/tests/bug00421.phpt 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/trunk/tests/bug00421.phpt 2011-03-21 21:33:27 UTC (rev 3419) @@ -20,9 +20,9 @@ dbgpRun( str_replace( 'FILE', "\"$file\"", $data ), $commands ); ?> ---EXPECT-- +--EXPECTF-- - + -> step_into -i 1 Modified: xdebug/trunk/tests/bug00475.phpt =================================================================== --- xdebug/trunk/tests/bug00475.phpt 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/trunk/tests/bug00475.phpt 2011-03-21 21:33:27 UTC (rev 3419) @@ -19,9 +19,9 @@ dbgpRun( $data, $commands ); ?> ---EXPECT-- +--EXPECTF-- - + -> step_into -i 1 Modified: xdebug/trunk/tests/bug00494.phpt =================================================================== --- xdebug/trunk/tests/bug00494.phpt 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/trunk/tests/bug00494.phpt 2011-03-21 21:33:27 UTC (rev 3419) @@ -15,9 +15,9 @@ dbgpRun( $data, $commands ); ?> ---EXPECT-- +--EXPECTF-- - + -> step_into -i 1 Modified: xdebug/trunk/tests/bug00530.phpt =================================================================== --- xdebug/trunk/tests/bug00530.phpt 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/trunk/tests/bug00530.phpt 2011-03-21 21:33:27 UTC (rev 3419) @@ -20,9 +20,9 @@ dbgpRun( $data, $commands ); ?> ---EXPECT-- +--EXPECTF-- - + -> step_into -i 1 Modified: xdebug/trunk/tests/bug00538.phpt =================================================================== --- xdebug/trunk/tests/bug00538.phpt 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/trunk/tests/bug00538.phpt 2011-03-21 21:33:27 UTC (rev 3419) @@ -16,9 +16,9 @@ dbgpRun( $data, $commands ); ?> ---EXPECT-- +--EXPECTF-- - + -> step_into -i 1 Modified: xdebug/trunk/tests/bug00566-2.phpt =================================================================== --- xdebug/trunk/tests/bug00566-2.phpt 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/trunk/tests/bug00566-2.phpt 2011-03-21 21:33:27 UTC (rev 3419) @@ -18,9 +18,9 @@ ); dbgpRun( $data, $commands ); ---EXPECT-- +--EXPECTF-- - + -> step_into -i 1 Modified: xdebug/trunk/usefulstuff.c =================================================================== --- xdebug/trunk/usefulstuff.c 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/trunk/usefulstuff.c 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/trunk/usefulstuff.h =================================================================== --- xdebug/trunk/usefulstuff.h 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/trunk/usefulstuff.h 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/trunk/xdebug.c =================================================================== --- xdebug/trunk/xdebug.c 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/trunk/xdebug.c 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/trunk/xdebug_code_coverage.c =================================================================== --- xdebug/trunk/xdebug_code_coverage.c 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/trunk/xdebug_code_coverage.c 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/trunk/xdebug_code_coverage.h =================================================================== --- xdebug/trunk/xdebug_code_coverage.h 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/trunk/xdebug_code_coverage.h 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/trunk/xdebug_com.c =================================================================== --- xdebug/trunk/xdebug_com.c 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/trunk/xdebug_com.c 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/trunk/xdebug_com.h =================================================================== --- xdebug/trunk/xdebug_com.h 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/trunk/xdebug_com.h 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/trunk/xdebug_compat.c =================================================================== --- xdebug/trunk/xdebug_compat.c 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/trunk/xdebug_compat.c 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 Derick Rethans | | (c) 1997-2004 Jim Winstead | | (c) 1998-2004 Andi Gutmans and | | Zeev Suraski | Modified: xdebug/trunk/xdebug_compat.h =================================================================== --- xdebug/trunk/xdebug_compat.h 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/trunk/xdebug_compat.h 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/trunk/xdebug_handler_dbgp.c =================================================================== --- xdebug/trunk/xdebug_handler_dbgp.c 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/trunk/xdebug_handler_dbgp.c 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/trunk/xdebug_handler_dbgp.h =================================================================== --- xdebug/trunk/xdebug_handler_dbgp.h 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/trunk/xdebug_handler_dbgp.h 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/trunk/xdebug_handlers.c =================================================================== --- xdebug/trunk/xdebug_handlers.c 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/trunk/xdebug_handlers.c 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/trunk/xdebug_handlers.h =================================================================== --- xdebug/trunk/xdebug_handlers.h 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/trunk/xdebug_handlers.h 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/trunk/xdebug_mm.h =================================================================== --- xdebug/trunk/xdebug_mm.h 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/trunk/xdebug_mm.h 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/trunk/xdebug_private.c =================================================================== --- xdebug/trunk/xdebug_private.c 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/trunk/xdebug_private.c 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/trunk/xdebug_private.h =================================================================== --- xdebug/trunk/xdebug_private.h 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/trunk/xdebug_private.h 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/trunk/xdebug_profiler.c =================================================================== --- xdebug/trunk/xdebug_profiler.c 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/trunk/xdebug_profiler.c 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/trunk/xdebug_profiler.h =================================================================== --- xdebug/trunk/xdebug_profiler.h 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/trunk/xdebug_profiler.h 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/trunk/xdebug_set.c =================================================================== --- xdebug/trunk/xdebug_set.c 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/trunk/xdebug_set.c 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/trunk/xdebug_set.h =================================================================== --- xdebug/trunk/xdebug_set.h 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/trunk/xdebug_set.h 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/trunk/xdebug_stack.c =================================================================== --- xdebug/trunk/xdebug_stack.c 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/trunk/xdebug_stack.c 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/trunk/xdebug_stack.h =================================================================== --- xdebug/trunk/xdebug_stack.h 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/trunk/xdebug_stack.h 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/trunk/xdebug_str.c =================================================================== --- xdebug/trunk/xdebug_str.c 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/trunk/xdebug_str.c 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/trunk/xdebug_str.h =================================================================== --- xdebug/trunk/xdebug_str.h 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/trunk/xdebug_str.h 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/trunk/xdebug_superglobals.c =================================================================== --- xdebug/trunk/xdebug_superglobals.c 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/trunk/xdebug_superglobals.c 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/trunk/xdebug_superglobals.h =================================================================== --- xdebug/trunk/xdebug_superglobals.h 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/trunk/xdebug_superglobals.h 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/trunk/xdebug_tracing.c =================================================================== --- xdebug/trunk/xdebug_tracing.c 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/trunk/xdebug_tracing.c 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/trunk/xdebug_tracing.h =================================================================== --- xdebug/trunk/xdebug_tracing.h 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/trunk/xdebug_tracing.h 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/trunk/xdebug_var.c =================================================================== --- xdebug/trunk/xdebug_var.c 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/trunk/xdebug_var.c 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/trunk/xdebug_var.h =================================================================== --- xdebug/trunk/xdebug_var.h 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/trunk/xdebug_var.h 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/trunk/xdebug_xml.c =================================================================== --- xdebug/trunk/xdebug_xml.c 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/trunk/xdebug_xml.c 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 | Modified: xdebug/trunk/xdebug_xml.h =================================================================== --- xdebug/trunk/xdebug_xml.h 2011-03-21 21:20:39 UTC (rev 3418) +++ xdebug/trunk/xdebug_xml.h 2011-03-21 21:33:27 UTC (rev 3419) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2010 Derick Rethans | + | Copyright (c) 2002-2011 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 |