Re: [PHP-DEV] Wrong/outdated usernames in SVNROOT/global_avail

2011-11-14 Thread Ronald Chmara
On Sat, Nov 12, 2011 at 1:31 PM, Ferenc Kovacs wrote: > On Sat, Nov 12, 2011 at 1:56 AM, Florian Anderiasch wrote: > >> Hey there, >> I just noticed some inconsistencies in svn usernames used in >> SVNROOT/global_avail. >> >> After some shell magic involving sed,grep and diff these names don't mat

Re: [PHP-DEV] function ob_gzhandler is missed in 5.4

2011-11-14 Thread Stas Malyshev
Hi! What did people use ob_gzhandler for directly? Well, apparently they did for some reason, doing custom output handlers based on it I guess. So the question is - is it possible to still have this function implemented? -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcr

Re: [PHP-DEV] [PATCH] Making in_array a language operator

2011-11-14 Thread Pierre Joye
On Mon, Nov 14, 2011 at 7:27 AM, Rasmus Lerdorf wrote: > It could also easily be a step in the wrong direction if it isn't > implemented carefully. Turning interchangeable scalar types into fake > objects could introduce the equivalent of strong typing. Indeed, that's not an easy thing to think

Re: [PHP-DEV] function ob_gzhandler is missed in 5.4

2011-11-14 Thread Michael Wallner
On Sun, 13 Nov 2011 12:16:52 -0800, Stas Malyshev wrote: > On 11/13/11 7:11 AM, Laruence wrote: >> Hi: >> >> this revisioin remove the ob_* functions: >> http://svn.php.net/viewvc?view=revision&revision=299980 > > Indeed, I do not see ob_gzhandler in the function list, but no mention > of that in

Re: [PHP-DEV] function ob_gzhandler is missed in 5.4

2011-11-14 Thread Nicolas Grekas
> > Indeed, I do not see ob_gzhandler in the function list > Personally, I do use ob_gzhandler as a function, so are some some other projects : http://www.google.com/codesearch#search/&q=lang:php "ob_gzhandler(" if the function could be reintroduced that would be cool... Nicolas