Skip to content

Commit 9e4651f

Browse files
committed
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4: Fix typo
2 parents 2129de4 + 18cc538 commit 9e4651f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/fpm/fpm/fastcgi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ static int fcgi_get_params(fcgi_request *req, unsigned char *p, unsigned char *e
428428
size_t buf_size = sizeof(buf);
429429
int name_len = 0;
430430
int val_len = 0;
431-
uint eff_name_lenk = 0;
431+
uint eff_name_len = 0;
432432
char *s;
433433
int ret = 1;
434434
size_t bytes_consumed;

0 commit comments

Comments
 (0)