Questions tagged [zend-optimizer]

12 questions
2
votes
0 answers

Failed to start up concurrent users module

I have a scheduled task that runs php CLI every few minutes. It runs ok, but very often it fails leaving a taskeng.exe window with the message Failed to start up concurrent users module! (and nothing else) which never closes. What does it mean,…
2
votes
1 answer

PHP executes an older version of a script that I've already overwritten

I'm literally freaking out. It's the first time such a thing happens to me. I have modified and saved a php script, and now I am calling it from the browser, and the old version is still being run. No, I'm not seing a version of a page cached by the…
matteo
  • 701
  • 2
  • 9
  • 21
1
vote
2 answers

Cannot receive start command

I have a WAMP install (Apache 2.2.3, PHP 5.2.8) with a working Zend Optimizer. As soon as I add the php.ini lines for Zend Debugger: [Zend Debugger] zend_extension_manager.debug_server_ts="C:\zenddebugger" zend_debugger.allow_hosts=127.0.0.1/32,…
markus
  • 572
  • 2
  • 8
  • 18
1
vote
1 answer

Apache 2.4 Event MPM + php-fpm + php-opcache yields "Connection reset by peer" errors

I have a CentOS 7 server running Apache 2.4.6 with Event MPM and php-fpm version 5.6.10 (from REMI repo). Here's the relevant Apache config to send requests to php-fpm within the vhost (it's the only site on this server):
ldennison
  • 143
  • 1
  • 7
1
vote
2 answers

Zend Optimizer on PHP 5.3.x - is it worth it upgrading without it?

I want to upgrade to PHP 5.3.3 but I believe Zend Optimizer is not available yet for this version of PHP. I currently have Zend Optimizer on PHP 5.2.10 but I'm not sure if I'll miss it or not? Can someone tell me what the benefits of Zend Optimizer…
Owen
  • 356
  • 5
  • 19
1
vote
1 answer

Fatal error: Incompatible file format: The encoded file has format major ID 1, whereas the Loader expects 4 in ... on line 0

I am using Ubuntu 10.04 and for some time I had to keep a downgraded PHP 5.2 package because I need to run Zend encrypted scripts. Recently I noticed that Zend released beta version of their loader…
Eugene
  • 167
  • 1
  • 3
  • 7
0
votes
1 answer

Zend Guard reporting Zend Optimizer not installed, but it is

I'm testing Zend Guard 5 to encode PHP source code, and have encoded a working website. When I view the site on my server, I get an error page saying "Zend Optimizer not installed" and that it requires Optimizer 3.0 or newer. I'm sure I have Zend…
Martijn Heemels
  • 7,438
  • 6
  • 39
  • 62
0
votes
1 answer

Errors when enabling zend_opcache on php-fpm with apache 2.4 proxy

I'm setting up a webserver to host several small sites (mostly wordpress) by putting together php-fpm 5.5.9 and apache 2.4.10 on ubuntu. After reading a good amount of tutorials and post, I decided to setup php-fpm to run a socket per website and to…
tempo
  • 1
  • 1
  • 5
0
votes
1 answer

Failed loading ZendOptimizer.so: invalid ELF header

How do you solve Failed loading ZendOptimizer.so: invalid ELF header on CentOS 5?
user24932
  • 145
  • 7
0
votes
1 answer

need recommendation for running PHP/Zend based optimizer

Firstly, I must admit that I don't know much about setting up PHP beyond the basics. I have an Ubuntu 10.04 server system (hosted) running primarily as an FTP store for a commercial store software. The server that the commercial store is installed…
senorsmile
  • 713
  • 8
  • 19
0
votes
1 answer

apache 2.2 + php 5.5.2 + zend optimizer 3.3.3 in windows 2003 server

does anyone knows if it is possible to configure the following stack: windows 2003 server with apache 2.2 + php 5.5.2 + zend optimizer 3.3.3, it says in the zend website that optimizer will only run in prefork mpm apache distros, but I believe…
0
votes
3 answers

"Zend Optimizer not installed" after I updated to Ubuntu 10.04

I've just updated from 9.10 to 10.04. Everything seems to run fine except for zend optimizer which is throwing "Zend Optimizer not installed" error. I went to php.ini and the following line is still…
Eugene
  • 167
  • 1
  • 3
  • 7