69PHPAPI void php_reserve_tsrm_memory(
void);
70PHPAPI bool php_tsrm_startup_ex(
int expected_threads);
71PHPAPI bool php_tsrm_startup(
void);
79#define PHP_OS_STR "WINNT"
81#define PHP_OS_STR PHP_OS
SAPI_API sapi_module_struct sapi_module
sapi_globals_struct sapi_globals
struct _sapi_module_struct sapi_module_struct
file(string $filename, int $flags=0, $context=null)
count(Countable|array $value, int $mode=COUNT_NORMAL)
PHPAPI zend_result php_lint_script(zend_file_handle *file)
PHPAPI zend_result php_stream_open_for_zend_ex(zend_file_handle *handle, int mode)
PHPAPI unsigned int php_version_id(void)
void php_request_shutdown(void *dummy)
PHPAPI bool php_execute_script_ex(zend_file_handle *primary_file, zval *retval)
zend_result php_module_startup(sapi_module_struct *sf, zend_module_entry *additional_module)
PHPAPI char * php_get_version(sapi_module_struct *sapi_module)
PHPAPI void php_handle_aborted_connection(void)
PHPAPI bool php_execute_script(zend_file_handle *primary_file)
void php_module_shutdown(void)
PHPAPI void php_html_puts(const char *str, size_t size)
PHPAPI void php_print_version(sapi_module_struct *sapi_module)
zend_result php_request_startup(void)
zend_result php_register_extensions(zend_module_entry *const *ptr, int count)
PHPAPI const char * php_version(void)
PHPAPI int php_execute_simple_script(zend_file_handle *primary_file, zval *ret)
PHPAPI int php_handle_auth_data(const char *auth)
int php_module_shutdown_wrapper(sapi_module_struct *sapi_globals)
int php_shutdown_environ(void)
int php_init_environ(void)
struct _zend_file_handle zend_file_handle
struct _zend_module_entry zend_module_entry
ZEND_RESULT_CODE zend_result