mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
apr_table_elts are now const
This commit is contained in:
parent
27018c0ff0
commit
1b35f3bcfc
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ PHP_FUNCTION(apache_lookup_uri)
|
||||||
PHP_FUNCTION(getallheaders)
|
PHP_FUNCTION(getallheaders)
|
||||||
{
|
{
|
||||||
php_struct *ctx;
|
php_struct *ctx;
|
||||||
apr_array_header_t *arr;
|
const apr_array_header_t *arr;
|
||||||
char *key, *val;
|
char *key, *val;
|
||||||
|
|
||||||
if (array_init(return_value) == FAILURE) {
|
if (array_init(return_value) == FAILURE) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue