Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
10answers
864 views

Compiled PHP?

Does anybody have experience working with PHP accelerators such as MMCache or Zend Accelerator? I'd like to know if using either of these makes PHP comparable to faster web-technologies. Also, are ...
7
votes
2answers
3k views

Decode a PHP encoded with 'zend guard'

We have a website maintained by an old employee and it appears it's encoded by Zend Guard including all backups. I know a little about Zend Optimizer, but never considered it for source protection as ...
5
votes
2answers
2k views

PHP Opcode Caching/Zend Acceleration and include_once vs. require_once

I have a colleague who is looking into opcode caching/Zend Acceleration (I've always assumed these are the same thing) for our PHP based application. His Benchmarks appear to indicate that we're NOT ...
4
votes
4answers
1k views

Making Zend-Framework run faster

What are the best ways to make Zend-Framwork run faster besides Zend Optimizer? If I remember correctly, parsing .ini files in PHP takes a long time. Therefor I cache it (the file won't change during ...
2
votes
1answer
165 views

Zend Optimizer is it work a try?

I have a server: Intel Processor: Intel® Xeon® X3450, 4x2x2.66 GHz RAM memory: 8GB ECC DDRIII The per day visitors: 100k unique 400k clicks Basically, 20 domains run from a single script. I do ...
2
votes
2answers
755 views

suhosin patch or extension and zend optimizer

I have been wondering about the difference between Suhosin Patch and Extension? For example which one of them I should install with PHP 5.2.17 with Xcache 1.3.1 and Zend Optimizer 3.3.0.a? Should it ...
1
vote
1answer
52 views

Does the Zend lucene search engine work with just Zend Optimizer?

I got it working locally but had to install the whole Zend framework, I am about to try to get this working on my unix server which has Zend Optimizer. I did php -m to check and was wondering if I ...
1
vote
0answers
375 views

Configure/compile mod_php (PHP 5.2.17 for Apache 2.2.17) with “Thread Safety” disabled

My Linux distributive is RedHat / CentOS 5.x i386/x86_64. I'm using custom compiled Apache version 2.2.17 (both worker and prefork) modes with mod_php (PHP 5.2.17) custom compiled too. phpinfo() ...
1
vote
1answer
161 views

Can Zend Optimizer and IonCube co-reside on the same server?

We have a Windows 2008 server that already has Zend Optimizer installed but have been asked by a user if we can install IonCube? Can Zend Optimizer and IonCube co-reside on the same server? What are ...
0
votes
1answer
51 views

can't install Zend optimizer

I downloaded template which requires Zend optimizer installed. 1) I installed WAMP 2) copied template content in to /localhost directory 3) Installed Zend Optimizer (in installation process setter ...
0
votes
3answers
51 views

Adjusting code that was meant for PHP 5.3 to fit in with PHP 5.2.17

My server keeps returning the error because the function is not supported. I have recently found out that I cannot upgrade to PHP 5.3 until Zend Optimizer supports it; at the moment our server admins ...
0
votes
2answers
351 views

Any way to get Zend Guard Loader (php 5.3) to execute scripts protected with zendenc52.exe

Currently PHP 5.3 hosting environments have to install and use "Zend Guard Loader" extension to process and execute Zend Guard encoded files. I was unable to make it execute files that were encoded ...
0
votes
1answer
72 views

How do I install Zend Optimizer on an Amazon EC2 Linux AMI instance?

I have been trying for days. I am stumped. Can someone help me? I got html and php installed. But how do I get Zend Optimizer to work?
0
votes
1answer
135 views

Incompatible file format error message with Zend Optimizer 3.3.9

On my local machine, I'm trying to deploy PHP code which was obfuscated using Zend Guard under the PHP 5.2.10 engine. Since my machine had PHP 5.3, I reckoned the code does not run since it was ...
0
votes
2answers
682 views

I can't access phpmyadmin in wampserver

I install zend-optimizer on wampserver, then I access link address "localhost/phpmyadmin" is get error message "Cannot load mysqli extension. Please check your PHP configuration. - ...
0
votes
1answer
39 views

file broke after opening within a zend optimize server

I have a client that has zend optimizer and loads files by the zend Encoder. I opened up one of the files and reuploaded and everything broke. didnt make any changes. When I refresh the page, i get ...
0
votes
2answers
200 views

Good optimizer for CPU and memory intensive command line PHP scripts?

I have optimized the scripts at most possible bottlenecks. It is difficult to port the code to other language, so that is not a good solution. are there any opcode generators, optimizers that I can ...
0
votes
2answers
138 views

Set Up Gwebmail

i want to setup gwebmail.net. It uses zendoptimizer. I am using Ubuntu 10.04 server with PHP5 apache2 and also installed zend optimizer sucessfully. The zend optimizer is not working to decode it. ...
0
votes
2answers
547 views

tuning PHP Zend Optimizer+

I am looking to tune Zend Optimizer+ on our Zend Server installation. Is there any tool that can show statistics about Zend Optimizer's performance? e.g. number of hits and misses, utilization of ...
0
votes
1answer
832 views

How to run XDebug and Zend side by side?

I am using a PHP shopping cart which requires me to use Zend Optimizer. I am using Netbeans as the IDE, and it requires Xdebug, but that's incompatible with Zend. These are the lines in my php.ini ...
0
votes
4answers
2k views

using xCache with Zend optimizer together

i have installed xCache and Zend optimizer in same time and it gives me PHP Fatal error: [Zend Optimizer] Zend Optimizer 3.3.3 is incompatible with XCache 1.2.1 in Unknown on line 0 I have lines in ...