mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Compiler warning fix (patch by Joe Orton).
This commit is contained in:
parent
e480d10021
commit
d2564b401e
1 changed files with 1 additions and 1 deletions
|
@ -261,8 +261,8 @@ PHP_FUNCTION(apache_setenv)
|
|||
|
||||
ctx = SG(server_context);
|
||||
|
||||
r = ctx->r;
|
||||
if (arg_count == 3 && Z_STRVAL_PP(walk_to_top)) {
|
||||
r = ctx->r;
|
||||
while(r->prev) {
|
||||
r = r->prev;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue