[PHP-DEV] Re: [php-maint] [PHP-DEV] CVE-2008-5658 unfixed or new problem with Zip::extractTo in 5.2.x?

2009-01-23 Thread sean finney
hi again, On Fri, Jan 23, 2009 at 08:23:59AM +0100, sean finney wrote: > it's unfortunate that there isn't a more surgical fix (301 insertions!), > but i'll take your word for it that it would be too complicated/dangerous > to try and modify virtual_file_ex() directly. actually, i think i've foun

Re: [PHP-DEV] New function proposal: spl_object_id

2009-01-23 Thread Oskar Eisemuth
Hello My usage for spl_object_id wouldn't be solved with SplObjectStorage, here is my current event handler (it uses spl_object_hash) I still have the plan to replace it with something better but it simply works, currently it's not possible to "free" an object. EVENT::register accepts a static c

Re: [PHP-DEV] GSoC 2009

2009-01-23 Thread Andrei Zmievski
Scott MacVicar wrote: Hi Everybody, It's almost that time again where we rush at the last minute to organise something for the Google Summer of Code, so in the interest of being prepared I'm thinking it's time to start collecting ideas for potential students. I've updated a few of the Wiki pa

Re: [PHP-DEV] GSoC 2009

2009-01-23 Thread barry
Add the bugtracker, and I can get round to finishing, unis been far too busy this year so far :-( On Fri, 23 Jan 2009 13:37:18 -0800, Andrei Zmievski wrote: > Scott MacVicar wrote: >> Hi Everybody, >> >> It's almost that time again where we rush at the last minute to organise >> something for the

[PHP-DEV] Reserved namespaces

2009-01-23 Thread Andrei Zmievski
Forgive me if I've missed this in the heat of all the namespaces discussions. Did we consider having reserved namespaces, like 'PHP' or 'SPL', so that if a user tries to declare a namespace with that name an error is raised? -Andrei -- PHP Internals - PHP Runtime Development Mailing List To un

Re: [PHP-DEV] Reserved namespaces

2009-01-23 Thread David Coallier
> Forgive me if I've missed this in the heat of all the namespaces > discussions. Did we consider having reserved namespaces, like 'PHP' or > 'SPL', so that if a user tries to declare a namespace with that name an > error is raised? I'd say what you are looking for is probably this. http://wiki.ph

Re: [PHP-DEV] GSoC 2009

2009-01-23 Thread Hannes Magnusson
On Fri, Jan 23, 2009 at 23:09, wrote: > Add the bugtracker, and I can get round to finishing, unis been far too > busy this year so far :-( Finishing what exactly? I'd like to add the bugtracker idea again.. but the last year bugtracker gsoc turned into something completely different and not a

Re: [PHP-DEV] Reserved namespaces

2009-01-23 Thread Hannes Magnusson
On Fri, Jan 23, 2009 at 23:14, Andrei Zmievski wrote: > Forgive me if I've missed this in the heat of all the namespaces > discussions. Did we consider having reserved namespaces, like 'PHP' or > 'SPL', so that if a user tries to declare a namespace with that name an > error is raised? I don't th

Re: [PHP-DEV] Reserved namespaces

2009-01-23 Thread Andrei Zmievski
Hannes Magnusson wrote: I don't think we have to treat our users like a total fcking idiots. If anyone thinks using "SPL" or "PHP" as their root namespace is a good idea they deserve to be kicked in the nuts. And who's going to administer this kicking? -Andrei -- PHP Internals - PHP Runtime D

Re: [PHP-DEV] Reserved namespaces

2009-01-23 Thread Lukas Kahwe Smith
On 24.01.2009, at 00:49, Andrei Zmievski wrote: Hannes Magnusson wrote: I don't think we have to treat our users like a total fcking idiots. If anyone thinks using "SPL" or "PHP" as their root namespace is a good idea they deserve to be kicked in the nuts. And who's going to administer this

Re: [PHP-DEV] Reserved namespaces

2009-01-23 Thread Andrei Zmievski
Lukas Kahwe Smith wrote: I think the decision was to not yet bother with reserving namespaces or starting to namespace-ify extensions. We might however want to put out a naming guide for namespaces. I agree. Whether the error is raised or not on reserved namespaces can be done later, but we s

Re: [PHP-DEV] Reserved namespaces

2009-01-23 Thread Alain Williams
On Fri, Jan 23, 2009 at 03:58:22PM -0800, Andrei Zmievski wrote: > Lukas Kahwe Smith wrote: > >I think the decision was to not yet bother with reserving namespaces or > >starting to namespace-ify extensions. We might however want to put out a > >naming guide for namespaces. > > I agree. Whether

Re: [PHP-DEV] GSoC 2009

2009-01-23 Thread Sebastian Bergmann
Hannes Magnusson schrieb: > I'd like to add the bugtracker idea again.. but the last year > bugtracker gsoc turned into something completely different and not at > all usable for php.net. What is bugging me is the question whether we really need our own bugtracker software. -- Sebastian Bergma

Re: [PHP-DEV] GSoC 2009

2009-01-23 Thread barry
> Finishing what exactly? I ran out of time within the GSoC time period to finish it fully... Its not fully working and functional.. Uni got in the way of me finishing it in my own time. > > I'd like to add the bugtracker idea again.. but the last year > bugtracker gsoc turned into something com