mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
linkage for C++
This commit is contained in:
parent
391c027da6
commit
ef498a27b8
6 changed files with 33 additions and 6 deletions
|
@ -30,6 +30,7 @@
|
|||
#define PARSE_COOKIE 2
|
||||
#define PARSE_STRING 3
|
||||
|
||||
BEGIN_EXTERN_C();
|
||||
void php_treat_data(int arg, char *str, zval* destArray TSRMLS_DC);
|
||||
void php_startup_auto_globals(TSRMLS_D);
|
||||
extern PHPAPI void (*php_import_environment_variables)(zval *array_ptr TSRMLS_DC);
|
||||
|
@ -39,7 +40,7 @@ PHPAPI void php_register_variable_safe(char *var, char *val, int val_len, pval *
|
|||
PHPAPI void php_register_variable_ex(char *var, zval *val, pval *track_vars_array TSRMLS_DC);
|
||||
|
||||
int php_hash_environment(TSRMLS_D);
|
||||
|
||||
END_EXTERN_C();
|
||||
|
||||
#define NUM_TRACK_VARS 6
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue