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

Zend Debugger with Zend Server 5.6.0 & PhpStorm 5.0

I am running Zend Server 5.6.0 which is PHP 5.4 and I am using PhpStorm 5.0. I am looking to put some profiling and debugging in place. I have configured everything that I can see in PhpStorm, when I run the debug from the IDE it runs the script,…
Jucks
  • 400
  • 4
  • 10
2
votes
4 answers

how to restart apache in zend server

I have Zend Server CE installed on my windows computer. I have made some changes in httpd cofig file. Now I want to restart apache. I haven't found any option to restart apache. There is just one option "Restart PHP". Can any body tell me from…
Awais Qarni
  • 17,492
  • 24
  • 75
  • 137
2
votes
1 answer

Generate SSL Key in Zend Server CE - Windows

I'm trying to generate certficate request for zend server ce on Windows (I'm using openSSL). I'm also using this online tools to generate command: tools.ssl.com But when I tried to run, the openSSL have problem: Unable to load config info from…
Viktor
  • 139
  • 3
  • 16
2
votes
1 answer

How does Zend Server deal with database migrations during application deployment

So I've been playing around with Zend Server to deploy and manage my PHP Applications. The application deployment and roll back is kind of neat, but how does it deal with database migrations if there are any? Does anyone have any experience with it…
Reza S
  • 9,480
  • 3
  • 54
  • 84
2
votes
1 answer

Zend server deployment

I'm deploying sample Zend apps on Zend server, following official tutorials. No matter what I deploy the only thing that I can access is the hello world page (Hello world says hello). How can I access real application? host/address/public and…
1
vote
0 answers

Sphinx mac osx Lion with zendServer

The follow issue I have. I try to install Sphinx on my Mac OS X Lion but it fails by the command 'make'. The './configure' looks to work well, I get the message 'Thank you for choosing Sphinx!'. After I want to run the command 'Make' it goes…
directory
  • 3,093
  • 8
  • 45
  • 85
1
vote
3 answers

Zend Server can't connect to mysql

I've installed Zend Server CE on Windows 7 and I can't connect to MySQL. When I try to log into phpMyAdmin I get the following error #2002 Cannot log in to the MySQL server When I try to connect through a test PHP script like so... $db =…
liz
  • 830
  • 14
  • 32
1
vote
2 answers

How to enable GZip compression in Zend Server CE

I work with Falsh buider and httpserver. To accelerate result display, I'd like to activate compression on Zend Server. I create .htaccess on /usr/local/zend/apache2/htdocs/, like this: SetOutputFilter DEFLATE # Insert…
Flex60460
  • 933
  • 2
  • 18
  • 49
1
vote
1 answer

Whats happening with Zend

I apologise in advance as this is not stricltly a coding question, but, I wanted to canvass as wide a spectrum of opinion as possible. I have been using hte Zend php stack (among others) for some years now mainly because htey offer the best ORACLE…
James Anderson
  • 27,109
  • 7
  • 50
  • 78
1
vote
2 answers

how to install .jar file onto zend server CE and call it from a php script

I have the zend javabridge working. Now I want to call a .jar file myWebTest.jar with an class of the same name. Then i want to call a function testWeb which returns a hello world string. This in on 32bit Win 7 professional system I added…
Jim
  • 1,966
  • 3
  • 24
  • 33
1
vote
1 answer

Zend php.ini throws error on command line

I try to run a zend framework script on the command line. This works well but every time I execute a php script it gives me a lot of warnings and errors back, What is the problem? and how can I resolve this? I put the zend php.ini in /etc/ because…
directory
  • 3,093
  • 8
  • 45
  • 85
1
vote
1 answer

create project permission denied in htdocs

I just downloaded the Zend Server on Windows 7. When I try and create a project in the apache2/htdocs folder, I get the following error statement: C:\Program Files (x86)\Zend\Apache2\htdocs>zf create project newproject PHP Warning: mkdir():…
liz
  • 830
  • 14
  • 32
1
vote
1 answer

ICU upgrade for intl extension on zend server ce macosx

Where do I install the new version of icu for intl ext on zend server ce macosx? I tried as described on readme file but it installed it in /usr/local/lib and zend server is in /usr/local/zend Zend phpInfo still shows the old one. How do I get it…
user957238
  • 11
  • 2
1
vote
2 answers

Alternative for Zend Job Queue

Is it alternative solution for Zend Job Queue what could be used without Zend Server ? My application need to accept quick request and provide quick response (receipt) and limit this part to database entry. After this additional process should be…
bensiu
  • 24,660
  • 56
  • 77
  • 117
1
vote
1 answer

How do i set up Zend Server on Mac?

I have a mac, and want to set up Zend Server. I am not a php developer but experimenting and when in stalled it and all, i can access the administration control etc, but when i try to add my own code to the rood documents folder, it says it can't…
Doz
  • 7,009
  • 12
  • 61
  • 69