Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5971 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10113 invoked by uid 1010); 2 Dec 2003 00:07:18 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 10073 invoked from network); 2 Dec 2003 00:07:18 -0000 Received: from unknown (HELO mx.thebrainroom.net) (65.200.24.98) by pb1.pair.com with SMTP; 2 Dec 2003 00:07:18 -0000 Received: by mx.thebrainroom.net (Postfix, from userid 517) id C21911488089; Mon, 1 Dec 2003 16:06:34 -0800 (PST) Received: from obsidian (zaneeb.thebrainroom.net [82.133.1.138]) by mx.thebrainroom.net (Postfix) with ESMTP id 42EA61488087; Mon, 1 Dec 2003 16:06:32 -0800 (PST) Message-ID: <078901c3b868$20424770$8802a8c0@obsidian> To: "Frank M. Kromann" Cc: , "Andi Gutmans" , References: <10703224256400000@9866357972520000.9866341568840000> Date: Tue, 2 Dec 2003 00:06:23 -0000 Organization: The Brain Room Ltd. MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Status: No, hits=-0.7 required=5.0 tests=AWL,BAYES_30,REFERENCES version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) X-TBR-Filter: Virus scanned and defanged Subject: Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /win32 time.c From: wez@thebrainroom.com ("Wez Furlong") Soonish; I need to add support for building shared extensions and multiple SAPI; probably only a couple more evenings work to get it into CVS. Here's a teaser of how it "looks" (apologies for bad line breaks!) % buildconf.bat Rebuilding configure.js % cscript /nologo configure.js --enable-debug --enable-mbstring --enable-mbregex Checking for cl ... cl.exe Checking for link ... link.exe Build dir: Debug_TS PHP Core: php5ts_debug.dll and php5ts_debug.lib Enabling sapi/cli Enabling ext/bcmath Enabling ext/calendar Enabling ext/com_dotnet Enabling ext/ctype Enabling ext/ftp Enabling ext/mbstring Enabling ext/odbc Enabling ext/pcre Enabling ext/session Enabling ext/standard Enabling ext/tokenizer Enabling ext/zlib Creating build dirs... Generating files... Generating Makefile Generating main/internal_functions.c Generating main/config.w32.h Done. Type 'nmake' to build PHP % nmake .... loads of building here .... "link.exe" /nologo /out:Debug_TS\php.exe /debug Debug_TS\cli\getopt.obj Debug_TS\cli\php_cli.obj Debug_TS\php5ts_debug.lib SAPI cli build complete --Wez. ----- Original Message ----- From: "Frank M. Kromann" To: "Wez Furlong" Cc: ; "Andi Gutmans" ; Sent: Monday, December 01, 2003 11:47 PM Subject: Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /win32 time.c > Wez, > > Great work. When do you expet to release that ? > > - Fank