Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39431 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93581 invoked from network); 29 Jul 2008 13:14:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jul 2008 13:14:05 -0000 Authentication-Results: pb1.pair.com header.from=list@firehawksystems.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=list@firehawksystems.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain firehawksystems.com from 204.11.219.140 cause and error) X-PHP-List-Original-Sender: list@firehawksystems.com X-Host-Fingerprint: 204.11.219.140 ls6.firehawksystems.com Received: from [204.11.219.140] ([204.11.219.140:57911] helo=ls6.firehawksystems.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 39/75-24886-B971F884 for ; Tue, 29 Jul 2008 09:14:05 -0400 Received: from albook-wireless.brianfrance.com (adsl-69-212-242-15.dsl.ipltin.ameritech.net [69.212.242.15]) (authenticated bits=0) by ls6.firehawksystems.com (8.14.1/8.14.1) with ESMTP id m6TDDwQm055369 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Tue, 29 Jul 2008 06:14:00 -0700 (PDT) Cc: PHP Internals List Message-ID: <4AA262C6-3A89-46F0-96DF-F853D61CFB85@firehawksystems.com> To: Alejandro Leiva In-Reply-To: <438FCAF1-BF0E-4C14-9035-7D25CBBAB20E@litio.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v926) Date: Tue, 29 Jul 2008 09:13:57 -0400 References: <438FCAF1-BF0E-4C14-9035-7D25CBBAB20E@litio.org> X-Mailer: Apple Mail (2.926) X-Virus-Scanned: ClamAV version 0.93, clamav-milter version 0.93 on ls6.firehawksystems.com X-Virus-Status: Clean Subject: Re: [PHP-DEV] PHP Cmake From: list@firehawksystems.com ("Brian J. France") On Jul 29, 2008, at 4:52 AM, Alejandro Leiva wrote: > I'm working in porting php to cmake there is information in the > wiki @ http://wiki.php.net/internals/cmake, now is compiling Zend, > main, TSRM, ext/ctype, ext/date, ext/dom, ext/libxml, ext/phar, ext/ > standard and sapi/cli. I wrote a php script to convert automatically > the information in config.m4 && config.w32 from extensions to CMake > (now only take care of PHP_NEW_EXTENSION but is extensible) and a > script to convert configure checks to CMake. I expect in one week to > have a php cli compiling and linking. After that I'll implement > CTest (for running php tests) and CPack (for automatic packaging) > also finish to porting all the extensions and all the sapi. > > Also in two weeks I think that we can begin to test it and porting > to Windows, now is working in Linux and MacOS platform (probably in > all unix like platforms). Building the core, one sapi and no extensions, then using phpize for building shared extension will still be a option, right? Brian