jani                                     Thu, 23 Jul 2009 17:39:21 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=284664

Log:
- Allow using huge values for chunklen in this branch too

Changed paths:
    U   php/php-src/branches/PHP_5_2/ext/standard/string.c

Modified: php/php-src/branches/PHP_5_2/ext/standard/string.c
===================================================================
--- php/php-src/branches/PHP_5_2/ext/standard/string.c  2009-07-23 17:38:03 UTC 
(rev 284663)
+++ php/php-src/branches/PHP_5_2/ext/standard/string.c  2009-07-23 17:39:21 UTC 
(rev 284664)
@@ -2183,7 +2183,7 @@
        char *result;
        char *end    = "\r\n";
        int endlen   = 2;
-       int chunklen = 76;
+       long chunklen = 76;
        int result_len;
        int argc = ZEND_NUM_ARGS();


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to