Derick Rethans <[EMAIL PROTECTED]> wrote... :

> On Tue, 26 Nov 2002, Maxim Maletsky wrote:
> 
> > This can be easily avoided. When I have to report an Oracle error in
> > Italian on an English page, I simply type the error code. We need to
> > introduce error codes in PHP, that would really solve the trouble.
> 
> and it would make us enter the maintainers-hell....

It's not really that much of hell. just adding an English comment like:

/* Fail if this data no good */
php_error(354, bad_data);

Can save the whole thing. Naming conventions and coding style used
commonly can be the solution.


--
Maxim Maletsky
[EMAIL PROTECTED]



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to