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
2
votes
2 answers

Laravel Zray - Failed to communicate with Zend Server

I have recently started using Laravel Framework 5.6.7 and have everything running smoothly apart from the Zray toolbar it comes with. The toolbar displays the error: "Failed to communicate with Zend Server. See why..." the link takes me to the…
Flexander
  • 21
  • 1
2
votes
1 answer

Are Zend Server's OPcache and PHP's OPcache the Same Thing?

Zend Server, a commercial product developed by the Zend Corporation (since aquired by RougeWave) have a feature called OPCache. Stand alone open source PHP also has a feature called OPcache, available since PHP 5.5. Are these the same system? Or…
Alan Storm
  • 157,413
  • 86
  • 367
  • 554
2
votes
1 answer

php, zend debugging, svn setup for many developers

I'm trying to create an environment for many users to develop many php projects on. I've installed Zend server community edition on a Windows 2003 server. I've shared the apache/htdocs folder. Each user has a their own folder in htdocs,…
wkstar
  • 255
  • 3
  • 16
2
votes
2 answers

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 shared memory etc. Apart from Optimizer+…
webgr
  • 494
  • 6
  • 14
2
votes
2 answers

Eclipse PHP Zend: running old script even though it has been modified and saved?

i am running eclipse php with zendserver and debugging with zend debugger. that all worked. however, i just reinstalled windows 7 due to a computer crash and dragged over my eclipse folder from my old windows to my new (current) installation of…
Garrett
  • 10,560
  • 17
  • 74
  • 120
2
votes
2 answers

import/export CSV in IBM i (AS400) DB2

I'm preparing for an upcoming integration project where I need to import/export some data to/from our ERP into the File System. We run JD Edwards World 9.2 on an IBM iSeries/AS400 V6R1 machine. The software we are integrating with, requires that we…
Dimitri Shukuroglou
  • 355
  • 1
  • 4
  • 12
2
votes
2 answers

PHP page abruptly redirecting

I have the following code on my PHP page which gets a message from the client and stores it into a log file on the server. This function is called by a jquery AJAX function(given below). The AJAX request sends the data properly and the PHP code…
GKamath
  • 31
  • 3
2
votes
3 answers

Can I fully automate a dev machine build of Zend Server with Vagrant?

I've seen some examples of using Vagrant to quickly build dev machines. I see that the provisioning step in Vagrant allows you to "automatically install software, alter configurations, and more on the machine as part of the vagrant up process." …
Wes Grant
  • 511
  • 4
  • 10
2
votes
3 answers

ZendServer Expired licence in Openshift

When I have installed a Zend-Server in a Openshift gear, I have notice that indicates me the Zend Server Licence will expire in 7 days. Is this managed by Openshift or I have to buy a licence after 7 days?
2
votes
0 answers

How to set up virtual hosts properly on a windows machine using Zend Community CE?

I have set up Zend Server CE on a windows machine and am having the hardest time setting up virtual hosts. No matter what I do, links on my local machine are showing "localhost" in the path causing all images and links to not work properly. I have…
Scott F
  • 21
  • 4
2
votes
2 answers

How to turn off default HTTP status code errors in Zend Server?

Every time I return some status code in my PHP code, Zend Server gives me following error appended on the bottom of my website (with the message of HTTP code I returned). So for example, if I return 401, it gives me another 401 error appended to my…
Ondrej Slinták
  • 29,278
  • 20
  • 90
  • 124
2
votes
1 answer

How to install and activate ImageMagick (imagick) with Zend Server?

I'm trying to install and activate ImageMagick with Zend Server (on Ubuntu Server Linux), how could achieve it? (the documentation does not say how to add extra extensions)
David Morales
  • 17,105
  • 11
  • 72
  • 98
2
votes
0 answers

Zend Server resets to defaults on Zend Studio 10 startup

I' m running Zend Server 6.0.1 and Zend Studio 10 on Mac OS X Mountain Lion. Because Zend Servers Apache listens to port 10088 by default on Mac OS, I changed that in Apache configuration file to port 80. Additionally I changed document root to…
Sebastian Schmidt
  • 1,088
  • 7
  • 17
2
votes
1 answer

Getting 404 Error when the URI is right

I am using PHP 5.4, Zend Studio and Zend-Server. I am getting an 404 error when I use this uri: http://localhost/MyExample/public/index.php but when I use this uri I get the right page to display: http://localhost/MyExample/public/index.php/ I…
user751651
2
votes
3 answers

Installing Zend Server on Production Server/Machine

Hello i was wondering if anyone had to install/or is working with Zend Server. My Question is: If i install Zend Server on a production server will it mess up my existing PHP configuration? Will i have to bring my application offline first or will…
Andreas
  • 5,067
  • 4
  • 37
  • 58
1 2
3
15 16