Re: [PHP-DEV] Midgard

2001-02-16 Thread Emiliano
Emiliano wrote: > > Midgard extension contains 200k of vanity images. This is unreasonable > > bloat to the core of PHP. Can you please remove them? > > They've been removed days ago. My mistake, they were removed from our own CVS. We forgot to do that at cvs.php.net. The mistake has been recti

Re: [PHP-DEV] Midgard

2001-02-16 Thread Emiliano
David Croft wrote: > Midgard extension contains 200k of vanity images. This is unreasonable > bloat to the core of PHP. Can you please remove them? They've been removed days ago. Emile -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

[PHP-DEV] Midgard

2001-02-16 Thread David Croft
Midgard extension contains 200k of vanity images. This is unreasonable bloat to the core of PHP. Can you please remove them? David -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the

Re: [PHP-DEV] Midgard (Was: cvs: php4 /ext/midgard .cvsignore...)

2001-02-13 Thread Emiliano
Stanislav Malyshev wrote: > > E>> With the PHP4 version of Midgard, patching is no longer a > E>> necessity. It's an ordinary extension like the others. > > Ah, so parser modifications are out? Good to know. Yes, they are. Emile -- PHP Development Mailing List To unsubs

Re: [PHP-DEV] Midgard (Was: cvs: php4 /ext/midgard .cvsignore...)

2001-02-13 Thread Stanislav Malyshev
E>> With the PHP4 version of Midgard, patching is no longer a E>> necessity. It's an ordinary extension like the others. Ah, so parser modifications are out? Good to know. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Dev

Re: [PHP-DEV] Midgard (Was: cvs: php4 /ext/midgard .cvsignore...)

2001-02-13 Thread Rasmus Lerdorf
> > There is also the phpize stuff (which I don't know). It's something like > > phpize /path/to/midgard and then compiling the midgard as a shared library. > > I think the first example I gave you is probably good enough though. > > The phpize methods works (it's what we use right now), but loadi

Re: [PHP-DEV] Midgard (Was: cvs: php4 /ext/midgard .cvsignore...)

2001-02-13 Thread Peter \"[DiSAStA]\" Petermann
> > > Well right now it won't really solve it because pear is included in the > > > distribution. However, the idea behind pear is to be something more similar > > what if midgard would be handled like php-gtk? > How would that be? /php-gtk <-- thatway :) Peter Petermann -- *ZIMT - where PHP me

Re: [PHP-DEV] Midgard (Was: cvs: php4 /ext/midgard .cvsignore...)

2001-02-13 Thread Emiliano
Andi Gutmans wrote: > >OK, my mistake. So moving php4/ext/midgard to php4/pear/midgard would > >solve this? > > Well right now it won't really solve it because pear is included in the > distribution. However, the idea behind pear is to be something more similar > to CPAN which means both PHP a

Re: [PHP-DEV] Midgard (Was: cvs: php4 /ext/midgard .cvsignore...)

2001-02-13 Thread Emiliano
Peter "[DiSAStA]" Petermann wrote: > > Well right now it won't really solve it because pear is included in the > > distribution. However, the idea behind pear is to be something more similar > > what if midgard would be handled like php-gtk? How would that be? Emile -- PHP Development Mail

Re: [PHP-DEV] Midgard (Was: cvs: php4 /ext/midgard .cvsignore...)

2001-02-13 Thread Peter \"[DiSAStA]\" Petermann
> Well right now it won't really solve it because pear is included in the > distribution. However, the idea behind pear is to be something more similar what if midgard would be handled like php-gtk? :) Peter Petermann -- *ZIMT - where PHP meets needs* [EMAIL PROTECTED] www.cyberfly.net --

Re: [PHP-DEV] Midgard (Was: cvs: php4 /ext/midgard .cvsignore...)

2001-02-12 Thread Andi Gutmans
At 10:18 PM 2/12/2001 +0100, Emiliano wrote: >Sebastian Bergmann wrote: > > > > Emiliano wrote: > > > But PEAR is a repository for scripts written in PHP, right? > > > > PHP Extension and Add-On Repository. Extensions and Add-Ons, written in > > either PHP or C, are welcome :-) > >OK, my mistake

Re: [PHP-DEV] Midgard (Was: cvs: php4 /ext/midgard .cvsignore...)

2001-02-12 Thread Emiliano
Sebastian Bergmann wrote: > > Emiliano wrote: > > But PEAR is a repository for scripts written in PHP, right? > > PHP Extension and Add-On Repository. Extensions and Add-Ons, written in > either PHP or C, are welcome :-) OK, my mistake. So moving php4/ext/midgard to php4/pear/midgard would so

RE: [PHP-DEV] Midgard (Was: cvs: php4 /ext/midgard .cvsignore...)

2001-02-12 Thread James Moore
> > > With the PHP4 version of Midgard, patching is no longer a necessity. > > > It's an ordinary extension like the others. > > > > Perhaps it would be an idea to move it out of the main PHP CVS > (into another > > cvs module) for now and put links on php.net, personally I > would really like > >

Re: [PHP-DEV] Midgard (Was: cvs: php4 /ext/midgard .cvsignore...)

2001-02-12 Thread Sebastian Bergmann
Emiliano wrote: > But PEAR is a repository for scripts written in PHP, right? PHP Extension and Add-On Repository. Extensions and Add-Ons, written in either PHP or C, are welcome :-) -- sebastian bergmann e-mail : [EMAIL PROTECTED] homepage :

Re: [PHP-DEV] Midgard (Was: cvs: php4 /ext/midgard .cvsignore...)

2001-02-12 Thread Emiliano
James Moore wrote: > > With the PHP4 version of Midgard, patching is no longer a necessity. > > It's an ordinary extension like the others. > > Perhaps it would be an idea to move it out of the main PHP CVS (into another > cvs module) for now and put links on php.net, personally I would really l

RE: [PHP-DEV] Midgard (Was: cvs: php4 /ext/midgard .cvsignore...)

2001-02-12 Thread James Moore
> > At 22:11 12/2/2001, Rasmus Lerdorf wrote: > > >The idea here is that Midgard has a large installed base of > users, all of > > >whom have to run a modified version of PHP. The extension, > albeit rather > > >large at this point, is supposed to provide the basic > functionality in the > > >st

[PHP-DEV] Midgard (Was: cvs: php4 /ext/midgard .cvsignore...)

2001-02-12 Thread Emiliano
Zeev wrote: > At 22:11 12/2/2001, Rasmus Lerdorf wrote: > >The idea here is that Midgard has a large installed base of users, all of > >whom have to run a modified version of PHP. The extension, albeit rather > >large at this point, is supposed to provide the basic functionality in the > >standa

Re: [PHP-DEV] midgard, was RE: [PHP-DEV] Legal solution: RE: [PHP-DEV] Non-GPL readline

2001-01-17 Thread Zeev Suraski
At 12:17 17/1/2001, Rasmus Lerdorf wrote: > > At 12:08 17/1/2001, Rasmus Lerdorf wrote: > > >They obviously can't distribute PHP under the GPL. And I wish they would > > >just contribute whatever patches to PHP they think need so Midgard could > > >use a vanilla PHP install. > > > > Stas talked t

Re: [PHP-DEV] midgard, was RE: [PHP-DEV] Legal solution: RE: [PHP-DEV] Non-GPL readline

2001-01-17 Thread Zeev Suraski
At 12:02 17/1/2001, Sam Liddicott wrote: >If (b) is true then surely we need officialy a choice of license (or at >least project-midgard.org does) As Rasmus said, obviously they can't distribute PHP under the GPL - and there's nothing wrong with that. It doesn't mean that they can't distribute P

Re: [PHP-DEV] midgard, was RE: [PHP-DEV] Legal solution: RE: [PHP-DEV] Non-GPL readline

2001-01-17 Thread Rasmus Lerdorf
> At 12:08 17/1/2001, Rasmus Lerdorf wrote: > >They obviously can't distribute PHP under the GPL. And I wish they would > >just contribute whatever patches to PHP they think need so Midgard could > >use a vanilla PHP install. > > Stas talked to them a while ago, some of their patches don't really

Re: [PHP-DEV] midgard, was RE: [PHP-DEV] Legal solution: RE: [PHP-DEV] Non-GPL readline

2001-01-17 Thread Zeev Suraski
At 12:08 17/1/2001, Rasmus Lerdorf wrote: >They obviously can't distribute PHP under the GPL. And I wish they would >just contribute whatever patches to PHP they think need so Midgard could >use a vanilla PHP install. Stas talked to them a while ago, some of their patches don't really align wit

Re: [PHP-DEV] midgard, was RE: [PHP-DEV] Legal solution: RE: [PHP-DEV]Non-GPL readline

2001-01-17 Thread Sascha Schumann
On Wed, 17 Jan 2001, Sam Liddicott wrote: > Midgard, soon to use php4 is to be released GPL (according to their website > www.midgard-project.org). > > How will this work; will it just be the patch to php4 that makes it INTO > migard that will be GPL, or midgard+PHP that will be GPL. The own

Re: [PHP-DEV] midgard, was RE: [PHP-DEV] Legal solution: RE: [PHP-DEV]Non-GPL readline

2001-01-17 Thread Rasmus Lerdorf
They obviously can't distribute PHP under the GPL. And I wish they would just contribute whatever patches to PHP they think need so Midgard could use a vanilla PHP install. -Rasmus On Wed, 17 Jan 2001, Sam Liddicott wrote: > Midgard, soon to use php4 is to be released GPL (according to their w

[PHP-DEV] midgard, was RE: [PHP-DEV] Legal solution: RE: [PHP-DEV] Non-GPL readline

2001-01-17 Thread Sam Liddicott
Midgard, soon to use php4 is to be released GPL (according to their website www.midgard-project.org). How will this work; will it just be the patch to php4 that makes it INTO migard that will be GPL, or midgard+PHP that will be GPL. Either way it seems using this means EITHER a) anyone could re