derick                                   Wed, 29 Jul 2009 15:41:21 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=286516

Log:
- Fixed headers...
#- It makes sense to change the .re files instead of just the generated .c
#  files...

Changed paths:
    U   php/php-src/trunk/ext/date/lib/parse_date.c
    U   php/php-src/trunk/ext/date/lib/parse_date.re
    U   php/php-src/trunk/ext/date/lib/parse_iso_intervals.re

Modified: php/php-src/trunk/ext/date/lib/parse_date.c
===================================================================
--- php/php-src/trunk/ext/date/lib/parse_date.c 2009-07-29 15:34:59 UTC (rev 
286515)
+++ php/php-src/trunk/ext/date/lib/parse_date.c 2009-07-29 15:41:21 UTC (rev 
286516)
@@ -1,10 +1,10 @@
-/* Generated by re2c 0.13.5 on Wed Jul 29 16:31:12 2009 */
+/* Generated by re2c 0.13.5 on Wed Jul 29 16:40:36 2009 */
 #line 1 "ext/date/lib/parse_date.re"
 /*
    +----------------------------------------------------------------------+
-   | PHP Version 5                                                        |
+   | PHP Version 6                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2006 The PHP Group                                |
+   | Copyright (c) 1997-2009 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 3.01 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |

Modified: php/php-src/trunk/ext/date/lib/parse_date.re
===================================================================
--- php/php-src/trunk/ext/date/lib/parse_date.re        2009-07-29 15:34:59 UTC 
(rev 286515)
+++ php/php-src/trunk/ext/date/lib/parse_date.re        2009-07-29 15:41:21 UTC 
(rev 286516)
@@ -1,8 +1,8 @@
 /*
    +----------------------------------------------------------------------+
-   | PHP Version 5                                                        |
+   | PHP Version 6                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2006 The PHP Group                                |
+   | Copyright (c) 1997-2009 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 3.01 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |

Modified: php/php-src/trunk/ext/date/lib/parse_iso_intervals.re
===================================================================
--- php/php-src/trunk/ext/date/lib/parse_iso_intervals.re       2009-07-29 
15:34:59 UTC (rev 286515)
+++ php/php-src/trunk/ext/date/lib/parse_iso_intervals.re       2009-07-29 
15:41:21 UTC (rev 286516)
@@ -1,8 +1,8 @@
 /*
    +----------------------------------------------------------------------+
-   | PHP Version 5                                                        |
+   | PHP Version 6                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2006 The PHP Group                                |
+   | Copyright (c) 1997-2009 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 3.01 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |

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

Reply via email to