static HashTable known_post_content_types;
-SAPI_API void (*sapi_error)(int error_type, const char *message, ...);
-
-
#ifdef ZTS
SAPI_API int sapi_globals_id;
#else
/* True globals (no need for thread safety) */
SAPI_API sapi_module_struct sapi_module;
-SAPI_API void (*sapi_error)(int error_type, const char *message, ...);
SAPI_API void sapi_startup(sapi_module_struct *sf)
extern SAPI_API sapi_globals_struct sapi_globals;
#endif
-
SAPI_API void sapi_startup(sapi_module_struct *sf);
SAPI_API void sapi_shutdown(void);
SAPI_API void sapi_activate(TSRMLS_D);