[PHP] Re: Zend Optimizer not active?

2003-06-15 Thread Manuel Lemos
Hello, On 06/12/2003 10:16 PM, Steve Yates wrote: Starting with a working site (FreeBSD 4.7, Apache 1.3.27) using PHP 4.3.0 and the latest Zend Optimizer, I upraded to PHP 4.3.2. Afterwards, phpinfo () did not show the Optimizer as loaded. Reinstalling Optimizer did not change this, nor did un

[PHP] Re: Zend Optimizer not active?

2003-06-13 Thread Steve Yates
Ah, how clear things are afterwards. :) I found out my problem was that PHP was looking in the "wrong" folder for php.ini, and it apparently fails silently, taking the default settings instead. - Steve Yates - A chicken is just an egg's way of continuing the species. ~ Taglines by Ta

[PHP] Re: Zend Optimizer not active?

2003-06-13 Thread Steve Yates
On Fri, 13 Jun 2003 10:38:39 +0200, Marek Kilimajer wrote: >Are the logs saying anything? Or if you run php from command line? Sorry should have made that clear. Apache's error log does not show any reference to PHP or Zend, nor does /var/log/messages. Is there another place I should look? >Fr

[PHP] Re: Zend Optimizer

2001-08-16 Thread Jonathan Hilgeman
Zend Optimizer will speed up the code, but I do not believe it crunches the size of files. If you need smaller files for a graph, use PNG or JPEG - not the GIF format. The GIF format is old and unoptimized in PHP/GD, so it gets really big in size unless you have something like ImageMagick to optim