[Pmwiki-users] Compatibility with PHP 4.3.10?

Joachim Durchholz jo
Sun Dec 19 03:00:58 CST 2004


Patrick R. Michaud wrote:
> On Sat, Dec 18, 2004 at 05:48:45PM -0500, Doug Porteous wrote:
> 
>> I've just heard back from my ISP. Here's their quote [...]:
>> 
>> "I have spoken with my advanced network team and they are currently
>> looking in to this issue. Everything should be resolved straight
>> away as we are just needing to upgrade an accelerator within your
>> php module for it to all be cleared up!"
> 
> Hmmm, I have no idea what sort of "accelerator" they might be 
> referring to, nor have I ever heard that term in conjunction with
> PHP.

I have :-)
The term might be referring to Zend Accelerator, which precompiles and 
caches PHP code. Or to Turck MMCache, which does the same thing, in 
roughly the same fashion.

Such an accelerator usually keeps some system status around that 
wouldn't persist in an unaccelerated environment. If PmWiki happens to 
rely on just this status being reset on every invocation, it might very 
well do, uh, unexpected things.

To Doug: I believe it would help Patrick if you could find any error 
messages that PHP is issuing before the crash. Check the Apache error 
log (your ISP should have told you where to find it).
Alternatively, you might get a WWW page with a nice error message if you 
changed display_startup_errors to on; depending on your ISP's 
configuration, you'd have to do that either in php.ini 
(display_startup_errors = On), or in httpd.conf or .htaccess (php_value 
display_startup_errors On). There are some other error reporting 
settings you can tweak, all documented in php.ini or on php.net.

HTH.

Of course, it may all be related to the accelerator botching something 
badly up. Accelerators tend to do that sort of thing, and the ISP might 
be in heavy gyrations to get that upgrade done :-)

Regards,
Jo



More information about the pmwiki-users mailing list