Re: [PHP-DEV] 答复: [PHP-DEV] full LFS support

2012-06-02 Thread Ferenc Kovacs
bump. On Tue, Sep 6, 2011 at 4:22 PM, Felipe Pena wrote: > AFAIK Pierre has some point about Windows part. > > 2011/9/6 Ferenc Kovacs : > > On Tue, Aug 17, 2010 at 4:22 PM, Ferenc Kovacs wrote: > >>> > >>> > Hi. > >>> > > >>> > I would like to know what is the current status of the LFS support

Re: [PHP-DEV] 5.4.3 type hint handling

2012-06-02 Thread Anatoliy Belsky
Hi Hannes, ah, now i see. The generator has worked on 5.3 with the erroneous type hints. But all that IS_LONG turned into "array". And on 5.4 as i've mentioned previously, it gives "unknown typehint" when invoking the corresponding function. No way around to edit the doc templates manually though

Re: [PHP-DEV] 5.4.3 type hint handling

2012-06-02 Thread Hannes Magnusson
On Sat, Jun 2, 2012 at 11:41 AM, Anatoliy Belsky wrote: > Hi Felipe, > > that's ok but doesn't answer the question with the doc generator :) . > Another issue with this were "php --re" where people would want to look at > the param list. imho it looks more consistent in 5.3 . The doc generator on

Re: [PHP-DEV] 5.4.3 type hint handling

2012-06-02 Thread Anatoliy Belsky
Hi Felipe, that's ok but doesn't answer the question with the doc generator :) . Another issue with this were "php --re" where people would want to look at the param list. imho it looks more consistent in 5.3 . Cheers Anatoliy On Sat, June 2, 2012 00:46, Felipe Pena wrote: > Hi, > > 2012/6/1 An