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.

227 questions
51
votes
8 answers

Run `apt-get update` before installing other packages with Puppet

I'm trying to create puppet module which automates installation of zend server CE, this is not important here, but steps are as following update /etc/apt/source.list download repos key via wget do apt-get update do apt-get install…
Jaro
  • 3,659
  • 5
  • 29
  • 45
28
votes
4 answers

what is oradiag_ folder?

I see these in the my Linux folder hierarchy after installing the Zend Framework. /oradiag_root/ /user/myuser/oradiag_myuser/ /user/myuser/oradiag_root/ This name reminds me of Oracle. But I did not find any official documentation about this. I…
dot
  • 281
  • 1
  • 3
  • 3
21
votes
11 answers

No connection could be made because the target machine actively refused it (PHP / WAMP)

Note: I realise this could be seen as a duplicate but i have looked at the other responses and they didn't fix the problem for me. I have recently installed Zend Studio and Zend Server with the mysql plugin on Windows 7. I am not a qualified server…
Edward
  • 1,616
  • 5
  • 20
  • 34
14
votes
1 answer

October CMS Reflection Exception on Z-Ray

When I load my October installation on a server with Z-Ray, I get this error: // used as resolvers for more fine-tuned resolution of these objects. if ($concrete instanceof Closure) { return $concrete($this, $parameters); } $reflector = new…
Félix Desjardins
  • 3,123
  • 3
  • 17
  • 35
9
votes
6 answers

Zend Server experiences

The other day I was looking into Zend Server and I was wondering why I would use this? OK, they say it's all tested and mission critical and Enterprise ready etc. But to me that's just the marketing department talking. Is anyone out there using this…
Luke
  • 19,180
  • 30
  • 102
  • 166
8
votes
6 answers

How do I upgrade APC on Zend Community Server (needed for Symfony2)?

I am running latest Zend Community Server and want to learn Symfony2 but the config.php gives me an error that my APC (alternative php cache) is deprecated and I have to upgrade it. I'm running OS X Lion and already found the zend folder in: …
codepushr
  • 1,582
  • 1
  • 18
  • 32
6
votes
5 answers

Optimising the Zend Framework

I'm trying to get as much performance as I can out of my application, which uses the Zend Framework. I'm considering using the Zend Server, with APC enabled. However, I need to know a few things first. Is there any benefit of using Zend Server +…
bear
  • 10,046
  • 24
  • 71
  • 122
6
votes
3 answers

Profiler for Zend Server (Zend Debugger)

I'm looking for a PHP profiler that works with Zend Server (CE). From what I can tell, XDebug is a pain to setup with Zend Server. While Zend Debugger is free (as I understand it), the Profiler is only on Zend Studio. Any other options?
Tim Lytle
  • 17,008
  • 9
  • 59
  • 88
5
votes
1 answer

Zend Server vs newrelic

I need to select one solution for deep monitoring of a production environment based on PHP and MySQL. Help us discover and recreate bugs that made it into the production environment Help us profile the application on real user patterns and hardware…
webgr
  • 494
  • 6
  • 14
5
votes
1 answer

On IBM i 7.1, is it possible to access the *SYSTEM certificate store from the PHP cURL extension?

We run Zend Server 7 with PHP on a V7R1 IBM i. We use the cURL PHP extension to call SSL-secured web services. We need to specify a CA cert bundle so cURL can verify the web service cert. Ideally, we would like some way to use the SYSTEM certificate…
Joel Anair
  • 13,248
  • 3
  • 28
  • 35
5
votes
1 answer

popen and poclose under zend-server

I've stumbled upon a phenomenon that I can't explain myself. I'm using popen to execute php and then execute a php script that way, and pclose to close that. So far so fine. I ran into quite some severe troubles as the script where I used this…
Thomas
  • 2,768
  • 3
  • 28
  • 63
4
votes
2 answers

Zend Studio cannot detect Zend Server

PHP Version 5.3.1, Zend Studio 7.1.1.v20091227 Zend Server Community Edition 5.0 (Build: ZendServer-CE-5.0.0GA_RC181-5.3.1-Windows_x86) Apache/2.2.14 (Win32) mod_ssl/2.2.14 OpenSSL/0.9.8k Windows 7 Home Premium 64-bit I have installed Zend Studio,…
Richard
  • 392
  • 3
  • 17
4
votes
2 answers

Use Zend_Queue without Zend Server

Is it possible to use Zend Queue without to have Zend Server installed on a server ?
Mickael
  • 113
  • 1
  • 6
4
votes
0 answers

Running Zend Server alongside Softaculous AMPPS?

I currently do most of my local server testing using Softaculous AMPPS. However, I would like to see if I can install and run Zend Server under the same AMPPS Apache installation without disrupting anything. I really want the Zend Optimizer, Loader…
eComEvo
  • 9,511
  • 21
  • 69
  • 123
3
votes
1 answer

Need help upgrading PEAR to install PHPUnit

I'm trying to install PHPUnit with PEAR. Here's what I'm running... PEAR Version: 1.7.2 PHP Version: 5.3.8-ZS5.5.0 Zend Engine Version: 2.3.0 Running on: Windows NT L-PC 6.1 build 7600 (Windows 7 Home Premium Edition) i586 When I try the install, I…
liz
  • 812
  • 14
  • 32
1
2 3
15 16