mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
linkage for C++
This commit is contained in:
parent
391c027da6
commit
ef498a27b8
6 changed files with 33 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue