Re: [PHP-DEV] [RFC] FPM INI syntax

2010-04-15 Thread Jérôme Loyet
2010/4/15 Christopher Jones : > > > On 04/13/2010 12:01 PM, Zeev Suraski wrote: >> >> At 21:46 13/04/2010, Christopher Jones wrote: >> >> >>> Jérôme Loyet wrote: Le 13 avril 2010 20:17, Christopher Jones a écrit : > > Jérôme Loyet wrote: >> >> Hi guys, >> >>

Re: [PHP-DEV] [RFC] FPM INI syntax

2010-04-15 Thread Christopher Jones
On 04/13/2010 12:01 PM, Zeev Suraski wrote: At 21:46 13/04/2010, Christopher Jones wrote: Jérôme Loyet wrote: Le 13 avril 2010 20:17, Christopher Jones a écrit : Jérôme Loyet wrote: Hi guys, As dreamcast4 advises me in the previous FPM conversation, I just wrote the RFC for the FPM INI

Re: [PHP-DEV] [RFC] FPM INI syntax

2010-04-15 Thread Jérôme Loyet
2010/4/15 Zeev Suraski : > At 17:00 15/04/2010, Ferenc Kovacs wrote: > > >> On Thu, Apr 15, 2010 at 1:38 PM, Zeev Suraski >> <z...@zend.com> wrote: >> At 14:30 15/04/2010, Ferenc Kovacs wrote: >> Yep, this what I'm trying to say. I thought that the include parameter in >> the

Re: [PHP-DEV] [RFC] FPM INI syntax

2010-04-15 Thread Michael Shadle
On Apr 15, 2010, at 4:55 AM, Zeev Suraski wrote: Agreed that it's a big change, but it's certainly possible. Requires its own discussion... Fwiw +1 Mysql's ini file supports includes (!includedir and it supports wildcards), so people are used to the syntax and it can follow a pseudo-

Re: [PHP-DEV] [RFC] FPM INI syntax

2010-04-15 Thread Ferenc Kovacs
On Thu, Apr 15, 2010 at 4:13 PM, Zeev Suraski wrote: > At 17:00 15/04/2010, Ferenc Kovacs wrote: > > > On Thu, Apr 15, 2010 at 1:38 PM, Zeev Suraski < >> z...@zend.com> wrote: >> At 14:30 15/04/2010, Ferenc Kovacs wrote: >> Yep, this what I'm trying to say. I thought that t

Re: [PHP-DEV] [RFC] FPM INI syntax

2010-04-15 Thread Zeev Suraski
At 17:00 15/04/2010, Ferenc Kovacs wrote: On Thu, Apr 15, 2010 at 1:38 PM, Zeev Suraski <z...@zend.com> wrote: At 14:30 15/04/2010, Ferenc Kovacs wrote: Yep, this what I'm trying to say. I thought that the include parameter in the global.ini is just a normal config vari

Re: [PHP-DEV] [RFC] FPM INI syntax

2010-04-15 Thread Ferenc Kovacs
On Thu, Apr 15, 2010 at 1:38 PM, Zeev Suraski wrote: > At 14:30 15/04/2010, Ferenc Kovacs wrote: > >> Yep, this what I'm trying to say. I thought that the include parameter in >> the global.ini is just a normal config variabla, which isn't interpreted by >> the php parse ini method, only just tel

Re: [PHP-DEV] [RFC] FPM INI syntax

2010-04-15 Thread Jérôme Loyet
Le 15 avril 2010 13:55, Zeev Suraski a écrit : > At 14:47 15/04/2010, Jérôme Loyet wrote: >> >> > 1.  In the .ini parser;  That means it'll work for anything that uses >> > the >> > .ini parser, including php.ini, fpm.ini, parse_ini_file(), etc. >> >> It's a huge change, it's has to be tested a lo

Re: [PHP-DEV] [RFC] FPM INI syntax

2010-04-15 Thread Zeev Suraski
At 14:47 15/04/2010, Jérôme Loyet wrote: > 1. In the .ini parser; That means it'll work for anything that uses the > .ini parser, including php.ini, fpm.ini, parse_ini_file(), etc. It's a huge change, it's has to be tested a lot ... too much complicated= Agreed that it's a big change, but it

Re: [PHP-DEV] [RFC] FPM INI syntax

2010-04-15 Thread Jérôme Loyet
2010/4/15 Zeev Suraski : > At 14:30 15/04/2010, Ferenc Kovacs wrote: >> >> Yep, this what I'm trying to say. I thought that the include parameter in >> the global.ini is just a normal config variabla, which isn't interpreted by >> the php parse ini method, only just tells the fpm, to include that f

