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
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 prefer the existing
XML form.
Derick
--
http://derickrethans.nl | http://xdebug.org
Like Xdebug? Consider a donation: http://xdebug.org/donate.php
twitter: @derickr and @xdebug
2010/4/12 Derick Rethans derick@php.net:
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 prefer the existing
XML form.
Derek,
Make sure youve also taken a look at Jerome's mockup / example files.
They were posted in the other thread, so I shall post them again here.
INI
http://www.fatbsd.com/fpm/ini_with_sections_and_default_and_include.html
XML
Perhaps those links could do with being added to the RFC page too. Jerome?
Derick
--
http://derickrethans.nl | http://xdebug.org
Like Xdebug? Consider a donation: http://xdebug.org/donate.php
twitter: @derickr and @xdebug
Le 12 avril 2010 13:47, dreamcat four dreamcat4@gmail.com a écrit :
2010/4/12 Derick Rethans derick@php.net:
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 prefer the existing
XML form.Derek,
Make sure youve also taken a look at Jerome's mockup / example files.
They were posted in the other thread, so I shall post them again here.INI
http://www.fatbsd.com/fpm/ini_with_sections_and_default_and_include.html
XML
Perhaps those links could do with being added to the RFC page too. Jerome?
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
done.
To compare really:
http://www.fatbsd.com/fpm/xml.html
http://www.fatbsd.com/fpm/fpm_ini.htmlI made some small changes and update to RFC version 1.1
++ Jerome--
There is a little typo in the fmp_ini.html:
/etc/fpm/bacloffice.conf
should be
/etc/fpm/backoffice.confTyrael
Le 13 avril 2010 11:33, Ferenc Kovacs tyra3l@gmail.com a écrit :
done.
To compare really:
http://www.fatbsd.com/fpm/xml.html
http://www.fatbsd.com/fpm/fpm_ini.htmlI made some small changes and update to RFC version 1.1
++ Jerome--
There is a little typo in the fmp_ini.html:
/etc/fpm/bacloffice.conf
should be
/etc/fpm/backoffice.conf
corrected, thx Tyrael
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 XML syntax lacks.
Please roll that out as soon as possible, i'd like to get my hands on that
in stable release to use :)
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
hi
I made the first release of the patch to convert fpm syntax from xml to ini.
Everything is in the RFC: http://wiki.php.net/rfc/fpm/ini_syntax
The patch is directly viewable at the following address:
http://www.fatbsd.com/fpm/fpm-ini-v1.patch
This patch does not make everything described in the RFC:
- the include directive is not yet implemented because the
zend_ini_parser is not able to handle recursive calls (because of the
the state env which is global) - the reference system which is complex and I'm not sure it's a good idea
everything else has been done and I'm working now on implementing includes.
As it's a huge patch, I won't commit it directly so if some of you can
make comments it would be great.
thx guys
++ Jerome
Le 30 mars 2010 19:08, Jérôme Loyet jerome@loyet.net a écrit :
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
Le 15 avril 2010 12:09, Jérôme Loyet jerome@loyet.net a écrit :
hi
I made the first release of the patch to convert fpm syntax from xml to ini.
Everything is in the RFC: http://wiki.php.net/rfc/fpm/ini_syntax
The patch is directly viewable at the following address:
http://www.fatbsd.com/fpm/fpm-ini-v1.patchThis patch does not make everything described in the RFC:
- the include directive is not yet implemented because the
zend_ini_parser is not able to handle recursive calls (because of the
the state env which is global)- the reference system which is complex and I'm not sure it's a good idea
everything else has been done and I'm working now on implementing includes.
As it's a huge patch, I won't commit it directly so if some of you can
make comments it would be great.
I just finished adding the include feature to the ini syntax for FPM.
The patch is available here:
http://www.fatbsd.com//fpm/fpm-ini-v2.patch
As the zend_ini_parser_file and zend_ini_parser_string functions can't
be called recursively, I made FPM read the file line by line. I then
call zend_ini_parser_string for each line. That permits me to handle
the recursivity. It's not that clean but it works without having
Zend/* or main/* changed.
The include supports also glob(3) syntax.
Any comments are welcome about the patch.
++ Jerome
thx guys
++ JeromeLe 30 mars 2010 19:08, Jérôme Loyet jerome@loyet.net a écrit :
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
Le 17 avril 2010 18:43, Jérôme Loyet jerome@loyet.net a écrit :
Le 15 avril 2010 12:09, Jérôme Loyet jerome@loyet.net a écrit :
hi
I made the first release of the patch to convert fpm syntax from xml to ini.
Everything is in the RFC: http://wiki.php.net/rfc/fpm/ini_syntax
The patch is directly viewable at the following address:
http://www.fatbsd.com/fpm/fpm-ini-v1.patchThis patch does not make everything described in the RFC:
- the include directive is not yet implemented because the
zend_ini_parser is not able to handle recursive calls (because of the
the state env which is global)- the reference system which is complex and I'm not sure it's a good idea
everything else has been done and I'm working now on implementing includes.
As it's a huge patch, I won't commit it directly so if some of you can
make comments it would be great.I just finished adding the include feature to the ini syntax for FPM.
The patch is available here:
http://www.fatbsd.com//fpm/fpm-ini-v2.patchAs the zend_ini_parser_file and zend_ini_parser_string functions can't
be called recursively, I made FPM read the file line by line. I then
call zend_ini_parser_string for each line. That permits me to handle
the recursivity. It's not that clean but it works without having
Zend/* or main/* changed.The include supports also glob(3) syntax.
Any comments are welcome about the patch.
Hi guys,
If there is no comments, I'll commit the patch later this day.
++ Jerome
++ Jerome
thx guys
++ JeromeLe 30 mars 2010 19:08, Jérôme Loyet jerome@loyet.net a écrit :
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