sniper Tue Nov 8 10:54:23 2005 EDT
Modified files:
/php-src genfiles
Log:
- Make sure parse_date.c is free of #line directives in releases
http://cvs.php.net/diff.php/php-src/genfiles?r1=1.22&r2=1.23&ty=u
Index: php-src/genfiles
diff -u php-src/genfiles:1.22 php-src/genfiles:1.23
--- php-src/genfiles:1.22 Sun Jun 19 18:15:24 2005
+++ php-src/genfiles Tue Nov 8 10:54:20 2005
@@ -6,7 +6,7 @@
set -x
-for f in ext/standard/url_scanner_ex.c ext/standard/var_unserializer.c; do
+for f in ext/date/lib/parse_date.c ext/standard/url_scanner_ex.c
ext/standard/var_unserializer.c; do
cp $f $f.orig
grep -v '#line ' $f.orig > $f
done
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php