Hi Derick,
----- Original Message -----
From: "Derick Rethans"
Sent: Monday, April 28, 2008
> On Mon, 28 Apr 2008, Matt Wilmas wrote:
>
> > Yeah, was thinking the same thing about the logs. :-) Don't know if you
> > tried to compile yourself, but the failure is from Derick's date
additions
> > Friday (http://news.php.net/php.cvs/49738):
>
> I guess the config.w32 files need to be updated for this - but as I
> can't test it, I didn't touch it.
Thanks for the pointer about what needed to be changed (build system n00b!).
:-) I copied the changes in config.m4, tested (in 5.3), and it's working
now. Patches are attached.
> Derick
- Matt
Index: ext/date/config.w32
===================================================================
RCS file: /repository/php-src/ext/date/config.w32,v
retrieving revision 1.6
diff -u -r1.6 config.w32
--- ext/date/config.w32 4 Jan 2006 17:32:30 -0000 1.6
+++ ext/date/config.w32 28 Apr 2008 11:05:21 -0000
@@ -2,7 +2,7 @@
// vim:ft=javascript
EXTENSION("date", "php_date.c", false, "-Iext/date/lib");
-ADD_SOURCES("ext/date/lib", "astro.c timelib.c dow.c parse_date.c parse_tz.c
tm2unixtime.c unixtime2tm.c", "date");
+ADD_SOURCES("ext/date/lib", "astro.c timelib.c dow.c parse_date.c parse_tz.c
tm2unixtime.c unixtime2tm.c parse_iso_intervals.c interval.c", "date");
AC_DEFINE('HAVE_DATE', 1, 'Have date/time support');
var tl_config = FSO.CreateTextFile("ext/date/lib/timelib_config.h", true);
Index: ext/date/config.w32
===================================================================
RCS file: /repository/php-src/ext/date/config.w32,v
retrieving revision 1.5.2.1
diff -u -r1.5.2.1 config.w32
--- ext/date/config.w32 5 Jan 2006 06:41:09 -0000 1.5.2.1
+++ ext/date/config.w32 28 Apr 2008 11:05:20 -0000
@@ -2,7 +2,7 @@
// vim:ft=javascript
EXTENSION("date", "php_date.c", false, "-Iext/date/lib");
-ADD_SOURCES("ext/date/lib", "astro.c timelib.c dow.c parse_date.c parse_tz.c
tm2unixtime.c unixtime2tm.c", "date");
+ADD_SOURCES("ext/date/lib", "astro.c timelib.c dow.c parse_date.c parse_tz.c
tm2unixtime.c unixtime2tm.c parse_iso_intervals.c interval.c", "date");
AC_DEFINE('HAVE_DATE', 1, 'Have date/time support');
var tl_config = FSO.CreateTextFile("ext/date/lib/timelib_config.h", true);
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php