Index: php.h
===================================================================
--- php.h	(revision 34)
+++ php.h	(revision 35)
@@ -1,8 +1,19 @@
 #ifndef _PHP_H
 #define _PHP_H
-// PHP support for Raydium
-// Known bug: recursive Ray/PHP calls are fatal (segfault in zend core).
 
+/*=
+PHP scripting engine
+4200
+**/
+
+// Introduction
+/**
+This is the internal part of the RayPHP API, where Raydium
+deals with Zend engine.
+
+All this is for internal use, so no documentation is provided.
+**/
+
 #include "../php_wrappers.c"
 // use this macro when registering your functions
 #define C2PHP ZEND_FN
@@ -16,40 +27,8 @@
 extern sapi_globals_struct *sapi_globals;
 extern void ***tsrm_ls;
 #endif
-extern int raydium_init_cli_option (char *option, char *value);;
-// { // Unrecognized
-//   return SAPI_HEADER_SENT_SUCCESSFULLY; // Unrecognized
-// } // Unrecognized
-// { // Unrecognized
-// } // Unrecognized
-// { // Unrecognized
-//   return SUCCESS; // Unrecognized
-// } // Unrecognized
 extern void raydium_php_error (int type, const char *msg, ...);
 extern int raydium_php_uwrite (const char *str, uint str_length TSRMLS_DC);
-//   "RayHandler", // Unrecognized
-//   "Raydium PHP Handler", // Unrecognized
-//   php_dummy, // Unrecognized
-//   php_dummy, // Unrecognized
-//   NULL, // Unrecognized
-//   NULL, // Unrecognized
-//   raydium_php_uwrite, // Unrecognized
-//   NULL, // Unrecognized
-//   NULL, // Unrecognized
-//   NULL, // Unrecognized
-//   raydium_php_error, // Unrecognized
-//   NULL, // Unrecognized
-//   sapi_raydium_send_headers, // Unrecognized
-//   sapi_raydium_send_header, // Unrecognized
-//   NULL, // Unrecognized
-//   NULL, // Unrecognized
-//   NULL, // Unrecognized
-//   NULL, // Unrecognized
-//   NULL, // Unrecognized
-//   NULL, // Unrecognized
-//   NULL, // Unrecognized
-//   STANDARD_SAPI_MODULE_PROPERTIES // Unrecognized
-// }; // Unrecognized
 extern void raydium_php_init_request (char *filename);
 extern int raydium_php_exec (char *name);
 extern void raydium_php_close (void);