Hey,
as we can still correct 'mistakes' I think we should rename
stream_register_filter to stream_filter_register in order to have it fit
more in line with stream_filter_append and stream_filter_prepend.
Comments?
regards,
Derick
--
Derick Rethans http://derickrethans.nl/
JDI Media Solutions http://www.jdimedia.nl/
International PHP Magazine http://www.php-mag.net/
as we can still correct 'mistakes' I think we should rename
stream_register_filter to stream_filter_register in order to have it fit
more in line with stream_filter_append and stream_filter_prepend.
Comments?
I would suggest doing the same for stream_register_wrapper btw..
Derick
--
"my other box is your windows PC"
Derick Rethans http://derickrethans.nl/
International PHP Magazine http://php-mag.net/
as we can still correct 'mistakes' I think we should rename
stream_register_filter to stream_filter_register in order to have it fit
more in line with stream_filter_append and stream_filter_prepend.
Comments?I would suggest doing the same for stream_register_wrapper btw..
the wrapper one is already in 4.3.x, so we'd need an alias, but I'm +1
on renaming the filter version.
--Wez.