--- embedaddon/php/main/php_variables.h 2012/02/21 23:48:05 1.1.1.1 +++ embedaddon/php/main/php_variables.h 2014/06/15 20:04:01 1.1.1.4 @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2012 The PHP Group | + | Copyright (c) 1997-2014 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_variables.h,v 1.1.1.1 2012/02/21 23:48:05 misho Exp $ */ +/* $Id: php_variables.h,v 1.1.1.4 2014/06/15 20:04:01 misho Exp $ */ #ifndef PHP_VARIABLES_H #define PHP_VARIABLES_H @@ -41,7 +41,7 @@ PHPAPI void php_register_variable(char *var, char *val PHPAPI void php_register_variable_safe(char *var, char *val, int val_len, zval *track_vars_array TSRMLS_DC); PHPAPI void php_register_variable_ex(char *var, zval *val, zval *track_vars_array TSRMLS_DC); -int php_hash_environment(TSRMLS_D); +PHPAPI int php_hash_environment(TSRMLS_D); END_EXTERN_C() #define NUM_TRACK_VARS 6