[pmwiki-users] compatibility with Zend Optimizer?

SMETS Stephane BKS-IT stephane.smets at banksys.be
Mon Jan 29 08:59:06 CST 2007


Hello
Maybe I can have some information for you.
Last Week, we try to run our farm with PHP5, and nothing run on the first try.
After research, it appears that PHP5 (you don't talk about the version you use) use and old optimizer called MMCache, which seems to be another "Zend optimizer", but it doesn't run with pmwiki. It can be disabled in php.ini and after that our farms running well
Hope this info can be a begging to investigate
Stéphane Smets
System engineer
Banksys
Brussels

 -----Original Message-----
From: 	pmwiki-users-bounces at pmichaud.com [mailto:pmwiki-users-bounces at pmichaud.com]  On Behalf Of Patrick R. Michaud
Sent:	lundi 29 janvier 2007 15:52
To:	Ben Stallings
Cc:	PmWiki Users
Subject:	Re: [pmwiki-users] compatibility with Zend Optimizer?

On Sun, Jan 28, 2007 at 03:34:46PM -0600, Ben Stallings wrote:
> The sysadmin for one of my sites is tweaking the settings on a testing 
> server prior to moving the site over to that server.  He's found that 
> the site loads properly when Zend Optimizer is turned off, but when it's 
> turned on only the template loads: http://69.94.104.197/

I've never heard of anyone having trouble with PmWiki and Zend Optimizer.
PmWiki doesn't do anything "odd" that would present problems to
Zend Optimizer.

On the http://69.94.104.197/ site, there's an error somewhere in
the program that is causing it to (silently) abort just after the
first part of the template is produced.  This could be caused by
a recipe not working in the new host.

Perhaps turn on error reporting, and/or check the error_log .  
You might try the following in local/config.php:

    $EnableDiag = 1;
    ini_set('display_errors', '1');
    error_reporting(E_ALL);

> I don't know beans about Zend Optimizer.  Any ideas why this would be 
> the case?  Is there a setting I should change on my end to make it work? 

I do know that when enabling the Optimizer it's very important to
make sure that the optimizer version being used is the correct one
for the version of PHP being used.  When PHP 4.3.10 came out, lots
of sites (both PmWiki and other PHP-based engines) broke because 
PHP v4.3.10 also required an updated version of the optimizer --
a step that many ISPs overlooked or omitted.  So, in addition to
turning on error reporting above, double-check that the optimizer
is correct for the version of PHP.

Pm

_______________________________________________
pmwiki-users mailing list
pmwiki-users at pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users


sa Banksys nv - Chaussee de Haecht 1442 Haachtsesteenweg 
- 1130 Brussels - Belgium
RPM-RPR Bruxelles-Brussel - TVA-BTW BE 0418.547.872
Bankrekening-Compte Bancaire-Bank Account 310-0269424-44
BIC BBRUBEBB - IBAN BE55 3100 2694 2444

"The information contained in this e-mail and any attachment thereto is confidential and may contain information which is protected by intellectual property rights.
This information is intended for the exclusive use of the recipient(s) named above.
This e-mail does not constitute any binding relationship or offer toward any of the addressees.
If you are not one of the addressees , one of their employees or a proxy holder entitled to hand over this message to the addressee(s), any use of the information contained herein (e.g. reproduction, divulgation, communication or distribution,...) is prohibited.
If you have received this message in error, please notify the sender and destroy it immediately after.
The integrity and security of this message cannot be guaranteed and it may be subject to data corruption, interception and unauthorized amendment, for which we accept no liability."




More information about the pmwiki-users mailing list