sesser Tue May 25 18:13:11 2004 EDT
Modified files: (Branch: PHP_4_3)
/php-src/main SAPI.c
Log:
MFH
http://cvs.php.net/diff.php/php-src/main/SAPI.c?r1=1.155.2.18&r2=1.155.2.19&ty=u
Index: php-src/main/SAPI.c
diff -u php-src/main/SAPI.c:1.155.2.18 php-src/main/SAPI.c:1.155.2.19
--- php-src/main/SAPI.c:1.155.2.18 Fri Mar 26 20:45:44 2004
+++ php-src/main/SAPI.c Tue May 25 18:13:10 2004
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: SAPI.c,v 1.155.2.18 2004/03/27 01:45:44 helly Exp $ */
+/* $Id: SAPI.c,v 1.155.2.19 2004/05/25 22:13:10 sesser Exp $ */
#include <ctype.h>
#include <sys/stat.h>
@@ -201,7 +201,7 @@
SG(read_post_bytes) += read_bytes;
if (SG(read_post_bytes) > SG(post_max_size)) {
php_error_docref(NULL TSRMLS_CC, E_WARNING, "Actual POST
length does not match Content-Length, and exceeds %ld bytes", SG(post_max_size));
- return;
+ break;
}
if (read_bytes < SAPI_POST_BLOCK_SIZE) {
break;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php