Re: [PHP-DEV] [RFC] FPM INI syntax

2010-04-15 Thread Zeev Suraski
At 14:30 15/04/2010, Ferenc Kovacs wrote: Yep, this what I'm trying to say. I thought that the include parameter in the global.ini is just a normal config variabla, which isn't interpreted by the php parse ini method, only just tells the fpm, to include that files manualy and merge the contents

Re: [PHP-DEV] [RFC] FPM INI syntax

2010-04-15 Thread Ferenc Kovacs
On Thu, Apr 15, 2010 at 1:21 PM, Zeev Suraski wrote: > BTW - I think the include discussion is very much secondary here. I'm not > sure why we really need include for this particular config file, and it may > make sense to separate these two things altogether - moving to fpm.ini, and > whether o

Re: [PHP-DEV] [RFC] FPM INI syntax

2010-04-15 Thread Zeev Suraski
BTW - I think the include discussion is very much secondary here. I'm not sure why we really need include for this particular config file, and it may make sense to separate these two things altogether - moving to fpm.ini, and whether or not we want .ini files to support include. Zeev At 14

Re: [PHP-DEV] [RFC] FPM INI syntax

2010-04-15 Thread Zeev Suraski
At 14:12 15/04/2010, Ferenc Kovacs wrote: Agree, I thought that the include part will be handled from the application. Not sure what you mean by that. I mean you parse the global config, read the include param, and read each of the matching ini for merging them to the original config format.

Re: [PHP-DEV] [RFC] FPM INI syntax

2010-04-15 Thread Ferenc Kovacs
2010/4/15 Derick Rethans > On Tue, 13 Apr 2010, Zeev Suraski wrote: > > > At 21:46 13/04/2010, Christopher Jones wrote: > > > > > Jérôme Loyet wrote: > > > > Le 13 avril 2010 20:17, Christopher Jones > > > > a écrit : > > > > > > > > > > Jérôme Loyet wrote: > > > > > > > > > > > > As dreamcast4

Re: [PHP-DEV] [RFC] FPM INI syntax

2010-04-15 Thread Zeev Suraski
At 13:56 15/04/2010, Derick Rethans wrote: Uh, so what you're saying is that you want to use INI syntax for FPM so that it is inline with php's INI sytanx, but then modify it with extra statements so that it isn't the same anymore—not only with include,, but section headers are totally ignored in

Re: [PHP-DEV] [RFC] FPM INI syntax

2010-04-15 Thread Derick Rethans
On Tue, 13 Apr 2010, Zeev Suraski wrote: > At 21:46 13/04/2010, Christopher Jones wrote: > > > Jérôme Loyet wrote: > > > Le 13 avril 2010 20:17, Christopher Jones > > > a écrit : > > > > > > > > Jérôme Loyet wrote: > > > > > > > > > > As dreamcast4 advises me in the previous FPM conversation,

Re: [PHP-DEV] [RFC] FPM INI syntax

2010-04-13 Thread Jérôme Loyet
Le 13 avril 2010 21:01, Zeev Suraski a écrit : > At 21:46 13/04/2010, Christopher Jones wrote: > > >> Jérôme Loyet wrote: >>> >>> Le 13 avril 2010 20:17, Christopher Jones >>> a écrit : Jérôme Loyet wrote: > > Hi guys, > > As dreamcast4 advises me in the previous FPM con

Re: [PHP-DEV] [RFC] FPM INI syntax

2010-04-13 Thread Michael Shadle
2010/4/13 Zeev Suraski : > What he means is that it'll be implemented in the custom code responsible > for parsing fpm.ini, and not in the ZE .ini parser which would be the layer > below it.  Implementing include() can be done at either layer.  If it's > implemented at the bottom layer (ZE) then i

Re: [PHP-DEV] [RFC] FPM INI syntax

2010-04-13 Thread Zeev Suraski
At 21:46 13/04/2010, Christopher Jones wrote: Jérôme Loyet wrote: Le 13 avril 2010 20:17, Christopher Jones a écrit : Jérôme Loyet wrote: Hi guys, As dreamcast4 advises me in the previous FPM conversation, I just wrote the RFC for the FPM INI syntax. It can be read here: http://wiki.php.

Re: [PHP-DEV] [RFC] FPM INI syntax

