mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
killed compile warnings.
This commit is contained in:
parent
9e0ad17dc4
commit
18c893d0df
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue