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 PM 4/26/2001 +0200, Sebastian Bergmann wrote:
   Just curious, what are/were cfunction and old_function?

--
  sebastian bergmann[EMAIL PROTECTED]
http://www.sebastian-bergmann.de

  bonn.phpug.de | www.php.net | www.phpOpenTracker.de | www.titanchat.de

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


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




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]
   http://www.sebastian-bergmann.de

 bonn.phpug.de | www.php.net | www.phpOpenTracker.de | www.titanchat.de

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