At 23:58 20-10-01, Stanislav Malyshev wrote:
>DB>> My argument is that some functionality similar to a C #ifdef and
>DB>> #ifndef is needed.  Neither the include_once() nor the if/endif
>
>Tell me how, for example, Java or Perl programmers manage to live without
>ifdefs.

At least as far as Java is concerned, it's quite a limiting issue.  The 
fact Java has no preprocessor directives sucks quite a lot in my opinion.
However, I do not buy into the argument that PHP should have them, because 
in order to do it the right way, it's going to require a whole new pass of 
parsing.  This is something you can afford with C, but cannot afford with PHP.

Zeev


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to