I recently installed Zend Server CE but I can't get php-win to do anything. When I run a cmd script using the standard php call it works perfectly but any call using php-win just fails to do anything. No output; nothing.
For example:
php C:\path\to\script
The above works.
But the below doesn't do anything:
php-win c:\path\to\scrip...
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 product and if so can you share your experiences with it and maybe you could also elabor...
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 Zend Server install without problems?
The application must run 24/7 and i need a reliabl...
I was wondering if anyone has an Aptana / Zend Debugger combination which is actually working.
I have the latest Zend Server CE installed which has Zend Debugger enabled by default and I have the latest Aptana IDE installed. For a few days already I've been trying to make those two work together... to no avail.
When I run the Aptana deb...
I am setting up web application development environment on my localhost. I am used to use WAMP server but I noticed Zend Server which looks promising. I am developing both Zend Framework and non framework applications.
Which of these two would you suggest? Is there another option?
...
I am using ExtJS to send an Ajax request to a PHP page on a server, wanting to send the parameters as POST variables rather than in the querystring.
I have included a random token in the querystring since we were having caching issues on one of our proxy servers.
Ext.Ajax.request({
url: 'ajax.php?action=test&randToken=' + generateRando...
Hi,
I am using Zend Server CE with windows XP. I am trying Virtual host.
My server port is 8080.
Server default document root is C:\Zend\Apache2\htdocs. and my project is on c:\workspace\projectname
My Virtual host file is as follows.
NameVirtualHost *:8080
<Files ~ "^\.ht">
Order allow,deny
Deny from all
</Files>
<Virtua...
Is it possible to use Zend Queue without to have Zend Server installed on a server ?
...
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!
...
Hi
On our development PC we need to have a prepend file (loaded via auto_prepend_file in php.ini) to set up severals paths. This prepend.php file is used on all of our server and help us to easily configure all applications.
But the Zend Server 5 GUI (http://localhost:10081/ZendServer/) does not work when auto_prepend_file is set, and A...
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 401 page:
Is there any way to turn it off? I use Zend Server Community Edition 5.0 with...
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, downloaded and installed Zend Server. Zend Studio does not automatically detect Zend S...
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 the following in my vhosts file and while the site loads up, most links show "local host ...
I have previously installed WAMP on my windows, and now I am trying to install Zend Server 5 CE 5.3.1 Win x86.
During the installation of Zend Server, there is a step asking about:
web server port : 80
zend server interface port : 10081
I kept to the default. After the installation, I tried to access http://localhost,and is able to ...
I am running Zend Server,Zend Studio (Trial versions) on Ubuntu 9.10. I am also using xampp to do most of my development. I plan to use Zend Server only to do URL profiling to know function level performance of my code. Is it possible to configure Zend Server to use XAMPP's MySQL database instead of installing a new mysql instance for Ze...
I have Zend Server for i5/OS and want to connect (in PHP) to local DB2 Instance. Do I need DB2 Connect product to call any program on i5/OS? If I can use ODBC Driver, can somebody - please - give me an url to some place where I can download it (OpenSource?) ?
Another question: Is there any PDO_ODBC or ODBC adapter for Zend Framework's Z...
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?
...
Hi guys,
I'm setting up PHP Eclipse with Zend Server CE as a debugger.
I start debugging a file, and it opens either in the internal web browser or in Firefox.
However, when stepping through the file, after a minute or so the internal web browser stops waiting for a response and brings up a file download box. e.g. if I was debugging i...
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 windows.
when i edited my old file, index.php, i saved it then ran in debug mode, but it look...
I'm trying to set up Symfony on my 64-bit Vista laptop that's using Zend Server CE for an all-in-one PHP stack. I'm trying to configure it with Netbeans as the IDE but I keep getting an error when I try to create a Symfony project; I've pointed it to my PHP.exe file located in C:\Program Files (x86)\Zend\ZendServer\bin\php.exe and my sy...