sebastian Tue, 05 Jan 2010 20:40:23 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=293154
Log: sed -i "s#1998-2009#1998-2010#g" **/*.re **/*.y **/*.l Bug: http://bugs.php.net/1998 (Closed) PHP dies (segfaults) on successful mysql_connect Changed paths: U php/php-src/branches/PHP_5_2/Zend/zend_ini_parser.y U php/php-src/branches/PHP_5_3/Zend/zend_ini_parser.y U php/php-src/branches/PHP_5_3/Zend/zend_ini_scanner.l U php/php-src/branches/PHP_5_3/Zend/zend_language_parser.y U php/php-src/branches/PHP_5_3/Zend/zend_language_scanner.l U php/php-src/branches/PHP_5_3_2/Zend/zend_ini_parser.y U php/php-src/branches/PHP_5_3_2/Zend/zend_ini_scanner.l U php/php-src/branches/PHP_5_3_2/Zend/zend_language_parser.y U php/php-src/branches/PHP_5_3_2/Zend/zend_language_scanner.l U php/php-src/trunk/Zend/zend_ini_parser.y U php/php-src/trunk/Zend/zend_ini_scanner.l U php/php-src/trunk/Zend/zend_language_parser.y U php/php-src/trunk/Zend/zend_language_scanner.l
Modified: php/php-src/branches/PHP_5_2/Zend/zend_ini_parser.y =================================================================== --- php/php-src/branches/PHP_5_2/Zend/zend_ini_parser.y 2010-01-05 20:35:43 UTC (rev 293153) +++ php/php-src/branches/PHP_5_2/Zend/zend_ini_parser.y 2010-01-05 20:40:23 UTC (rev 293154) @@ -3,7 +3,7 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2009 Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) 1998-2010 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ | This source file is subject to version 2.00 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | Modified: php/php-src/branches/PHP_5_3/Zend/zend_ini_parser.y =================================================================== --- php/php-src/branches/PHP_5_3/Zend/zend_ini_parser.y 2010-01-05 20:35:43 UTC (rev 293153) +++ php/php-src/branches/PHP_5_3/Zend/zend_ini_parser.y 2010-01-05 20:40:23 UTC (rev 293154) @@ -3,7 +3,7 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2009 Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) 1998-2010 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ | This source file is subject to version 2.00 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | Modified: php/php-src/branches/PHP_5_3/Zend/zend_ini_scanner.l =================================================================== --- php/php-src/branches/PHP_5_3/Zend/zend_ini_scanner.l 2010-01-05 20:35:43 UTC (rev 293153) +++ php/php-src/branches/PHP_5_3/Zend/zend_ini_scanner.l 2010-01-05 20:40:23 UTC (rev 293154) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2009 Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) 1998-2010 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ | This source file is subject to version 2.00 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | Modified: php/php-src/branches/PHP_5_3/Zend/zend_language_parser.y =================================================================== --- php/php-src/branches/PHP_5_3/Zend/zend_language_parser.y 2010-01-05 20:35:43 UTC (rev 293153) +++ php/php-src/branches/PHP_5_3/Zend/zend_language_parser.y 2010-01-05 20:40:23 UTC (rev 293154) @@ -3,7 +3,7 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2009 Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) 1998-2010 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ | This source file is subject to version 2.00 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | Modified: php/php-src/branches/PHP_5_3/Zend/zend_language_scanner.l =================================================================== --- php/php-src/branches/PHP_5_3/Zend/zend_language_scanner.l 2010-01-05 20:35:43 UTC (rev 293153) +++ php/php-src/branches/PHP_5_3/Zend/zend_language_scanner.l 2010-01-05 20:40:23 UTC (rev 293154) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2009 Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) 1998-2010 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ | This source file is subject to version 2.00 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | Modified: php/php-src/branches/PHP_5_3_2/Zend/zend_ini_parser.y =================================================================== --- php/php-src/branches/PHP_5_3_2/Zend/zend_ini_parser.y 2010-01-05 20:35:43 UTC (rev 293153) +++ php/php-src/branches/PHP_5_3_2/Zend/zend_ini_parser.y 2010-01-05 20:40:23 UTC (rev 293154) @@ -3,7 +3,7 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2009 Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) 1998-2010 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ | This source file is subject to version 2.00 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | Modified: php/php-src/branches/PHP_5_3_2/Zend/zend_ini_scanner.l =================================================================== --- php/php-src/branches/PHP_5_3_2/Zend/zend_ini_scanner.l 2010-01-05 20:35:43 UTC (rev 293153) +++ php/php-src/branches/PHP_5_3_2/Zend/zend_ini_scanner.l 2010-01-05 20:40:23 UTC (rev 293154) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2009 Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) 1998-2010 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ | This source file is subject to version 2.00 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | Modified: php/php-src/branches/PHP_5_3_2/Zend/zend_language_parser.y =================================================================== --- php/php-src/branches/PHP_5_3_2/Zend/zend_language_parser.y 2010-01-05 20:35:43 UTC (rev 293153) +++ php/php-src/branches/PHP_5_3_2/Zend/zend_language_parser.y 2010-01-05 20:40:23 UTC (rev 293154) @@ -3,7 +3,7 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2009 Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) 1998-2010 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ | This source file is subject to version 2.00 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | Modified: php/php-src/branches/PHP_5_3_2/Zend/zend_language_scanner.l =================================================================== --- php/php-src/branches/PHP_5_3_2/Zend/zend_language_scanner.l 2010-01-05 20:35:43 UTC (rev 293153) +++ php/php-src/branches/PHP_5_3_2/Zend/zend_language_scanner.l 2010-01-05 20:40:23 UTC (rev 293154) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2009 Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) 1998-2010 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ | This source file is subject to version 2.00 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | Modified: php/php-src/trunk/Zend/zend_ini_parser.y =================================================================== --- php/php-src/trunk/Zend/zend_ini_parser.y 2010-01-05 20:35:43 UTC (rev 293153) +++ php/php-src/trunk/Zend/zend_ini_parser.y 2010-01-05 20:40:23 UTC (rev 293154) @@ -3,7 +3,7 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2009 Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) 1998-2010 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ | This source file is subject to version 2.00 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | Modified: php/php-src/trunk/Zend/zend_ini_scanner.l =================================================================== --- php/php-src/trunk/Zend/zend_ini_scanner.l 2010-01-05 20:35:43 UTC (rev 293153) +++ php/php-src/trunk/Zend/zend_ini_scanner.l 2010-01-05 20:40:23 UTC (rev 293154) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2009 Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) 1998-2010 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ | This source file is subject to version 2.00 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | Modified: php/php-src/trunk/Zend/zend_language_parser.y =================================================================== --- php/php-src/trunk/Zend/zend_language_parser.y 2010-01-05 20:35:43 UTC (rev 293153) +++ php/php-src/trunk/Zend/zend_language_parser.y 2010-01-05 20:40:23 UTC (rev 293154) @@ -3,7 +3,7 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2009 Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) 1998-2010 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ | This source file is subject to version 2.00 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | Modified: php/php-src/trunk/Zend/zend_language_scanner.l =================================================================== --- php/php-src/trunk/Zend/zend_language_scanner.l 2010-01-05 20:35:43 UTC (rev 293153) +++ php/php-src/trunk/Zend/zend_language_scanner.l 2010-01-05 20:40:23 UTC (rev 293154) @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2009 Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) 1998-2010 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ | This source file is subject to version 2.00 of the Zend license, | | that is bundled with this package in the file LICENSE, and is |
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php