Matt Read wrote: > > Rev 2887 makes SuperGlobal extend ArrayIterator instead of > ArrayObject, so the example mentioned above will use the filtered > (safe) data. Also it overloads getArrayCopy so that a filtered (safe) > array is returned (although, not recomended for consumption since it > could slow things down).
I haven't tried it, but wouldn't that affect SuperGlobal::raw()? raw() calls $this->getArrayCopy() which would presumably trigger the now present public method, so none of its values would actually be "raw". Easy to fix, I think. Owen --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/habari-dev -~----------~----~----~----~------~----~------~--~---
