linkage for C++

This commit is contained in:
Wez Furlong 2003-08-18 23:19:27 +00:00
parent 391c027da6
commit ef498a27b8
6 changed files with 33 additions and 6 deletions

View file

@ -26,6 +26,7 @@
#include "php_globals.h"
#include "SAPI.h"
BEGIN_EXTERN_C();
PHPAPI int php_request_startup(TSRMLS_D);
PHPAPI void php_request_shutdown(void *dummy);
PHPAPI void php_request_shutdown_for_exec(void *dummy);
@ -52,5 +53,6 @@ extern void php_call_shutdown_functions(void);
/* environment module */
extern int php_init_environ(void);
extern int php_shutdown_environ(void);
END_EXTERN_C();
#endif