mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
killed compile warnings.
This commit is contained in:
parent
9e0ad17dc4
commit
18c893d0df
@ -38,7 +38,6 @@ static request_rec *php_apache_lookup_uri(INTERNAL_FUNCTION_PARAMETERS)
|
||||
{
|
||||
zval **p1;
|
||||
php_struct *ctx;
|
||||
TSRMLS_FETCH();
|
||||
|
||||
if (ZEND_NUM_ARGS() != 1 || zend_get_parameters_ex(1, &p1) == FAILURE)
|
||||
return NULL;
|
||||
@ -110,7 +109,6 @@ PHP_FUNCTION(get_all_headers)
|
||||
php_struct *ctx;
|
||||
apr_array_header_t *arr;
|
||||
char *key, *val;
|
||||
TSRMLS_FETCH();
|
||||
|
||||
if (array_init(return_value) == FAILURE) {
|
||||
RETURN_FALSE;
|
||||
|
Loading…
Reference in New Issue
Block a user