Re: [PHP-DEV] cfunction / old_function

2001-04-26 Thread Andi Gutmans
In PHP/FI 2 functions weren't written like in PHP 3 4. Their style was something like: function foo $a $b ( ) We added the more C-like functions and called it cfunction. Then we decided that should be the default so function became old_function and cfunction became function. Andi At 11:16

Re: [PHP-DEV] cfunction / old_function

2001-04-26 Thread Sebastian Bergmann
Andi Gutmans wrote: We added the more C-like functions and called it cfunction. Then we decided that should be the default so function became old_function and cfunction became function. Ah, I see. Thanks. -- sebastian bergmann[EMAIL PROTECTED]