alecpl
2010-10-11 14015da43404f8c98241c174c38294d2756d3349
- Fix Net_SMTP from http://pear.php.net/bugs/bug.php?id=17942


1 files modified
2 ■■■■■ changed files
program/lib/Net/SMTP.php 2 ●●●●● patch | view | raw | blame | history
program/lib/Net/SMTP.php
@@ -974,6 +974,8 @@
                }
            }
        } else {
            if (!isset($size))
                $size = strlen($data);
            /*
             * Break up the data by sending one chunk (up to 512k) at a time.  
             * This approach reduces our peak memory usage.