Author Topic: I Mucked Up PHP  (Read 9328 times)

0 Members and 1 Guest are viewing this topic.

Xepher

  • Techsmith
  • Administrator
  • *****
  • Posts: 4,334
  • Illegitimis non carborundum!
    • View Profile
    • Xepher.net
I Mucked Up PHP
« on: February 21, 2011, 03:04:26 am »
Yeah... my fault. I tried enabling APC (an opcode cache) that is intended to speed up PHP processing. However, it caused a lot of sites (especially wordpress installs) to have random glitches and errors. I've disabled APC, because I'd rather thing NOT break, even if it means burning a bit more CPU time, and it's not like the server is overloaded or anything. Anyway, if you had trouble with random PHP errors, check again, and I apologize for the trouble or confusion it might have caused.

Databits

  • Global Moderator
  • *****
  • Posts: 1,607
  • Programming's not just a science, it's an art.
    • View Profile
Re: I Mucked Up PHP
« Reply #1 on: February 22, 2011, 02:06:48 am »
APC is a bad idea for a shared host anyhow. :)
(\_/)    ~Relakuyae D'Selemae
(o.O)    
(")_(")  [Libre Office] [Chrome]

Xepher

  • Techsmith
  • Administrator
  • *****
  • Posts: 4,334
  • Illegitimis non carborundum!
    • View Profile
    • Xepher.net
Re: I Mucked Up PHP
« Reply #2 on: February 26, 2011, 11:01:11 am »
Yeah, but I have more ram than common sense. :-)

It wasn't even filling up, it was just causing problems anyway. Oh well, I give up on it anyway. I'll try again with php 6.