Not really. From what I gathered, PHP4 modules with 1&1 are incomplete. I had the same issue before. That's why 1&1 shared hosting customers had to add that line in their htaccess to use PHP5, which works just fine.
On Tue, Nov 4, 2008 at 11:08 PM, Ben Huson <[EMAIL PROTECTED]> wrote: > I just had problems with automatic updates on my hosting with 1&1. > I noticed that by default this hosting runs PHP4 but I could set it to > use PHP5 in htaccess: > > AddType x-mapp-php5 .php > > After doing this the automatic update worked fine. > Is the auto-update functionality PHP5 only? > > - Ben > > > 2008/11/3 Ryan Boren <[EMAIL PROTECTED]>: > > On Mon, Nov 3, 2008 at 9:32 AM, Otto <[EMAIL PROTECTED]> wrote: > >> On Mon, Nov 3, 2008 at 11:22 AM, Ryan Boren <[EMAIL PROTECTED]> wrote: > >>> I can reproduce these copy fails by setting the permissions for files > >>> to 0444 so that they are not writable by the owner. I changed the code > >>> so that when a copy fails, we chmod to 0644 and try the copy again. > >> > >> Heh. I guessed we crossed on this one. > >> > >> Do you change the permissions back to whatever they were before after > >> the copy succeeds? I think this would be best, as if the permissions > >> are that way, they may be that way for a reason. > > > > Agreed. I'm working on that right now. > > _______________________________________________ > > wp-testers mailing list > > [email protected] > > http://lists.automattic.com/mailman/listinfo/wp-testers > > > _______________________________________________ > wp-testers mailing list > [email protected] > http://lists.automattic.com/mailman/listinfo/wp-testers > -- Will Garcia http://will.ph/ _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
