cataphract Sun, 24 Oct 2010 23:51:40 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=304718
Log:
- A BOM had slipped in a commit and broke the build under GCC. Fixed.
Changed paths:
U php/php-src/trunk/ext/standard/html_tables/html_table_gen.php
U php/php-src/trunk/ext/standard/html_tables.h
Modified: php/php-src/trunk/ext/standard/html_tables/html_table_gen.php
===================================================================
--- php/php-src/trunk/ext/standard/html_tables/html_table_gen.php
2010-10-24 21:51:54 UTC (rev 304717)
+++ php/php-src/trunk/ext/standard/html_tables/html_table_gen.php
2010-10-24 23:51:40 UTC (rev 304718)
@@ -1,4 +1,4 @@
-<?php
+<?php
/*
+----------------------------------------------------------------------+
| PHP Version 5 |
Modified: php/php-src/trunk/ext/standard/html_tables.h
===================================================================
--- php/php-src/trunk/ext/standard/html_tables.h 2010-10-24 21:51:54 UTC
(rev 304717)
+++ php/php-src/trunk/ext/standard/html_tables.h 2010-10-24 23:51:40 UTC
(rev 304718)
@@ -1,4 +1,4 @@
-/*
+/*
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php