Questions tagged [zend-server]

Zend Server is a PHP application server product line offered by Zend Technologies. It ships with value-added features designed to help optimize productivity, improve performance, scalability and reliability.

Zend Server is a PHP application server product line offered by Zend Technologies with production support available for Windows and Linux. It is available in two versions, Zend Server and Zend Server Community Edition.

228 questions
3
votes
2 answers

How do you define the term 'failing function'?

In a presentation about Zend Server, the author lists the features of Zend Monitor. One of these features is called: Zend Monitor will watch your application for failing functions What does this mean, if you subtract error and exception…
markus
  • 40,136
  • 23
  • 97
  • 142
3
votes
1 answer

Difference Between Zend Php/Zend server and simple php/Wamp server

I am beginner and wanna to learn few things before i start php dev/learning . What is the difference between Zend Studio/Zend server and simple Eclipse Php (PDT)/wamp server.. Where we should use Zend and where we should the simple Php/wamp. Can we…
Shabir Gilkar
  • 323
  • 2
  • 7
  • 19
3
votes
2 answers

Undefined or defined index ? Decide

I have strange problem. Line 61: $this->_currentRoute = Default_Model_Routes::getInstance()->getCurrentRoute(); .......... other code .......... Line 86: var_dump(isset($this->_currentRoute['url'])); Line 87:…
grongor
  • 1,305
  • 1
  • 13
  • 26
3
votes
1 answer

What Constitutes a Retry in the Job Queue?

I originally posted this question over at the Zend Forums but figured it would also be wise to post here. What has to happen, exactly, for a job to retry? I've tried timeouts, 50x response codes, and setting the status to "FAILED". I have a simple…
allnightgrocery
  • 1,370
  • 1
  • 8
  • 15
3
votes
4 answers

Zend Server Version?

How can I receive the Zend Server version by a PHP script running on this Zend Server? phpinfo() and the commandline php -v does not tell the Zend Server version!
powtac
  • 40,542
  • 28
  • 115
  • 170
3
votes
1 answer

ZendExtensionManager.so: cannot open shared object file

I just updated my apache installation (via easyapache in cpanel) so that mod_deflate would be enabled and I also updated PHP from 5.3 to 5.4 in the process. After doing this I found a redirect loop was happening on a Wordpress site on the…
Joe Spurling
  • 967
  • 11
  • 22
3
votes
2 answers

ZF 2: tutorial application, 'Config being merged must be an array [...]'

My Enviroment (Zend Server): PHP Version 5.4.11 Zend Server Version: 6.0.1 Zend Framework: 1.12.3, 2.1.4 Zend Server Gateway: 0.9.0.201301302347 Build: 69400 So I tried to write my first application in ZF2 form official tutorial. ZF version in…
G.Z
  • 121
  • 3
  • 11
3
votes
1 answer

What is difference b/w application.ini, bootsrap.php and index.php in Zend studio and zend framework

Am using Zend framework along with zend studio. Am confused with following files 1)Bootsrap.php 2).htaccess 3)application.ini 4) index.php I have edited all these files to run my applicaiton on Virtaul host. However I have confused with above…
flex
  • 185
  • 5
  • 19
3
votes
1 answer

How to install MongoDb driver for zend server(PHP)

I am using php 5.2 version and I have installed mongodb driver in zend server. Also Added extension parameter in php.ini file i.e extesnions=mongoddb.dll. however when I run phpinfo page on my local machine, there is no mongodb details…
flex
  • 185
  • 5
  • 19
3
votes
3 answers

Zend Server "Caching" of JS and CSS files

I'm running Zend Server in a CentOS VM on Vitrualbox and I'm having a problem with linked JS and CSS assets being "cached". I say "cached" because they aren't, in the true sense, being cached, but rather when I add content to a JS or CSS file they…
Josh Stuart
  • 1,530
  • 1
  • 13
  • 23
2
votes
1 answer

Upgrade APC to work with Symfony 2 on Zend Server and OSX

Possible Duplicate: How do I upgrade APC on Zend Community Server (needed for Symfony2)? I'm trying to set up a new Symfony 2 Standard Application and it keeps telling me that I need to upgrade my php APC extension. The thing is, on my Zend…
Daniel Ribeiro
  • 10,156
  • 12
  • 47
  • 79
2
votes
1 answer

How to Add SSL Site to Zend Server

I'm trying to add a secure site to Zend. When I go to the Zend server site at http://my_IP:10081 I can see, under server extensions, "openssl built-in, ON". When I add SSLEngine On to the httpd.conf I get ... Invalid command 'SSLEngine', perhaps…
Pete
  • 1,289
  • 10
  • 18
2
votes
2 answers

SSL/cUrl/PHP requests failing in Zend server

I have a dev VM running Ubuntu 11.10, and can't get PHP cUrl requests to work for SSL urls. No problem using cUrl for SSL or non-SSL urls over the CLI, or non-SSL urls through PHP cUrl. Only SSL urls via cUrl in PHP. When I attempt any SSL request,…
Paul Degnan
  • 1,972
  • 1
  • 12
  • 28
2
votes
1 answer

Lost connection to MySQL on MAMP after installing Zend Server CE

I had MAMP running on my Mac. I installed Zend Server CE to debug the code in Zend's htdocs folder. PHP debugging works but the site cannot connect to MySQL on "localhost". Do I need to specify that it connects to Zend Server's MySQL? If so, how…
nuway
  • 2,324
  • 4
  • 27
  • 48
2
votes
5 answers

zeromq php extension for windows

I am using Zend server configured with IIS 7.5. I searched for edit: zeromq php extension, I found these http://valokuva.org/builds/ and http://snapshot.zero.mq/ I have tried to add extension in php.ini and when I enable it form zend admin it…
NativeCoder
  • 1,033
  • 1
  • 10
  • 16
1
2
3
15 16