<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6002.18357" name=GENERATOR></HEAD>
<BODY text=#000000 bgColor=#ffffff>
<DIV dir=ltr align=left><SPAN class=462572517-23022011><FONT face=Arial 
color=#0000ff size=2>Could this be from a bug with APC?</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=462572517-23022011><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=462572517-23022011><FONT face=Arial 
color=#0000ff size=2>I tried changing the APC max limits to megabytes instead of 
G, just to see if I can vary the results.&nbsp; No luck yet.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=462572517-23022011></SPAN><SPAN 
class=462572517-23022011><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=462572517-23022011><FONT face=Arial 
color=#0000ff size=2>I am running the php.ini included with the CentOS 3.7 VM. I 
have not changed anything from the default other then adding what you asked for 
in the PHP.ini.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=462572517-23022011><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=462572517-23022011><FONT face=Arial 
color=#0000ff size=2>I</FONT></SPAN><SPAN class=462572517-23022011><FONT 
face=Arial color=#0000ff size=2>I have a meeting to run to now but will look 
later and see what I can find.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=462572517-23022011><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=462572517-23022011><FONT face=Arial color=#0000ff 
size=2>Thanks!</FONT></SPAN></DIV>
<DIV><SPAN class=462572517-23022011><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=462572517-23022011><FONT face=Arial color=#0000ff 
size=2>Brian</FONT></SPAN></DIV>
<DIV><SPAN class=462572517-23022011><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV><!-- Converted from text/plain format -->
<P><FONT size=2>BRIAN M. DUNCAN<BR>Data Security Administrator<BR>Katten Muchin 
Rosenman LLP<BR>525 W. Monroe Street / Chicago, IL 60661-3693<BR>p / (312) 
577-8045 f / (312) 577-4490<BR>brian.duncan@kattenlaw.com / 
www.kattenlaw.com<BR>&nbsp; </FONT></P>
<DIV>&nbsp;</DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> zendto-bounces@zend.to 
[mailto:zendto-bounces@zend.to] <B>On Behalf Of </B>Jules<BR><B>Sent:</B> 
Wednesday, February 23, 2011 11:24 AM<BR><B>To:</B> ZendTo 
Users<BR><B>Subject:</B> {Disarmed} [ZendTo] {Disarmed} Re: {Disarmed} RE: Re: 
{Disarmed} RE: Re:ZendTo 3.70 released<BR></FONT><BR></DIV>
<DIV></DIV><SPAN style="WHITE-SPACE: pre">889192448 in base 10 = 35000000 in 
base 16.<BR>So 889192448 = 848 MBytes.<BR>So there is a hard limit set in your 
PHP somewhere.<BR>Can you hunt through all the php.ini files looking for likely 
settings?<BR></SPAN><BR>On 23/02/2011 17:16, Duncan, Brian M. wrote:<BR><SPAN 
style="WHITE-SPACE: pre">&gt; The VM I am currently troubleshooting is based on 
your CentOS VM that<BR>&gt; is up on the zendto site.<BR>&gt; <BR>&gt; I looked 
and the PHP.INI did not contain the apc.max_file_size = 50G,<BR>&gt; so I added 
it.<BR>&gt; <BR>&gt; I restarted Apache and right when you click drop off files 
on a 950<BR>&gt; meg file I get in the error log:<BR>&gt; <BR>&gt; [Wed Feb 23 
11:12:23 2011] [error] [client 10.9.3.4] PHP Warning:<BR>&gt; POST 
Content-Length of 973173368 bytes exceeds the limit of 889192448<BR>&gt; bytes 
in Unknown on line 0, referer: *MailScanner has detected a<BR>&gt; possible 
fraud attempt from "10.9.3.5" claiming to be*<BR>&gt; <A 
class=moz-txt-link-freetext href="http://10.9.3.5/verify.php"><FONT 
color=red><B>MailScanner has detected a possible fraud attempt from "10.9.3.5" 
claiming to be</B></FONT> http://10.9.3.5/verify.php</A> <A 
class=moz-txt-link-rfc2396E href="http://10.9.3.5/verify.php"><font color="red"><b>MailScanner has detected a possible fraud attempt from "10.9.3.5" claiming to be</b></font> <FONT 
color=red><B>MailScanner has detected a possible fraud attempt from "10.9.3.5" 
claiming to be</B></FONT> <FONT color=red><B>MailScanner has detected a possible 
fraud attempt from "10.9.3.5" claiming to be</B></FONT> <FONT 
color=red><B>MailScanner has detected a possible fraud attempt from "10.9.3.5" 
claiming to be</B></FONT> &lt;http://10.9.3.5/verify.php&gt;</A> BTW,<BR>&gt; 
<BR>&gt; This is my apc.ini in /etc/php.d (untouched from how it was in the 
VM<BR>&gt; I downloaded)<BR>&gt; <BR>&gt; apc.enabled=1 apc.shm_segments=1 
apc.optimization=0 apc.shm_size=32M <BR>&gt; apc.ttl=7200 apc.user_ttl=7200 
apc.num_files_hint=1024 <BR>&gt; apc.mmap_file_mask=/tmp/apc.XXXXXX 
apc.enable_cli=1 <BR>&gt; apc.cache_by_default=1 apc.rfc1867=on 
apc.max_file_size=50G<BR>&gt; <BR>&gt; BRIAN M. DUNCAN Data Security 
Administrator Katten Muchin Rosenman<BR>&gt; LLP 525 W. Monroe Street / Chicago, 
IL 60661-3693 p / (312) 577-8045<BR>&gt; f / (312) 577-4490 <A 
class=moz-txt-link-abbreviated 
href="mailto:brian.duncan@kattenlaw.com">brian.duncan@kattenlaw.com</A> / <A 
class=moz-txt-link-abbreviated 
href="http://www.kattenlaw.com">www.kattenlaw.com</A><BR>&gt; <BR>&gt; <BR>&gt; 
<BR>&gt; <BR>&gt; ------------------------- *From:* <A 
class=moz-txt-link-abbreviated 
href="mailto:zendto-bounces@zend.to">zendto-bounces@zend.to</A><BR>&gt; [<A 
class=moz-txt-link-freetext 
href="mailto:zendto-bounces@zend.to">mailto:zendto-bounces@zend.to</A>] *On 
Behalf Of *Jules *Sent:*<BR>&gt; Wednesday, February 23, 2011 11:07 AM *To:* 
ZendTo Users *Subject:*<BR>&gt; [ZendTo] Re: {Disarmed} RE: Re: ZendTo 3.70 
released<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; On 23/02/2011 16:57, Duncan, Brian 
M. wrote:<BR>&gt;&gt; <BR>&gt;&gt; I can't believe I missed this till now after 
days of messing with<BR>&gt;&gt; this :)<BR>&gt;&gt; <BR>&gt;&gt; This is the 
error in the errlog when uploads fail:<BR>&gt;&gt; <BR>&gt;&gt; [Wed Feb 23 
10:47:02 2011] [error] [client 10.9.3.4] PHP Warning:<BR>&gt;&gt; POST 
Content-Length of 973173384 bytes exceeds the limit of<BR>&gt;&gt; 889192448 
bytes in Unknown on line 0, referer: *MailScanner has<BR>&gt;&gt; detected a 
possible fraud attempt from "10.9.3.5" claiming to be*<BR>&gt;&gt; <A 
class=moz-txt-link-freetext href="http://10.9.3.5/verify.php"><FONT 
color=red><B>MailScanner has detected a possible fraud attempt from "10.9.3.5" 
claiming to be</B></FONT> http://10.9.3.5/verify.php</A> <A 
class=moz-txt-link-rfc2396E href="http://10.9.3.5/verify.php"><font color="red"><b>MailScanner has detected a possible fraud attempt from "10.9.3.5" claiming to be</b></font> <FONT 
color=red><B>MailScanner has detected a possible fraud attempt from "10.9.3.5" 
claiming to be</B></FONT> <FONT color=red><B>MailScanner has detected a possible 
fraud attempt from "10.9.3.5" claiming to be</B></FONT> <FONT 
color=red><B>MailScanner has detected a possible fraud attempt from "10.9.3.5" 
claiming to be</B></FONT> &lt;http://10.9.3.5/verify.php&gt;</A> Can 
you<BR>&gt;&gt; tell me how we work around this?<BR>&gt; It's a limit in your 
/etc/php.ini or /etc/php5/apache2/php.ini <BR>&gt; upload_max_filesize =<BR>&gt; 
<BR>&gt;&gt; <BR>&gt;&gt; I am wondering if fixing that will also allow the 
status bar to<BR>&gt;&gt; work with large uploads.<BR>&gt; I'll be interested to 
hear.<BR>&gt;&gt; <BR>&gt;&gt; Thanks<BR>&gt;&gt; <BR>&gt;&gt; Brian<BR>&gt;&gt; 
<BR>&gt;&gt; <BR>&gt;&gt; BRIAN M. DUNCAN Data Security Administrator Katten 
Muchin Rosenman<BR>&gt;&gt; LLP 525 W. Monroe Street / Chicago, IL 60661-3693 p 
/ (312)<BR>&gt;&gt; 577-8045 f / (312) 577-4490 <A 
class=moz-txt-link-abbreviated 
href="mailto:brian.duncan@kattenlaw.com">brian.duncan@kattenlaw.com</A> 
/<BR>&gt;&gt; <A class=moz-txt-link-abbreviated 
href="http://www.kattenlaw.com">www.kattenlaw.com</A><BR>&gt;&gt; <BR>&gt;&gt; 
<BR>&gt;&gt; <BR>&gt;&gt; <BR>&gt;&gt; ------------------------- *From:* <A 
class=moz-txt-link-abbreviated 
href="mailto:zendto-bounces@zend.to">zendto-bounces@zend.to</A><BR>&gt;&gt; [<A 
class=moz-txt-link-freetext 
href="mailto:zendto-bounces@zend.to">mailto:zendto-bounces@zend.to</A>] *On 
Behalf Of *Duncan, Brian M. <BR>&gt;&gt; *Sent:* Wednesday, February 23, 2011 
10:43 AM *To:* ZendTo Users <BR>&gt;&gt; *Subject:* [ZendTo] Re: ZendTo 3.70 
released<BR>&gt;&gt; <BR>&gt;&gt; This still happens without using the progress 
bar though. (That<BR>&gt;&gt; uploads greater then 850 megabytes zendto does not 
accept) Happens<BR>&gt;&gt; in your CentOS and Ubuntu builds of 3.70 and 3.65 I 
have now<BR>&gt;&gt; verified it happens in.<BR>&gt;&gt; <BR>&gt;&gt; Does that 
still mean it is due to the APC module?<BR>&gt;&gt; <BR>&gt;&gt; I need to try 
to figure some work around.<BR>&gt;&gt; <BR>&gt;&gt; I don't need the progress 
bar, but I need uploads to work up to 2<BR>&gt;&gt; gig.<BR>&gt;&gt; 
<BR>&gt;&gt; Thanks<BR>&gt;&gt; <BR>&gt;&gt; Brian<BR>&gt;&gt; <BR>&gt;&gt; 
<BR>&gt;&gt; <BR>&gt;&gt; BRIAN M. DUNCAN Data Security Administrator Katten 
Muchin Rosenman<BR>&gt;&gt; LLP 525 W. Monroe Street / Chicago, IL 60661-3693 p 
/ (312)<BR>&gt;&gt; 577-8045 f / (312) 577-4490 <A 
class=moz-txt-link-abbreviated 
href="mailto:brian.duncan@kattenlaw.com">brian.duncan@kattenlaw.com</A> 
/<BR>&gt;&gt; <A class=moz-txt-link-abbreviated 
href="http://www.kattenlaw.com">www.kattenlaw.com</A><BR>&gt;&gt; <BR>&gt;&gt; 
<BR>&gt;&gt; <BR>&gt;&gt; <BR>&gt;&gt; ------------------------- *From:* <A 
class=moz-txt-link-abbreviated 
href="mailto:zendto-bounces@zend.to">zendto-bounces@zend.to</A><BR>&gt;&gt; [<A 
class=moz-txt-link-freetext 
href="mailto:zendto-bounces@zend.to">mailto:zendto-bounces@zend.to</A>] *On 
Behalf Of *Jules *Sent:*<BR>&gt;&gt; Wednesday, February 23, 2011 10:35 AM *To:* 
ZendTo Users *Subject:*<BR>&gt;&gt; [ZendTo] Re: ZendTo 3.70 
released<BR>&gt;&gt; <BR>&gt;&gt; It sits at 100 if it never gets any size 
information from the APC<BR>&gt;&gt; module at all. So yes, if it sits at 100 it 
will probably fail as<BR>&gt;&gt; the APC module has got screwed up. Not a whole 
lot I can do about<BR>&gt;&gt; that really, sorry. If you have any suggestions 
though, I'm all<BR>&gt;&gt; ears! :-)<BR>&gt;&gt; <BR>&gt;&gt; 
Jules.<BR>&gt;&gt; <BR>&gt;&gt; On 23/02/2011 15:16, Duncan, Brian M. 
wrote:<BR>&gt;&gt;&gt; I decided to see if your Ubuntu build has the same 
issues.<BR>&gt;&gt;&gt; <BR>&gt;&gt;&gt; It does have the same 
issues.<BR>&gt;&gt;&gt; <BR>&gt;&gt;&gt; I downloaded<BR>&gt;&gt;&gt; <A 
class=moz-txt-link-freetext 
href="http://www.zend.to/files/ZendTo-Ubuntu-x86-3.70-2.zip">http://www.zend.to/files/ZendTo-Ubuntu-x86-3.70-2.zip</A> 
and set it<BR>&gt;&gt;&gt; up with bare minimum to test a large 
upload.<BR>&gt;&gt;&gt; <BR>&gt;&gt;&gt; 980 meg upload had the same issues, no 
status bar updates and the<BR>&gt;&gt;&gt; upload failes to be accepted by 
zendto.<BR>&gt;&gt;&gt; <BR>&gt;&gt;&gt; 850 meg uploads and below in size work 
fine and the drop-off is<BR>&gt;&gt;&gt; accepted and you get the dropoff 
summary.<BR>&gt;&gt;&gt; <BR>&gt;&gt;&gt; Jules I don't know what is going on 
here but the progress bar<BR>&gt;&gt;&gt; helps determine if zendto is not going 
to accept the upload. I<BR>&gt;&gt;&gt; have found it to be consistent that if 
the progress bar displays<BR>&gt;&gt;&gt; 100 the entire upload when the upload 
finishes then zendto will<BR>&gt;&gt;&gt; not display the dropoff 
summary.<BR>&gt;&gt;&gt; <BR>&gt;&gt;&gt; Is there anything else specifically 
that I can do to help narrow<BR>&gt;&gt;&gt; down what is causing this? I was 
going to try next downloading<BR>&gt;&gt;&gt; the 3.65-1 VM which still has the 
older PHP in it if I recall<BR>&gt;&gt;&gt; correctly and verify 
that.<BR>&gt;&gt;&gt; <BR>&gt;&gt;&gt; Thanks,<BR>&gt;&gt;&gt; <BR>&gt;&gt;&gt; 
Brian<BR>&gt;&gt;&gt; <BR>&gt;&gt;&gt; <BR>&gt;&gt;&gt; <BR>&gt;&gt;&gt; BRIAN 
M. DUNCAN Data Security Administrator Katten Muchin<BR>&gt;&gt;&gt; Rosenman LLP 
525 W. Monroe Street / Chicago, IL 60661-3693 p /<BR>&gt;&gt;&gt; (312) 577-8045 
f / (312) 577-4490 <A class=moz-txt-link-abbreviated 
href="mailto:brian.duncan@kattenlaw.com">brian.duncan@kattenlaw.com</A> 
/<BR>&gt;&gt;&gt; <A class=moz-txt-link-abbreviated 
href="http://www.kattenlaw.com">www.kattenlaw.com</A><BR>&gt;&gt;&gt; 
<BR>&gt;&gt;&gt; <BR>&gt;&gt;&gt; <BR>&gt;&gt;&gt; <BR>&gt;&gt;&gt; 
------------------------- *From:* <A class=moz-txt-link-abbreviated 
href="mailto:zendto-bounces@zend.to">zendto-bounces@zend.to</A><BR>&gt;&gt;&gt; 
[<A class=moz-txt-link-freetext 
href="mailto:zendto-bounces@zend.to">mailto:zendto-bounces@zend.to</A>] *On 
Behalf Of *Duncan, Brian M. <BR>&gt;&gt;&gt; *Sent:* Tuesday, February 22, 2011 
12:40 PM *To:* ZendTo Users <BR>&gt;&gt;&gt; *Subject:* [ZendTo] Re: ZendTo 3.70 
released<BR>&gt;&gt;&gt; <BR>&gt;&gt;&gt; OK I had some time to download the 
CentOS VM 3.70-2 image.<BR>&gt;&gt;&gt; <A class=moz-txt-link-freetext 
href="http://www.zend.to/files/ZendTo-CentOS-x86-3.70-2.zip">http://www.zend.to/files/ZendTo-CentOS-x86-3.70-2.zip</A><BR>&gt;&gt;&gt; 
<BR>&gt;&gt;&gt; I just did minimum configuration after setting it up in 
VMware<BR>&gt;&gt;&gt; workstation so I could access it locally through a web 
browser to<BR>&gt;&gt;&gt; drop off a large file. (980 meg file 
again)<BR>&gt;&gt;&gt; <BR>&gt;&gt;&gt; I installed iptraf on the VM and during 
the upload it averaged<BR>&gt;&gt;&gt; around 3700 Kilobytes per second 
transferring to the Zendto VM.<BR>&gt;&gt;&gt; (Around 6 minutes on the 
upload)<BR>&gt;&gt;&gt; <BR>&gt;&gt;&gt; It still failed to display the drop-off 
summary. It resets back<BR>&gt;&gt;&gt; to the adding the recipient #1 and the 
file you want to drop off.<BR>&gt;&gt;&gt; Progress bar was stuck at 100 the 
whole time, I know you know of<BR>&gt;&gt;&gt; the progress bar bug, just 
listing because it is staying constant<BR>&gt;&gt;&gt; at least for 
me.<BR>&gt;&gt;&gt; <BR>&gt;&gt;&gt; So it would seem with at least the CentOS 
distribution (I have<BR>&gt;&gt;&gt; never tried Ubuntu) that at somewhere 
around 850 megs uploads do<BR>&gt;&gt;&gt; not finish successfully. (Not 
progress bar on or off dependent<BR>&gt;&gt;&gt; either)<BR>&gt;&gt;&gt; 
<BR>&gt;&gt;&gt; I have not tried Ubuntu since we have to use Red Hat 
based<BR>&gt;&gt;&gt; distributions. So if the issue is related to PHP and 
CentOS I am<BR>&gt;&gt;&gt; unable to rule that out at this 
point.<BR>&gt;&gt;&gt; <BR>&gt;&gt;&gt; Thanks<BR>&gt;&gt;&gt; <BR>&gt;&gt;&gt; 
Brian<BR>&gt;&gt;&gt; <BR>&gt;&gt;&gt; <BR>&gt;&gt;&gt; <BR>&gt;&gt;&gt; BRIAN 
M. DUNCAN Data Security Administrator Katten Muchin<BR>&gt;&gt;&gt; Rosenman LLP 
525 W. Monroe Street / Chicago, IL 60661-3693 p /<BR>&gt;&gt;&gt; (312) 577-8045 
f / (312) 577-4490 <A class=moz-txt-link-abbreviated 
href="mailto:brian.duncan@kattenlaw.com">brian.duncan@kattenlaw.com</A> 
/<BR>&gt;&gt;&gt; <A class=moz-txt-link-abbreviated 
href="http://www.kattenlaw.com">www.kattenlaw.com</A><BR>&gt;&gt;&gt; 
<BR>&gt;&gt;&gt; <BR>&gt;&gt;&gt; <BR>&gt;&gt;&gt; <BR>&gt;&gt;&gt; 
------------------------- *From:* <A class=moz-txt-link-abbreviated 
href="mailto:zendto-bounces@zend.to">zendto-bounces@zend.to</A><BR>&gt;&gt;&gt; 
[<A class=moz-txt-link-freetext 
href="mailto:zendto-bounces@zend.to">mailto:zendto-bounces@zend.to</A>] *On 
Behalf Of *Jules *Sent:*<BR>&gt;&gt;&gt; Tuesday, February 22, 2011 8:59 AM 
*To:* ZendTo Users *Subject:*<BR>&gt;&gt;&gt; [ZendTo] Re: ZendTo 3.70 
released<BR>&gt;&gt;&gt; <BR>&gt;&gt;&gt; <BR>&gt;&gt;&gt; <BR>&gt;&gt;&gt; On 
22/02/2011 14:43, Duncan, Brian M. wrote:<BR>&gt;&gt;&gt;&gt; Well I took a 
chance and renamed my zendto (3.7x) directory and<BR>&gt;&gt;&gt;&gt; put back 
in place 3.62 and still found that the 980 meg upload<BR>&gt;&gt;&gt;&gt; still 
does not work.<BR>&gt;&gt;&gt; Good. From my point of view, anyway, as it means 
I haven't broken<BR>&gt;&gt;&gt; anything that wasn't already 
broken.<BR>&gt;&gt;&gt;&gt; <BR>&gt;&gt;&gt;&gt; So I moved back to the 
3.7x.<BR>&gt;&gt;&gt;&gt; <BR>&gt;&gt;&gt;&gt; Any idea where I can start to 
troubleshoot why uploads that<BR>&gt;&gt;&gt;&gt; large do not finish with 
Zendto?<BR>&gt;&gt;&gt; Try different browsers, try a different build of PHP 5.2 
(if<BR>&gt;&gt;&gt; you're on CentOS, there is more than one) and make sure you 
have<BR>&gt;&gt;&gt; rebuilt the libphp5.so file correctly, and that it matches 
the<BR>&gt;&gt;&gt; version of all the other php5 packages you have 
installed.<BR>&gt;&gt;&gt;&gt; <BR>&gt;&gt;&gt;&gt; I was going to try and 
download a current VMWARE image today<BR>&gt;&gt;&gt;&gt; and set that up 
locally on VMware workstation and verify that<BR>&gt;&gt;&gt;&gt; but I do not 
know if I will have enough time.<BR>&gt;&gt;&gt; Make sure you follow my 
instructions on the website and in the<BR>&gt;&gt;&gt; README that is in the zip 
file you will download.<BR>&gt;&gt;&gt; <BR>&gt;&gt;&gt; 
Jules.<BR>&gt;&gt;&gt;&gt; <BR>&gt;&gt;&gt;&gt; <BR>&gt;&gt;&gt;&gt; BRIAN M. 
DUNCAN Data Security Administrator Katten Muchin<BR>&gt;&gt;&gt;&gt; Rosenman 
LLP 525 W. Monroe Street / Chicago, IL 60661-3693 p /<BR>&gt;&gt;&gt;&gt; (312) 
577-8045 f / (312) 577-4490 <A class=moz-txt-link-abbreviated 
href="mailto:brian.duncan@kattenlaw.com">brian.duncan@kattenlaw.com</A> 
/<BR>&gt;&gt;&gt;&gt; <A class=moz-txt-link-abbreviated 
href="http://www.kattenlaw.com">www.kattenlaw.com</A><BR>&gt;&gt;&gt;&gt; 
<BR>&gt;&gt;&gt;&gt; <BR>&gt;&gt;&gt;&gt; <BR>&gt;&gt;&gt;&gt; 
<BR>&gt;&gt;&gt;&gt; ------------------------- *From:* <A 
class=moz-txt-link-abbreviated 
href="mailto:zendto-bounces@zend.to">zendto-bounces@zend.to</A><BR>&gt;&gt;&gt;&gt; 
[<A class=moz-txt-link-freetext 
href="mailto:zendto-bounces@zend.to">mailto:zendto-bounces@zend.to</A>] *On 
Behalf Of *Duncan, Brian<BR>&gt;&gt;&gt;&gt; M. *Sent:* Tuesday, February 22, 
2011 8:21 AM *To:* ZendTo<BR>&gt;&gt;&gt;&gt; Users *Subject:* [ZendTo] Re: 
ZendTo 3.70 released<BR>&gt;&gt;&gt;&gt; <BR>&gt;&gt;&gt;&gt; Thanks 
Jules,<BR>&gt;&gt;&gt;&gt; <BR>&gt;&gt;&gt;&gt; After putting in place the 
new_dropoff.tpl from the new version<BR>&gt;&gt;&gt;&gt; I now have the animated 
gif working and uploading is back to<BR>&gt;&gt;&gt;&gt; 
working.<BR>&gt;&gt;&gt;&gt; <BR>&gt;&gt;&gt;&gt; Problem is that it still does 
not accept an upload that is 980<BR>&gt;&gt;&gt;&gt; megabytes. When it finishes 
sending it it just resets the<BR>&gt;&gt;&gt;&gt; dropoff page to ask for the 
recipient 1 info and the file you<BR>&gt;&gt;&gt;&gt; want to 
drop-off.<BR>&gt;&gt;&gt;&gt; <BR>&gt;&gt;&gt;&gt; The 980 megabyte upload took 
20 minutes at around 850 Kilobytes<BR>&gt;&gt;&gt;&gt; per second. It is not a 
timing parameter issue somewhere<BR>&gt;&gt;&gt;&gt; because I can upload a file 
externally that is like 400 meg<BR>&gt;&gt;&gt;&gt; that takes an hour to send 
and it works.<BR>&gt;&gt;&gt;&gt; <BR>&gt;&gt;&gt;&gt; It does not go to the 
drop-off summary page.<BR>&gt;&gt;&gt;&gt; <BR>&gt;&gt;&gt;&gt; All uploads 
below 850 megabytes are working fine still.<BR>&gt;&gt;&gt;&gt; 
<BR>&gt;&gt;&gt;&gt; I still have my zendto directory from before I started all 
the<BR>&gt;&gt;&gt;&gt; progress bar updates. Even with the extensions to MySQL 
that I<BR>&gt;&gt;&gt;&gt; ran with the 3.70 upgrade can I go back? I want to 
verify if I<BR>&gt;&gt;&gt;&gt; am having an issue with large uploads on the 
version I was<BR>&gt;&gt;&gt;&gt; running for the last couple months. I think 
that is 3.62. I<BR>&gt;&gt;&gt;&gt; am hoping if I put 3.62 back in place, it 
won't care about the<BR>&gt;&gt;&gt;&gt; extensions to the 
DB.<BR>&gt;&gt;&gt;&gt; <BR>&gt;&gt;&gt;&gt; Thanks<BR>&gt;&gt;&gt;&gt; 
<BR>&gt;&gt;&gt;&gt; Brian<BR>&gt;&gt;&gt;&gt; <BR>&gt;&gt;&gt;&gt; 
<BR>&gt;&gt;&gt;&gt; <BR>&gt;&gt;&gt;&gt; BRIAN M. DUNCAN Data Security 
Administrator Katten Muchin<BR>&gt;&gt;&gt;&gt; Rosenman LLP 525 W. Monroe 
Street / Chicago, IL 60661-3693 p /<BR>&gt;&gt;&gt;&gt; (312) 577-8045 f / (312) 
577-4490 <A class=moz-txt-link-abbreviated 
href="mailto:brian.duncan@kattenlaw.com">brian.duncan@kattenlaw.com</A> 
/<BR>&gt;&gt;&gt;&gt; <A class=moz-txt-link-abbreviated 
href="http://www.kattenlaw.com">www.kattenlaw.com</A><BR>&gt;&gt;&gt;&gt; 
<BR>&gt;&gt;&gt;&gt; <BR>&gt;&gt;&gt;&gt; <BR>&gt;&gt;&gt;&gt; 
<BR>&gt;&gt;&gt;&gt; ------------------------- *From:* <A 
class=moz-txt-link-abbreviated 
href="mailto:zendto-bounces@zend.to">zendto-bounces@zend.to</A><BR>&gt;&gt;&gt;&gt; 
[<A class=moz-txt-link-freetext 
href="mailto:zendto-bounces@zend.to">mailto:zendto-bounces@zend.to</A>] *On 
Behalf Of *Jules *Sent:*<BR>&gt;&gt;&gt;&gt; Tuesday, February 22, 2011 5:13 AM 
*To:* ZendTo Users <BR>&gt;&gt;&gt;&gt; *Subject:* [ZendTo] Re: ZendTo 3.70 
released<BR>&gt;&gt;&gt;&gt; <BR>&gt;&gt;&gt;&gt; Have just uploaded 3.70-2 to 
the website for you. It contains<BR>&gt;&gt;&gt;&gt; the fixed new_dropoff.tpl 
file.<BR>&gt;&gt;&gt;&gt; <BR>&gt;&gt;&gt;&gt; Jules.<BR>&gt;&gt;&gt;&gt; 
<BR>&gt;&gt;&gt;&gt; On 21/02/2011 21:12, Duncan, Brian M. 
wrote:<BR>&gt;&gt;&gt;&gt;&gt; <BR>&gt;&gt;&gt;&gt;&gt; 
Thanks<BR>&gt;&gt;&gt;&gt;&gt; <BR>&gt;&gt;&gt;&gt;&gt; I updated to the new 
version. Not having great results, and<BR>&gt;&gt;&gt;&gt;&gt; turning the 
progress bars off results in worse results.<BR>&gt;&gt;&gt;&gt;&gt; 
<BR>&gt;&gt;&gt;&gt;&gt; With progress bars turned on 'useRealProgressBar' =&gt; 
TRUE,<BR>&gt;&gt;&gt;&gt;&gt; uploads work fine up to around 850 megabytes 
still.<BR>&gt;&gt;&gt;&gt;&gt; <BR>&gt;&gt;&gt;&gt;&gt; With progress bars 
turned on, this is what a 950 meg upload<BR>&gt;&gt;&gt;&gt;&gt; displays after 
like 30% of the file is being uploaded: And<BR>&gt;&gt;&gt;&gt;&gt; when the 
upload does finish zendto acts like a file was never<BR>&gt;&gt;&gt;&gt;&gt; 
sent the progress bar goes away and you are back at the 
point<BR>&gt;&gt;&gt;&gt;&gt; that you can select the file you want to drop off. 
(The drop<BR>&gt;&gt;&gt;&gt;&gt; off summary page that normally comes up at the 
end of an<BR>&gt;&gt;&gt;&gt;&gt; upload, does not come 
up)<BR>&gt;&gt;&gt;&gt;&gt; <BR>&gt;&gt;&gt;&gt;&gt; <BR>&gt;&gt;&gt;&gt;&gt; 
<BR>&gt;&gt;&gt;&gt;&gt; <BR>&gt;&gt;&gt;&gt;&gt; When I turn the progress bar 
off in the<BR>&gt;&gt;&gt;&gt;&gt; preferences('useRealProgressBar' =&gt; 
FALSE,) I get an error<BR>&gt;&gt;&gt;&gt;&gt; on the page when I try to drop a 
file off (it does not<BR>&gt;&gt;&gt;&gt;&gt; upload) and it just stays at the 
animated gif for ever.<BR>&gt;&gt;&gt;&gt;&gt; <BR>&gt;&gt;&gt;&gt;&gt; In 
firefox, I just get the animated GIF for ever after I<BR>&gt;&gt;&gt;&gt;&gt; 
click Drop-off the File(s). (there is no error displayed<BR>&gt;&gt;&gt;&gt;&gt; 
anywhere on the browser window) It does not upload.<BR>&gt;&gt;&gt;&gt;&gt; 
<BR>&gt;&gt;&gt;&gt;&gt; I used the TGZ and overwrote all the files and then 
manually<BR>&gt;&gt;&gt;&gt;&gt; updated the configs again from 
scratch.<BR>&gt;&gt;&gt;&gt;&gt; <A class=moz-txt-link-freetext 
href="http://www.zend.to/files/ZendTo-3.70-1.tgz">http://www.zend.to/files/ZendTo-3.70-1.tgz</A><BR>&gt;&gt;&gt;&gt;&gt; 
<BR>&gt;&gt;&gt;&gt;&gt; Any idea on the animated GIF not working now? I am 
assuming<BR>&gt;&gt;&gt;&gt;&gt; the current progress bar is not an option since 
anything<BR>&gt;&gt;&gt;&gt;&gt; larger then 850 megs does not work on an 
upload. Can anyone<BR>&gt;&gt;&gt;&gt;&gt; else confirm they can't get an upload 
to work when using the<BR>&gt;&gt;&gt;&gt;&gt; progress 
bar?<BR>&gt;&gt;&gt;&gt;&gt; <BR>&gt;&gt;&gt;&gt;&gt; 
Thanks<BR>&gt;&gt;&gt;&gt;&gt; <BR>&gt;&gt;&gt;&gt;&gt; <BR>&gt;&gt;&gt;&gt;&gt; 
<BR>&gt;&gt;&gt;&gt;&gt; <BR>&gt;&gt;&gt;&gt;&gt; <BR>&gt;&gt;&gt;&gt;&gt; 
<BR>&gt;&gt;&gt;&gt;&gt; BRIAN M. DUNCAN Data Security Administrator Katten 
Muchin<BR>&gt;&gt;&gt;&gt;&gt; Rosenman LLP 525 W. Monroe Street / Chicago, IL 
60661-3693 p<BR>&gt;&gt;&gt;&gt;&gt; / (312) 577-8045 f / (312) 577-4490 
<BR>&gt;&gt;&gt;&gt;&gt; <A class=moz-txt-link-abbreviated 
href="mailto:brian.duncan@kattenlaw.com">brian.duncan@kattenlaw.com</A> / <A 
class=moz-txt-link-abbreviated 
href="http://www.kattenlaw.com">www.kattenlaw.com</A><BR>&gt;&gt;&gt;&gt;&gt; 
<BR>&gt;&gt;&gt;&gt;&gt; -----Original Message----- From: <A 
class=moz-txt-link-abbreviated 
href="mailto:zendto-bounces@zend.to">zendto-bounces@zend.to</A><BR>&gt;&gt;&gt;&gt;&gt; 
[<A class=moz-txt-link-freetext 
href="mailto:zendto-bounces@zend.to">mailto:zendto-bounces@zend.to</A>] On 
Behalf Of Jules Sent:<BR>&gt;&gt;&gt;&gt;&gt; Monday, February 21, 2011 9:32 AM 
To: ZendTo Users Subject:<BR>&gt;&gt;&gt;&gt;&gt; [ZendTo] Re: ZendTo 3.70 
released<BR>&gt;&gt;&gt;&gt;&gt; <BR>&gt;&gt;&gt;&gt;&gt; 
<BR>&gt;&gt;&gt;&gt;&gt; <BR>&gt;&gt;&gt;&gt;&gt; On 21/02/2011 15:23, Duncan, 
Brian M. wrote:<BR>&gt;&gt;&gt;&gt;&gt;&gt; So with 3.70 is the progress bars 
any different from<BR>&gt;&gt;&gt;&gt;&gt;&gt; previous 
versions?<BR>&gt;&gt;&gt;&gt;&gt; I've changed the timings which might well 
affect its<BR>&gt;&gt;&gt;&gt;&gt; performance.<BR>&gt;&gt;&gt;&gt;&gt;&gt; Did 
you add the feature to turn them on and off?<BR>&gt;&gt;&gt;&gt;&gt; 
Yes.<BR>&gt;&gt;&gt;&gt;&gt;&gt; I was just wondering because I have to 
troubleshoot the<BR>&gt;&gt;&gt;&gt;&gt;&gt; issue we are having with people not 
being able to upload<BR>&gt;&gt;&gt;&gt;&gt;&gt; files larger then 850 megabytes 
today, and was thinking I<BR>&gt;&gt;&gt;&gt;&gt;&gt; would start out by 
updating to the current version.<BR>&gt;&gt;&gt;&gt;&gt; That wouldn't be a bad 
idea. Then you can just abandon the<BR>&gt;&gt;&gt;&gt;&gt; progress bars for 
now if you want to.<BR>&gt;&gt;&gt;&gt;&gt; <BR>&gt;&gt;&gt;&gt;&gt; And if 
you're using Ubuntu, you can use my shiny new .deb<BR>&gt;&gt;&gt;&gt;&gt; 
package! :-)<BR>&gt;&gt;&gt;&gt;&gt; <BR>&gt;&gt;&gt;&gt;&gt; Cheers, 
Jules.<BR>&gt;&gt;&gt;&gt;&gt;&gt; -----Original Message----- From: <A 
class=moz-txt-link-abbreviated 
href="mailto:zendto-bounces@zend.to">zendto-bounces@zend.to</A><BR>&gt;&gt;&gt;&gt;&gt;&gt; 
[<A class=moz-txt-link-freetext 
href="mailto:zendto-bounces@zend.to">mailto:zendto-bounces@zend.to</A>] On 
Behalf Of Jules Sent:<BR>&gt;&gt;&gt;&gt;&gt;&gt; Monday, February 21, 2011 5:04 
AM To: ZendTo Users Subject:<BR>&gt;&gt;&gt;&gt;&gt;&gt; [ZendTo] ZendTo 3.70 
released<BR>&gt;&gt;&gt;&gt;&gt;&gt; <BR>&gt;&gt;&gt;&gt;&gt;&gt; I have just 
put out a testing release, 3.70. It includes<BR>&gt;&gt;&gt;&gt;&gt;&gt; the 
progress bars, with a few updates from the weekend.<BR>&gt;&gt;&gt;&gt;&gt;&gt; 
<BR>&gt;&gt;&gt;&gt;&gt;&gt; It also includes the new "Send a Request" feature 
so you<BR>&gt;&gt;&gt;&gt;&gt;&gt; can easily ask people to send you files using 
ZendTo<BR>&gt;&gt;&gt;&gt;&gt;&gt; without them having to jump through hoops to 
do it. Perfect<BR>&gt;&gt;&gt;&gt;&gt;&gt; for your customer service 
operations!<BR>&gt;&gt;&gt;&gt;&gt;&gt; <BR>&gt;&gt;&gt;&gt;&gt;&gt; Note that 
this feature requires a new database table, so if<BR>&gt;&gt;&gt;&gt;&gt;&gt; 
you're upgrading with SQLite see 
/opt/zendto/sbin/UPGRADE.<BR>&gt;&gt;&gt;&gt;&gt;&gt; If you're upgrading with 
MySQL see /opt/zendto/sql.<BR>&gt;&gt;&gt;&gt;&gt;&gt; 
<BR>&gt;&gt;&gt;&gt;&gt;&gt; Jules<BR>&gt;&gt;&gt;&gt;&gt;&gt; 
<BR>&gt;&gt;&gt;&gt;&gt;&gt; -- Julian Field MEng CITP CEng <A 
class=moz-txt-link-abbreviated 
href="http://www.Zend.To">www.Zend.To</A><BR>&gt;&gt;&gt;&gt;&gt;&gt; 
<BR>&gt;&gt;&gt;&gt;&gt;&gt; Follow me at twitter.com/JulesFM PGP footprint: 
EE81 D763<BR>&gt;&gt;&gt;&gt;&gt;&gt; 3DB0 0BFD E1DC 7222 11F6 5947 1415 
B654<BR>&gt;&gt;&gt;&gt;&gt;&gt; <BR>&gt;&gt;&gt;&gt;&gt;&gt; 'All programs have 
a desire to be useful' - Tron, 1982<BR>&gt;&gt;&gt;&gt;&gt;&gt; 
<BR>&gt;&gt;&gt;&gt;&gt;&gt; _______________________________________________ 
ZendTo<BR>&gt;&gt;&gt;&gt;&gt;&gt; mailing list <A 
class=moz-txt-link-abbreviated href="mailto:ZendTo@zend.to">ZendTo@zend.to</A> 
<BR>&gt;&gt;&gt;&gt;&gt;&gt; <A class=moz-txt-link-freetext 
href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto">http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto</A><BR>&gt;&gt;&gt;&gt;&gt;&gt; 
<BR>&gt;&gt;&gt;&gt;&gt;&gt; 
===========================================================<BR>&gt;&gt;&gt;&gt;&gt;<BR>&gt;&gt;&gt;&gt;&gt;&gt; 
<BR>&gt; CIRCULAR 230 DISCLOSURE: Pursuant to Regulations Governing 
Practice<BR>&gt;&gt;&gt;&gt;&gt;&gt; Before the Internal Revenue Service, any 
tax advice<BR>&gt;&gt;&gt;&gt;&gt;&gt; contained herein is not intended or 
written to be used and<BR>&gt;&gt;&gt;&gt;&gt;&gt; cannot be used by a taxpayer 
for the purpose of avoiding<BR>&gt;&gt;&gt;&gt;&gt;&gt; tax penalties that may 
be imposed on the taxpayer. <BR>&gt;&gt;&gt;&gt;&gt;&gt; 
===========================================================<BR>&gt;&gt;&gt;&gt;&gt;<BR>&gt;&gt;&gt;&gt;&gt;&gt; 
<BR>&gt; CONFIDENTIALITY NOTICE:<BR>&gt;&gt;&gt;&gt;&gt;&gt; This electronic 
mail message and any attached files<BR>&gt;&gt;&gt;&gt;&gt;&gt; contain 
information intended for the exclusive use of the<BR>&gt;&gt;&gt;&gt;&gt;&gt; 
individual or entity to whom it is addressed and may<BR>&gt;&gt;&gt;&gt;&gt;&gt; 
contain information that is proprietary, privileged,<BR>&gt;&gt;&gt;&gt;&gt;&gt; 
confidential and/or exempt from disclosure under 
applicable<BR>&gt;&gt;&gt;&gt;&gt;&gt; law. If you are not the intended 
recipient, you are hereby<BR>&gt;&gt;&gt;&gt;&gt;&gt; notified that any viewing, 
copying, disclosure or<BR>&gt;&gt;&gt;&gt;&gt;&gt; distribution of this 
information may be subject to legal<BR>&gt;&gt;&gt;&gt;&gt;&gt; restriction or 
sanction. Please notify the sender, by<BR>&gt;&gt;&gt;&gt;&gt;&gt; electronic 
mail or telephone, of any unintended recipients<BR>&gt;&gt;&gt;&gt;&gt;&gt; and 
delete the original message without making any copies. 
<BR>&gt;&gt;&gt;&gt;&gt;&gt; 
===========================================================<BR>&gt;&gt;&gt;&gt;&gt;<BR>&gt;&gt;&gt;&gt;&gt;&gt; 
<BR>&gt; NOTIFICATION: Katten Muchin Rosenman LLP is an Illinois 
limited<BR>&gt;&gt;&gt;&gt;&gt;&gt; liability partnership that has elected to be 
governed by<BR>&gt;&gt;&gt;&gt;&gt;&gt; the Illinois Uniform Partnership Act 
(1997). <BR>&gt;&gt;&gt;&gt;&gt;&gt; 
===========================================================<BR>&gt;&gt;&gt;&gt;&gt;<BR>&gt;&gt;&gt;&gt;&gt;&gt; 
<BR>&gt; <BR>&gt;&gt;&gt;&gt;&gt;&gt; 
_______________________________________________ 
ZendTo<BR>&gt;&gt;&gt;&gt;&gt;&gt; mailing list <A 
class=moz-txt-link-abbreviated href="mailto:ZendTo@zend.to">ZendTo@zend.to</A> 
<BR>&gt;&gt;&gt;&gt;&gt;&gt; <A class=moz-txt-link-freetext 
href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto">http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto</A><BR>&gt;&gt;&gt;&gt;&gt; 
<BR>&gt;&gt;&gt;&gt;&gt; Jules<BR>&gt;&gt;&gt;&gt;&gt; <BR>&gt;&gt;&gt;&gt;&gt; 
-- Julian Field MEng CITP CEng <A class=moz-txt-link-abbreviated 
href="http://www.Zend.To">www.Zend.To</A><BR>&gt;&gt;&gt;&gt;&gt; 
<BR>&gt;&gt;&gt;&gt;&gt; Follow me at twitter.com/JulesFM PGP footprint: EE81 
D763<BR>&gt;&gt;&gt;&gt;&gt; 3DB0 0BFD E1DC 7222 11F6 5947 1415 
B654<BR>&gt;&gt;&gt;&gt;&gt; <BR>&gt;&gt;&gt;&gt;&gt; 'All programs have a 
desire to be useful' - Tron, 1982<BR>&gt;&gt;&gt;&gt;&gt; 
<BR>&gt;&gt;&gt;&gt;&gt; _______________________________________________ 
ZendTo<BR>&gt;&gt;&gt;&gt;&gt; mailing list <A class=moz-txt-link-abbreviated 
href="mailto:ZendTo@zend.to">ZendTo@zend.to</A> <BR>&gt;&gt;&gt;&gt;&gt; <A 
class=moz-txt-link-freetext 
href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto">http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto</A><BR>&gt;&gt;&gt;&gt;&gt; 
<BR>&gt;&gt;&gt;&gt;&gt; 
=========================================================== 
<BR>&gt;&gt;&gt;&gt;&gt; CIRCULAR 230 DISCLOSURE: Pursuant to Regulations 
Governing<BR>&gt;&gt;&gt;&gt;&gt; Practice Before the Internal Revenue Service, 
any tax advice<BR>&gt;&gt;&gt;&gt;&gt; contained herein is not intended or 
written to be used and<BR>&gt;&gt;&gt;&gt;&gt; cannot be used by a taxpayer for 
the purpose of avoiding tax<BR>&gt;&gt;&gt;&gt;&gt; penalties that may be 
imposed on the taxpayer. <BR>&gt;&gt;&gt;&gt;&gt; 
=========================================================== 
<BR>&gt;&gt;&gt;&gt;&gt; CONFIDENTIALITY NOTICE: This electronic mail message 
and any<BR>&gt;&gt;&gt;&gt;&gt; attached files contain information intended for 
the<BR>&gt;&gt;&gt;&gt;&gt; exclusive use of the individual or entity to whom it 
is<BR>&gt;&gt;&gt;&gt;&gt; addressed and may contain information that is 
proprietary,<BR>&gt;&gt;&gt;&gt;&gt; privileged, confidential and/or exempt from 
disclosure under<BR>&gt;&gt;&gt;&gt;&gt; applicable law. If you are not the 
intended recipient, you<BR>&gt;&gt;&gt;&gt;&gt; are hereby notified that any 
viewing, copying, disclosure or<BR>&gt;&gt;&gt;&gt;&gt; distribution of this 
information may be subject to legal<BR>&gt;&gt;&gt;&gt;&gt; restriction or 
sanction. Please notify the sender, by<BR>&gt;&gt;&gt;&gt;&gt; electronic mail 
or telephone, of any unintended recipients<BR>&gt;&gt;&gt;&gt;&gt; and delete 
the original message without making any copies. <BR>&gt;&gt;&gt;&gt;&gt; 
=========================================================== 
<BR>&gt;&gt;&gt;&gt;&gt; NOTIFICATION: Katten Muchin Rosenman LLP is an 
Illinois<BR>&gt;&gt;&gt;&gt;&gt; limited liability partnership that has elected 
to be governed<BR>&gt;&gt;&gt;&gt;&gt; by the Illinois Uniform Partnership Act 
(1997). <BR>&gt;&gt;&gt;&gt;&gt; 
===========================================================<BR>&gt;&gt;&gt;&gt;&gt; 
<BR>&gt;&gt;&gt;&gt;&gt; <BR>&gt;&gt;&gt;&gt;&gt; 
_______________________________________________ ZendTo<BR>&gt;&gt;&gt;&gt;&gt; 
mailing list <A class=moz-txt-link-abbreviated 
href="mailto:ZendTo@zend.to">ZendTo@zend.to</A> <BR>&gt;&gt;&gt;&gt;&gt; <A 
class=moz-txt-link-freetext 
href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto">http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto</A><BR>&gt;&gt;&gt;&gt; 
<BR>&gt;&gt;&gt;&gt; Jules<BR>&gt;&gt;&gt;&gt; <BR>&gt;&gt;&gt;&gt; -- Julian 
Field MEng CITP CEng <A class=moz-txt-link-abbreviated 
href="http://www.Zend.To">www.Zend.To</A><BR>&gt;&gt;&gt;&gt; 
<BR>&gt;&gt;&gt;&gt; Follow me at twitter.com/JulesFM PGP footprint: EE81 D763 
3DB0<BR>&gt;&gt;&gt;&gt; 0BFD E1DC 7222 11F6 5947 1415 B654<BR>&gt;&gt;&gt;&gt; 
<BR>&gt;&gt;&gt;&gt; 'All programs have a desire to be useful' - Tron, 
1982<BR>&gt;&gt;&gt;&gt; <BR>&gt;&gt;&gt;&gt; <BR>&gt;&gt;&gt;&gt; 
_______________________________________________ ZendTo 
mailing<BR>&gt;&gt;&gt;&gt; list <A class=moz-txt-link-abbreviated 
href="mailto:ZendTo@zend.to">ZendTo@zend.to</A> <BR>&gt;&gt;&gt;&gt; <A 
class=moz-txt-link-freetext 
href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto">http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto</A><BR>&gt;&gt;&gt; 
<BR>&gt;&gt;&gt; Jules<BR>&gt;&gt;&gt; <BR>&gt;&gt;&gt; -- Julian Field MEng 
CITP CEng <A class=moz-txt-link-abbreviated 
href="http://www.Zend.To">www.Zend.To</A><BR>&gt;&gt;&gt; <BR>&gt;&gt;&gt; 
Follow me at twitter.com/JulesFM PGP footprint: EE81 D763 3DB0<BR>&gt;&gt;&gt; 
0BFD E1DC 7222 11F6 5947 1415 B654<BR>&gt;&gt;&gt; <BR>&gt;&gt;&gt; 'All 
programs have a desire to be useful' - Tron, 1982<BR>&gt;&gt;&gt; 
<BR>&gt;&gt;&gt; <BR>&gt;&gt;&gt; 
_______________________________________________ ZendTo mailing<BR>&gt;&gt;&gt; 
list <A class=moz-txt-link-abbreviated 
href="mailto:ZendTo@zend.to">ZendTo@zend.to</A> <BR>&gt;&gt;&gt; <A 
class=moz-txt-link-freetext 
href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto">http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto</A><BR>&gt;&gt; 
<BR>&gt;&gt; Jules<BR>&gt;&gt; <BR>&gt;&gt; -- Julian Field MEng CITP CEng <A 
class=moz-txt-link-abbreviated 
href="http://www.Zend.To">www.Zend.To</A><BR>&gt;&gt; <BR>&gt;&gt; Follow me at 
twitter.com/JulesFM PGP footprint: EE81 D763 3DB0 0BFD<BR>&gt;&gt; E1DC 7222 
11F6 5947 1415 B654<BR>&gt;&gt; <BR>&gt;&gt; 'All programs have a desire to be 
useful' - Tron, 1982<BR>&gt;&gt; <BR>&gt;&gt; <BR>&gt;&gt; 
_______________________________________________ ZendTo mailing<BR>&gt;&gt; list 
<A class=moz-txt-link-abbreviated 
href="mailto:ZendTo@zend.to">ZendTo@zend.to</A> <BR>&gt;&gt; <A 
class=moz-txt-link-freetext 
href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto">http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto</A><BR>&gt; 
<BR>&gt; Jules<BR>&gt; <BR>&gt; -- Julian Field MEng CITP CEng <A 
class=moz-txt-link-abbreviated href="http://www.Zend.To">www.Zend.To</A><BR>&gt; 
<BR>&gt; Follow me at twitter.com/JulesFM PGP footprint: EE81 D763 3DB0 
0BFD<BR>&gt; E1DC 7222 11F6 5947 1415 B654<BR>&gt; <BR>&gt; 'All programs have a 
desire to be useful' - Tron, 1982<BR>&gt; <BR>&gt; <BR>&gt; 
_______________________________________________ ZendTo mailing list <BR>&gt; <A 
class=moz-txt-link-abbreviated href="mailto:ZendTo@zend.to">ZendTo@zend.to</A> 
<BR>&gt; <A class=moz-txt-link-freetext 
href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto">http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto</A></SPAN><BR><BR>Jules<BR><BR>-- 
<BR>Julian Field MEng CITP CEng<BR><A class=moz-txt-link-abbreviated 
href="http://www.Zend.To">www.Zend.To</A><BR><BR>Follow me at 
twitter.com/JulesFM<BR>PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 
1415 B654<BR><BR>'All programs have a desire to be useful' - Tron, 
1982<BR><BR></BODY></HTML>