mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix zpp call in apache_getenv()
This commit is contained in:
parent
204e3f8d5a
commit
7be91dd730
1 changed files with 2 additions and 2 deletions
|
@ -288,8 +288,8 @@ PHP_FUNCTION(apache_setenv)
|
|||
PHP_FUNCTION(apache_getenv)
|
||||
{
|
||||
php_struct *ctx;
|
||||
char *variable=NULL;
|
||||
int variable_len;
|
||||
char *variable;
|
||||
size_t variable_len;
|
||||
zend_bool walk_to_top = 0;
|
||||
int arg_count = ZEND_NUM_ARGS();
|
||||
char *env_val=NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue