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" <[EMAIL PROTECTED]>
To: "Wez Furlong" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; "Andi Gutmans" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
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

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to