On Mon, 9 Sep 2002, Sterling Hughes wrote:

> I'd rather see people use what they like -- so long as they stay consistent
> to the coding of the style that they are currently editing.  By specializing 
> to the PHP macro's you limit an extensions usage to only PHP in many ways.
> 
> Sure, there is really no current basis for this - but why impose restrictions
> on extension developers?  As long as the source code stays consistent 
> throughout the extension, does it _really_ matter?

As long as it stays consisent it is no problem, but it just isn't:

[derick@kossu fribidi]$ grep -r ZEND_FUNCTION *
php_fribidi.h:ZEND_FUNCTION(fribidi_log2vis);
[derick@kossu fribidi]$ grep -r PHP_FUNCTION *
fribidi.c:PHP_FUNCTION(fribidi_log2vis)


(okay, i have to admit this is the only example I found :)

Derick

---------------------------------------------------------------------------
 Did I help you?   http://www.derickrethans.nl/link.php?url=giftlist
 Frequent ranting: http://www.derickrethans.nl/
---------------------------------------------------------------------------
                 PHP: Scripting the Web - [EMAIL PROTECTED]
                    All your branches are belong to me!
                SRM: Script Running Machine - www.vl-srm.net
---------------------------------------------------------------------------


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to