<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.7601.17573"></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Segoe UI">
<DIV>Hi John,</DIV>
<DIV> </DIV>
<DIV>Since the default Centos vm from the zendto site does not use the <FONT color=#0066cc>iuscommunity.org</FONT><FONT color=#000000> repo, I also I had to add the below line (and switched to x86_64) before installing the ius-release package.</FONT></DIV>
<DIV> </DIV>
<DIV>rpm -Uvh <A href="http://dl.iuscommunity.org/pub/ius/stable/Redhat/5/x86_64/epel-release-1-1.ius.el5.noarch.rpm">http://dl.iuscommunity.org/pub/ius/stable/Redhat/5/x86_64/epel-release-1-1.ius.el5.noarch.rpm</A><BR></DIV>
<DIV>I also noticed that the process removed the zendto package which I re-installed.</DIV>
<DIV> </DIV>
<DIV>I'm still not able to upload files over 2GB.</DIV>
<DIV>Does the PHP 5.2 package from iuscommunity have support for files over 2GB?</DIV>
<DIV> </DIV>
<DIV>thanks for your quick response.<BR><BR>>>> On 4/20/2011 at 9:13 AM, John Cooper <johnpcooper@yahoo.com> wrote:<BR></DIV>
<TABLE style="MARGIN: 0px 0px 0px 15px; FONT-SIZE: 1em" border=0 bgColor=#f3f3f3>
<TBODY>
<TR>
<TD>
<DIV style="BORDER-LEFT: #050505 1px solid; PADDING-LEFT: 7px">On 20/04/11 14:11, Brad Beckenhauer wrote:<BR>> I started using Zend.to using the Zendto/Centos 5.5 vm and I have the <BR>> zend.to repository configured.<BR>> I upgraded to Centos 5.6 and I ran the 'yum update zendto' command.<BR>> It seemed to complete ok, and I did the edits in the zendto/config <BR>> directory and testing looked fine.<BR>> Yesterday a user tried to upload a 3GB iso and it failed, so I started <BR>> looking for the cause.<BR>> I noticed the wiki now shows PHP52, but the Centos 5.1 test vm is <BR>> running version 5.16.<BR>> Question. Is the 'yum update zendto' process suppose to update PHP <BR>> or do I need to manually patch PHP as shown in the wiki?<BR>><BR>It will not as PHP5.1 is installed and is the default for Centos 5. You <BR>need to add the yum repo for 5.2, remove the current PHP 5.1 ones and <BR>add the new 5.2.<BR><BR>yum remove php-pear php php-cli php-common php-devel php-gd php-mbstring <BR>php-mcrypt php-mysql php-pdo php-soap php-xml php-xmlrpc php-bcmath <BR>php-pecl-apc php-pecl-memcache php-ldap<BR><BR>WARNING: This will remove any dependency on php-common so you will have <BR>to add any others back later<BR><BR>rpm -Uvh <BR><A href="http://dl.iuscommunity.org/pub/ius/stable/Redhat/5/i386/ius-release-1.0-6.ius.el5.noarch.rpm">http://dl.iuscommunity.org/pub/ius/stable/Redhat/5/i386/ius-release-1.0-6.ius.el5.noarch.rpm</A><BR><BR>yum install php52-pear php52 php52-cli php52-common php52-devel php52-gd <BR>php52-mbstring php52-mcrypt php52-mysql php52-pdo php52-soap php52-xml <BR>php52-xmlrpc php52-bcmath php52-pecl-apc php52-pecl-memcache php52-ldap<BR><BR>yum install ...all others removed before...<BR><BR>Update/check /etc/php.ini<BR><BR><BR>_______________________________________________<BR>ZendTo mailing list<BR>ZendTo@zend.to<BR><A href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto">http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto</A><BR></DIV></TD></TR></TBODY></TABLE></BODY></HTML>