mirror of
https://github.com/php/php-src.git
synced 2026-03-30 20:22:36 +02:00
Merge branch 'PHP-5.5'
* PHP-5.5: Fix typo
This commit is contained in:
@@ -428,7 +428,7 @@ static int fcgi_get_params(fcgi_request *req, unsigned char *p, unsigned char *e
|
||||
size_t buf_size = sizeof(buf);
|
||||
int name_len = 0;
|
||||
int val_len = 0;
|
||||
uint eff_name_lenk = 0;
|
||||
uint eff_name_len = 0;
|
||||
char *s;
|
||||
int ret = 1;
|
||||
size_t bytes_consumed;
|
||||
|
||||
Reference in New Issue
Block a user