Re: [PHP-DEV] Vote on New Build System

2002-03-07 Thread Brian Foddy
Sascha Schumann wrote: > Extension developers: > > Makefile.ins are abandoned. The files which are to be compiled > are specified in the config.m4 now using the following macro: > > PHP_NEW_EXTENSION(foo, foo.c bar.c baz.cpp, $ext_shared) > > E.g. this enables the extension foo which consist

RE: [PHP-DEV] Vote on New Build System

2002-03-07 Thread Marc Boeren
> I'd like to get some input on the new build system. If there > are enough "yea" voices, I could merge it into 4.3.0.. Yea! - Marc. -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Vote on New Build System

2002-03-07 Thread Sascha Schumann
On Thu, 7 Mar 2002, Alan Knowles wrote: > I presume that the old > PHP_EXENTSION() still works in V5 > so modules outside the php tree can keep using it? ... and put in > dnl PHP_EXENTSION_NEW. > so it's V5 ready... Yes. The system includes a scanner for Makefile.in templates wh

Re: [PHP-DEV] Vote on New Build System

2002-03-07 Thread Marko Karppinen
> Hi, > > I'd like to get some input on the new build system. If there > are enough "yea" voices, I could merge it into 4.3.0.. I'd love to see this in 4.3.0. --Marko -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Vote on New Build System

2002-03-07 Thread Jani Taskinen
yea. --Jani On Thu, 7 Mar 2002, Sascha Schumann wrote: >Hi, > >I'd like to get some input on the new build system. If there >are enough "yea" voices, I could merge it into 4.3.0.. > >The current patch against the CVS is here: > >http://schumann.cx/buildv5

Re: [PHP-DEV] Vote on New Build System

2002-03-07 Thread Alan Knowles
I presume that the old PHP_EXENTSION() still works in V5 so modules outside the php tree can keep using it? ... and put in dnl PHP_EXENTSION_NEW. so it's V5 ready... regards alan > > >On Thu, 7 Mar 2002, Sascha Schumann wrote: > >>I'd like to get some input on the new build system.

Re: [PHP-DEV] Vote on New Build System

2002-03-07 Thread Edin Kadribasic
> I'd like to get some input on the new build system. If there > are enough "yea" voices, I could merge it into 4.3.0.. + 1 Edin -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Vote on New Build System

2002-03-07 Thread derick
Hello, On Thu, 7 Mar 2002, Sascha Schumann wrote: > I'd like to get some input on the new build system. If there > are enough "yea" voices, I could merge it into 4.3.0.. go for it (or should I say "yea" :) Derick > The current patch against the CVS is here: > > http://schum

[PHP-DEV] Vote on New Build System

2002-03-07 Thread Sascha Schumann
Hi, I'd like to get some input on the new build system. If there are enough "yea" voices, I could merge it into 4.3.0.. The current patch against the CVS is here: http://schumann.cx/buildv5.patch This version adds support for the test target and PHP_DEFINE which ai