1
0
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:
Rasmus Lerdorf
2013-10-20 17:56:24 -07:00

View File

@@ -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;