fat Tue, 20 Apr 2010 23:31:13 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=298239
Log:
typo
Changed paths:
U php/php-src/trunk/sapi/fpm/fpm/fpm_main.c
Modified: php/php-src/trunk/sapi/fpm/fpm/fpm_main.c
===================================================================
--- php/php-src/trunk/sapi/fpm/fpm/fpm_main.c 2010-04-20 23:28:20 UTC (rev
298238)
+++ php/php-src/trunk/sapi/fpm/fpm/fpm_main.c 2010-04-20 23:31:13 UTC (rev
298239)
@@ -1773,8 +1773,8 @@
return FAILURE;
}
- /* check request_method has been sent.
- * if not, the certainly not an HTTP over fcgi request
*/
+ /* check if request_method has been sent.
+ * if not, it's certainly not an HTTP over fcgi request
*/
if (!SG(request_info).request_method) {
goto fastcgi_request_done;
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php