Re: [PHP-DEV] SVN Account Request: looyao

2010-04-13 Thread Antony Dovgal
On 14.04.2010 06:53, looyao teng wrote: > hi, I'm a php programmer, our site use PHP's Imagemagick > extension to process images, and this would consume a lot of > memory under some circumstances. However, the mainstream > PHP's memory management is really weak, so a huge amount > of memory wou

[PHP-DEV] Re:SVN Account Request: looyao

2010-04-13 Thread 滕路遥
I think my svn account is "looyao". :)

[PHP-DEV] SVN Account Request: looyao

2010-04-13 Thread looyao teng
hi, I'm a php programmer, our site use PHP's Imagemagick extension to process images, and this would consume a lot of memory under some circumstances. However, the mainstream PHP's memory management is really weak, so a huge amount of memory would be consumed under high server load. What's wors

[PHP-DEV] Re: Named Parameters

2010-04-13 Thread GM
Personally, I would strongly prefer the caller syntax my_func('a', 'b', 'c' => 'd', $e => $f) just to because 1) it's consistent with array declaration syntax 2) it allows arbitrary names for parameters, which will become the array keys ... and can include funny characters 3) naked

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.

[PHP-DEV] Re: [PATCH] Implementation of #35638 [include update timestamp in imapoverview data]

2010-04-13 Thread Charles Duffy
This patch has been awaiting review for over a month. Is there anything I can do to help hurry things along? -- 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 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] Performance improvements

2010-04-13 Thread Dmitry Stogov
Hi Kalle, Kalle Sommer Nielsen wrote: Hi 2010/4/13 Dmitry Stogov : Hi, I've published all the patches, their description and performance evaluation at http://wiki.php.net/rfc/performanceimprovements The only thing I notice while browsing the patches was that you need to add the zend_string.

Re: [PHP-DEV] [RFC] Performance improvements

2010-04-13 Thread Dmitry Stogov
Hi Jared, Jared Williams wrote: Hi Wondering if there is any plans to for new serialization method? Not in this patch. One of the things that igbinary does is store strings only once, and now that the engine supports string interning natively, seems that serialization and de

Re: [PHP-DEV] [RFC] Performance improvements

2010-04-13 Thread Dmitry Stogov
Hi Richard, Richard Quadling wrote: On 13 April 2010 14:53, Dmitry Stogov wrote: Hi, I've published all the patches, their description and performance evaluation at http://wiki.php.net/rfc/performanceimprovements In two words the patches give 0-20% improvement even on real-life applications.

Re: [PHP-DEV] [RFC] Performance improvements

2010-04-13 Thread Kalle Sommer Nielsen
Hi 2010/4/13 Dmitry Stogov : > Hi, > > I've published all the patches, their description and performance evaluation > at http://wiki.php.net/rfc/performanceimprovements The only thing I notice while browsing the patches was that you need to add the zend_string.c and other new files to win32/build

RE: [PHP-DEV] [RFC] Performance improvements

2010-04-13 Thread Jared Williams
Hi Wondering if there is any plans to for new serialization method? One of the things that igbinary does is store strings only once, and now that the engine supports string interning natively, seems that serialization and deserialization could benefit. Though I guess igbi

Re: [PHP-DEV] SVN Account Request: gerardobenitez

2010-04-13 Thread Daniel Egeberg
On Tue, Apr 13, 2010 at 16:21, Gerardo Benitez wrote: > Translating the documentation What language do you intent to translate it to? -- Daniel Egeberg -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] SVN Account Request: gerardobenitez

2010-04-13 Thread Gerardo Benitez
Translating the documentation -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] [RFC] Performance improvements

2010-04-13 Thread Dmitry Stogov
Hi, I've published all the patches, their description and performance evaluation at http://wiki.php.net/rfc/performanceimprovements In two words the patches give 0-20% improvement even on real-life applications. I'm going to commit them into trunk in a week in case of no objections. Of cou

Re: [PHP-DEV] array_seek function

2010-04-13 Thread Felix De Vliegher
On 12-apr-2010, at 10:20, Derick Rethans wrote: > On Mon, 22 Mar 2010, Felix De Vliegher wrote: > >> On 17-mrt-2010, at 19:09, Derick Rethans wrote: >> >>> On Wed, 17 Mar 2010, Felix De Vliegher wrote: >>> On 17-mrt-2010, at 17:52, Derick Rethans wrote: > On Wed, 17 Mar 2010, Fel

Re: [PHP-DEV] Named Parameters

2010-04-13 Thread Jordi Boggiano
On 13.04.2010 11:44, Tjerk Anne Meesters wrote: > Think it's also important to keep the IDE factor in mind. By just > defining a catch-all at the end of your function declarations you > essentially cut short any effort that could be made to have IDE code > insight support for this language enhancem

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] Named Parameters

2010-04-13 Thread Tjerk Anne Meesters
Think it's also important to keep the IDE factor in mind. By just defining a catch-all at the end of your function declarations you essentially cut short any effort that could be made to have IDE code insight support for this language enhancement. On 4/13/10, Jordi Boggiano wrote: > On 13.04.2010

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] Re: Named Parameters

2010-04-13 Thread Jordi Boggiano
On 13.04.2010 01:30, Pierre Joye wrote: > On Tue, Apr 13, 2010 at 1:28 AM, Stanislav Malyshev wrote: > >> I think that's the idea in general, now how it looks like - be it 'opt1' => >> 'no-foo' or opt1: 'no-foo' - that's the decision we need to take. I >> personally still don't have the favorite,

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] Performance improvements

2010-04-13 Thread Sebastian Bergmann
Am 13.04.2010 09:12, schrieb Zeev Suraski: > Dmitry's in the process of separating the different improvements into > separate patches and improving their consistency while at it; We'll > also work on RFC(s). Great to hear! I'll be glad to help with testing the patches once they are available.

Re: [PHP-DEV] Performance improvements

2010-04-13 Thread Zeev Suraski
At 17:32 11/04/2010, Sebastian Bergmann wrote: Am 11.04.2010 16:21, schrieb Lukas Kahwe Smith: > So where do we stand here? I was wondering the same. Dmitry's in the process of separating the different improvements into separate patches and improving their consistency while at it; We'll al