Shouldn't be E_DEPRECATED included? This has been introduced in PHP5.3.

Regards,
Walter

On Sun, 2009-09-20 at 20:30 -0700, rick c wrote:
> Thanks, Guido. The descriptions have been made translatable.
> 
> Rick
> 
> On Sep 16, 1:22 pm, Guido Erlinger <[email protected]> wrote:
> > There are the following error names in ./system/classes/error.php:
> >
> >
> >
> > > // Don't be fooled, we can't actually handle most of these.
> > > $error_names = array(
> > >    E_ERROR => 'Error',
> > >    E_WARNING => 'Warning',
> > >    E_PARSE => 'Parse Error',
> > >    E_NOTICE => 'Notice',
> > >    E_CORE_ERROR => 'Core Error',
> > >    E_CORE_WARNING => 'Core Warning',
> > >    E_COMPILE_ERROR => 'Compile Error',
> > >    E_COMPILE_WARNING => 'Compile Warning',
> > >    E_USER_ERROR => 'User Error',
> > >    E_USER_WARNING => 'User Warning',
> > >    E_USER_NOTICE => 'User Notice',
> > >    E_STRICT => 'Strict Notice',
> > >    E_RECOVERABLE_ERROR => 'Recoverable Error',
> > > );
> >
> > Shouldn't these error names be localizable?
> >
> > cu, guido
> > 


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to