Questions tagged [zend-server-ce]

Zend Server Community Edition is the free edition of Zend Server, a PHP application server offered by Zend Technologies.

Zend Server Community Edition is the free edition of Zend Server, a PHP application server offered by Zend Technologies.

77 questions
2
votes
1 answer

php://input returning empty string

The following code recently started returning empty strings. It works on other systems, so it doesn't appear to be a problem with the code itself. I literally eliminated all of the server-side code, and it still did the same thing. I also tried…
webjawns.com
  • 2,300
  • 2
  • 14
  • 34
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
0 answers

URL Rewriting not working on Zend Server Community Edition 5.3.9

To @All, Nobody is here to answer this question? I have tried my below problem with following SO question Zend Server Community Edition .htaccess issue but could not get success. That's why posting my details question here as follows: I am having a…
Smile
  • 2,770
  • 4
  • 35
  • 57
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
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

PHP malloc error with Zend Server CE 5.6.0 and WSO2 WSF/PHP

After upgrading from Zend Server Community Edition 5.5 to 5.6, PHP runs into malloc error when I try to connect to web services with WSO2 Web Services Framework for PHP. The last line output in wsf_php_client.log is [debug]…
Patrick
  • 1,044
  • 1
  • 10
  • 18
1
vote
1 answer

Needing sqlsrv driver for PHP on Mac

I am running both, MAMP and Zend Server CE. I just installed the Zend Server because I read here: http://www.jesusomar.com/2011/07/22/mamp-php-and-mssql that it supports SQL Server out of the box. I did have to enable the extension and restart PHP…
user420095
1
vote
1 answer

htaccess causing index.php to download

I am working on a site that depends on the following htaccess file to create something of a virtual directory structure by redirecting to an index.php whenever the specified url doesn't exist on the system. AddHandler php5-script .php RewriteEngine…
Puggy
  • 13
  • 1
  • 3
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
3 answers

What is setting this phantom path in phpinfo?

I'm seeing an old path showing up on phpinfo under PATH. I've looked EVERYWHERE for it. Cannot figure out what's setting that path... Checked php.ini, the apache conf files, there's no .htaccess, nothing in the index.php. Unless the old path is…
joedevon
  • 2,649
  • 4
  • 28
  • 43
1
vote
0 answers

Zend server troubles... Cannot connect

I'm encountering troubles with WAMP so I'm giving Zend a try... I need some help getting it working though. I have Zend and Apache running... the guide says to place my files in the htdocs folder in Apache. I have my index.html in that folder and my…
tnw
  • 13,521
  • 15
  • 70
  • 111
1
vote
1 answer

Problem running PHP code in Zend Studio

I installed Zend Studio 8.0 and ZendServer-php-5.3.5-5.1.0-Windows_x86.exe. But I am having problem running a PHP code. I tried to run the default template DebugDemo.php. It loads the url http://localhost/ExampleProject/DebugDemo.php and shows the…
1
vote
2 answers

How to run Xdebug with Zend Server

I'm running Zend Server CE on Windows. I recently installed Xdebug (so that I could analyse code coverage with PHPUnit), however that stopped Zend from running. (I couldn't boot the http://localhost:10081/ZendServer/ page.) I know this is a…
DatsunBing
  • 8,684
  • 17
  • 87
  • 172
1
vote
3 answers

Ubuntu Zend Framework cli securityCheck Error

I followed all the instructions. I am on Ubuntu 10.10. using Zend Server Ce. In my .bashrc I have ld_library_path, zend framework library, etc. I can run zf, but its giving an error: Fatal error: Uncaught exception 'Zend_Exception' with message…
1
vote
4 answers

connecing to mysql with Zend Server CE

I have recently installed Zend Server Community Edtion on my Opensuse development server and it worked fine. The only problem is that it is not connecting to my MySql server!! It keeps throwing in the error: Message: PDO Connection Error:…
jhoevenaars
  • 183
  • 1
  • 2
  • 11