Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37273 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86180 invoked from network); 28 Apr 2008 11:16:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Apr 2008 11:16:57 -0000 Authentication-Results: pb1.pair.com smtp.mail=php_lists@realplain.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=php_lists@realplain.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain realplain.com from 209.151.69.1 cause and error) X-PHP-List-Original-Sender: php_lists@realplain.com X-Host-Fingerprint: 209.151.69.1 liberty.vosn.net Linux 2.4/2.6 Received: from [209.151.69.1] ([209.151.69.1:47835] helo=liberty.vosn.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EF/98-37693-522B5184 for ; Mon, 28 Apr 2008 07:16:54 -0400 Received: from 75-121-96-99.dyn.centurytel.net ([75.121.96.99]:60127 helo=pc1) by liberty.vosn.net with smtp (Exim 4.68) (envelope-from ) id 1JqRLm-0006HC-NN; Mon, 28 Apr 2008 05:16:50 -0600 Message-ID: <011401c8a921$5b26e630$0201a8c0@pc1> To: "PHP Developers Mailing List" , "Derick Rethans" Cc: References: <10845a340804271712k64da2605s7c01fd891bc122f3@mail.gmail.com> <00d801c8a911$b724f590$0201a8c0@pc1> Date: Mon, 28 Apr 2008 06:16:48 -0500 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0111_01C8A8F7.70C50E10" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1914 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1914 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - liberty.vosn.net X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - realplain.com Subject: Re: [PHP-DEV] Failed Win32 builds log file. From: php_lists@realplain.com ("Matt Wilmas") ------=_NextPart_000_0111_01C8A8F7.70C50E10 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit 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 ------=_NextPart_000_0111_01C8A8F7.70C50E10 Content-Type: text/plain; name="date_fix.diff.txt" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="date_fix.diff.txt" Index: ext/date/config.w32=0A= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=0A= RCS file: /repository/php-src/ext/date/config.w32,v=0A= retrieving revision 1.6=0A= diff -u -r1.6 config.w32=0A= --- ext/date/config.w32 4 Jan 2006 17:32:30 -0000 1.6=0A= +++ ext/date/config.w32 28 Apr 2008 11:05:21 -0000=0A= @@ -2,7 +2,7 @@=0A= // vim:ft=3Djavascript=0A= =0A= EXTENSION("date", "php_date.c", false, "-Iext/date/lib");=0A= -ADD_SOURCES("ext/date/lib", "astro.c timelib.c dow.c parse_date.c = parse_tz.c tm2unixtime.c unixtime2tm.c", "date");=0A= +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");=0A= AC_DEFINE('HAVE_DATE', 1, 'Have date/time support');=0A= =0A= var tl_config =3D FSO.CreateTextFile("ext/date/lib/timelib_config.h", = true);=0A= ------=_NextPart_000_0111_01C8A8F7.70C50E10 Content-Type: text/plain; name="date_fix_5_3.diff.txt" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="date_fix_5_3.diff.txt" Index: ext/date/config.w32=0A= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=0A= RCS file: /repository/php-src/ext/date/config.w32,v=0A= retrieving revision 1.5.2.1=0A= diff -u -r1.5.2.1 config.w32=0A= --- ext/date/config.w32 5 Jan 2006 06:41:09 -0000 1.5.2.1=0A= +++ ext/date/config.w32 28 Apr 2008 11:05:20 -0000=0A= @@ -2,7 +2,7 @@=0A= // vim:ft=3Djavascript=0A= =0A= EXTENSION("date", "php_date.c", false, "-Iext/date/lib");=0A= -ADD_SOURCES("ext/date/lib", "astro.c timelib.c dow.c parse_date.c = parse_tz.c tm2unixtime.c unixtime2tm.c", "date");=0A= +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");=0A= AC_DEFINE('HAVE_DATE', 1, 'Have date/time support');=0A= =0A= var tl_config =3D FSO.CreateTextFile("ext/date/lib/timelib_config.h", = true);=0A= ------=_NextPart_000_0111_01C8A8F7.70C50E10--