2010-04-13 Thread Christopher Jones
Jérôme Loyet wrote: Le 13 avril 2010 20:17, Christopher Jones a écrit : Jérôme Loyet wrote: Hi guys, As dreamcast4 advises me in the previous FPM conversation, I just wrote the RFC for the FPM INI syntax. It can be read here: http://wiki.php.net/rfc/fpm/ini_syntax Tell me what you think.

Re: [PHP-DEV] [RFC] FPM INI syntax

2010-04-13 Thread Jérôme Loyet
Le 13 avril 2010 20:17, Christopher Jones a écrit : > > > Jérôme Loyet wrote: >> >> Hi guys, >> >> As dreamcast4 advises me in the previous FPM conversation, I just >> wrote the RFC for the FPM INI syntax. >> >> It can be read here: http://wiki.php.net/rfc/fpm/ini_syntax >> >> Tell me what you thi

Re: [PHP-DEV] [RFC] FPM INI syntax

2010-04-13 Thread Christopher Jones
Jérôme Loyet wrote: Hi guys, As dreamcast4 advises me in the previous FPM conversation, I just wrote the RFC for the FPM INI syntax. It can be read here: http://wiki.php.net/rfc/fpm/ini_syntax Tell me what you think. ++ Jerome I think the RFC should clearly state what is new generic php.

Re: [PHP-DEV] [RFC] FPM INI syntax

2010-04-13 Thread Arvids Godjuks
Hello. Here is some userland feedback: I was following the thread closely, because I use fastcgi all the time. I can now say for sure, that you did really good job with ini syntax - the one you have at the moment looks and feels just perfect. And includes make it really easy to use - it's what XM

Re: [PHP-DEV] [RFC] FPM INI syntax

2010-04-13 Thread Jérôme Loyet
Le 13 avril 2010 11:33, Ferenc Kovacs a écrit : > >> done. >> To compare really: >> http://www.fatbsd.com/fpm/xml.html >> http://www.fatbsd.com/fpm/fpm_ini.html >> >> I made some small changes and update to RFC version 1.1 >> ++ Jerome >> >> -- >> PHP Internals - PHP Runtime Development Mailing Li

Re: [PHP-DEV] [RFC] FPM INI syntax

2010-04-13 Thread Ferenc Kovacs
> done. > To compare really: > http://www.fatbsd.com/fpm/xml.html > http://www.fatbsd.com/fpm/fpm_ini.html > > I made some small changes and update to RFC version 1.1 > ++ Jerome > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >

Re: [PHP-DEV] [RFC] FPM INI syntax

2010-04-13 Thread Jérôme Loyet
Le 12 avril 2010 13:47, dreamcat four a écrit : > 2010/4/12 Derick Rethans : >> On Tue, 30 Mar 2010, Jérôme Loyet wrote: >> >>> As dreamcast4 advises me in the previous FPM conversation, I just >>> wrote the RFC for the FPM INI syntax. >>> >>> It can be read here: http://wiki.php.net/rfc/fpm/ini_s

Re: [PHP-DEV] [RFC] FPM INI syntax

2010-04-13 Thread Zeev Suraski
At 20:08 30/03/2010, Jérôme Loyet wrote: Hi guys, As dreamcast4 advises me in the previous FPM conversation, I just wrote the RFC for the FPM INI syntax. It can be read here: http://wiki.php.net/rfc/fpm/ini_syntax Tell me what you think. Looks good to me. Zeev -- PHP Internals - PHP Run

Re: [PHP-DEV] [RFC] FPM INI syntax

2010-04-12 Thread dreamcat four
2010/4/12 Derick Rethans : > On Tue, 30 Mar 2010, Jérôme Loyet wrote: > >> As dreamcast4 advises me in the previous FPM conversation, I just >> wrote the RFC for the FPM INI syntax. >> >> It can be read here: http://wiki.php.net/rfc/fpm/ini_syntax >> >> Tell me what you think. > > That seems to be

Re: [PHP-DEV] [RFC] FPM INI syntax

2010-04-12 Thread Derick Rethans
On Tue, 30 Mar 2010, Jérôme Loyet wrote: > As dreamcast4 advises me in the previous FPM conversation, I just > wrote the RFC for the FPM INI syntax. > > It can be read here: http://wiki.php.net/rfc/fpm/ini_syntax > > Tell me what you think. That seems to be extremely complicated. I definitely p

[PHP-DEV] [RFC] FPM INI syntax

2010-03-30 Thread Jérôme Loyet
Hi guys, As dreamcast4 advises me in the previous FPM conversation, I just wrote the RFC for the FPM INI syntax. It can be read here: http://wiki.php.net/rfc/fpm/ini_syntax Tell me what you think. ++ Jerome -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://