Re: [PHP-DEV] 5.4 again

2011-05-08 Thread Rasmus Lerdorf
On 05/08/2011 04:40 PM, Stas Malyshev wrote: I has been almost a month since we did our routine talk about 5.4, so here it goes again. The patch for the scalar hints seems to be pretty simple (see http://random-bits-of.info/no_scalar_hints.diff - no generated files included, that will be done on

[PHP-DEV] 5.4 again

2011-05-08 Thread Stas Malyshev
Hi! I has been almost a month since we did our routine talk about 5.4, so here it goes again. The patch for the scalar hints seems to be pretty simple (see http://random-bits-of.info/no_scalar_hints.diff - no generated files included, that will be done on actual commit), so it should not hold

Re: [PHP-DEV] adding low level file handling stuff

2011-05-08 Thread Ferenc Kovacs
> I agree, I think that the best solution would be to > - add support for replacing a stream with another (a similar function > for http://php.net/manual/en/function.stream-copy-to-stream.php or maybe > extending that), which would be available on all platforms, this would cover > my initial use-ca

Re: [PHP-DEV] adding low level file handling stuff

2011-05-08 Thread Ferenc Kovacs
> > adding dup2 support for the php://fd stream would be better than the > current situation, but I can't see why are we trying to force > everything into that. > I mean everything on the http://www.php.net/manual/en/wrappers.php can > be > achived through a function also. >