Index: php.c
===================================================================
--- php.c	(revision 299)
+++ php.c	(revision 300)
@@ -14,10 +14,7 @@
 // Known bug: recursive Ray/PHP calls are fatal (segfault in zend core).
 
 #include "php_wrappers.c"
-// use this macro when registering your functions
-#define C2PHP ZEND_FN
 
-
 // Dirty globals... (needed for WIN32 PHP support)
 #ifdef ZTS
 zend_compiler_globals *compiler_globals;