Zend Technologies is a web infrastructure software company that develops applications for PHP, such as Zend Optimizer.
Questions tagged [zend]
38 questions
1
vote
1 answer
Can't start xdebug
I managed to install xdebug and enable it through local php.ini files when needed.
It was working just fine for about a month, but today It doesn't.
If I try to start a debug session with Zend Studio IDE, it gets stuck in "57% launching: waiting…

razor7
- 135
- 10
1
vote
0 answers
Suphp connection reset by peer in error logs
In my Linux server's logs I have this record nearly every 5 minutes. I couldn't find the reason for two weeks and I would be very happy if you can recommend me a way to diagnose the problem.
It is inside error_log file. I use php 5.3.8 and litespeed…

trante
- 131
- 6
1
vote
1 answer
php zend_extension getting ignored when self-compiling php
I am trying to load Zend Optimizer into my self-compiled php.
Here is how i compile my php:
wget http://museum.php.net/php5/php-5.2.6.tar.gz
tar xvfz php-5.2.6.tar.gz
cd php-5.2.6
./configure --prefix=/usr/local/php --with-apxs2=/usr/bin/apxs2…

Zulakis
- 4,153
- 14
- 48
- 76
1
vote
1 answer
installing zend debugger, ubuntu 12.04
I'm trying to install zend debugger in my ubuntu desktop with php 5.3 which I installed from ubuntu repositories.
I have copied debugger plugin 5.3.x from zend.com to /usr/lib/php5/20090626+lfs and added the code below to php.ini file located at…

yaser
- 95
- 2
- 8
1
vote
3 answers
How to install php cli with pnctl alongside Zend Server
I have Zend Server CE 5.6 with PHP 5.2 running on Ubuntu 11.10. Now the need has arisen to run a command line PHP script that uses PHP's pnctl functionality.
First of all, I had no PHP command line in my path, so I made a symlink from the Zend…

fazy
- 770
- 3
- 8
- 13
1
vote
0 answers
Can I run Zend Server along with already-installed LAMP Stack?
I already have Apache2+MySQL+PHP installed and am using it on Ubuntu Linux.
I would like to test out the Zend Framework installation bundled with Zend Server, since the server is supposed to be optimized for the framework. But I don't want it to…

Buttle Butkus
- 1,741
- 8
- 33
- 45
1
vote
1 answer
Zend Optimizer not compatible with PHP+APC+Drupal. Can I disable it for Drupal-run domains?
I use the following set up:
PHP Version 5.2.17
Apache/2
Zend Optimizer v3.3.3
Drupal 7.8
As far as I read other articles and questions, Zend Optimizer doesn't do any good neither for PHP5 nor for D7.
I would like to use APC as PHP cache but…

LLub
- 153
- 1
- 11
1
vote
2 answers
http://localhost does not work, http://127.0.0.1 works
Iam running Zend with Apache and got to see a strange behaviour....
If i type http://127.0.0.1 in my browser url, it works fine, but after typing: http://localhost, i will get a file download window, saying file type as: application/x-httpd-php
And…

shasi kanth
- 179
- 1
- 3
- 11
1
vote
1 answer
how to redirect www.example.com to example.com via htaccess while on zend framework
as you may know zend framework uses .htaccess for redirection purposes
so when I tried to follow this advice: http://techpp.com/2010/06/28/how-to-redirect-www-urls-to-non-www-urls-and-non-www-to-www/
in conjuction with the necessary .htaccess code…

kamikaze_pilot
- 125
- 5
1
vote
3 answers
phpmyadmin configuration on zend server community edition
hi i am new to zend and i installed zend server in my local machine, i found phpmyadmin on my instalation directory and i copied it on htdocs. while running http://localhost/phpmyadmin it appears login page and when i enter username and password it…

kamal
- 153
- 1
- 7
0
votes
1 answer
PHP5-FPM on Nginx crash Zend/zend_language_scanner.c: no such file or directory
Our current configuration:
Debian 8.6
Nginx web server
PHP5-FPM v5.6.27-0+deb8u1
Zend Engine v2.6.0 with Zend OPcache v7.0.6-dev
We use Phalcon framework v2.0.11 (and v2.0.13 on test environment, where we experience the same errors). In order to…

tobia.zanarella
- 419
- 3
- 6
- 11
0
votes
2 answers
MySQL connecting issue with Zend App
I've set up a VirtualHost on my local machine (Windows XP with XAMP installed) and installed Zend there as well, now I'm trying to connect to the MySQL database and I get the following error message:
Message: SQLSTATE[HY000] [2003] Can't connect to…

wheresrhys
- 181
- 1
- 9
0
votes
1 answer
Qmail / Zend Mail - RFC 5322 compliant
My company is getting spammed by itself, or rather by it's Qmail, we've got a few automated processes sending out e-mails with Qmail and Zend Mail.
I'm not a expert in either of these, (I know literally nothing about them), and the 'spam e-mails'…

Epodax
- 121
- 8
0
votes
2 answers
How to make Zend 2 and Nginx work?
I'm trying to make my Zend2 Application to work with Nginx instead of Apache.
I googled the WWW for a solution but haven't found a thing regarding Zend 2 and Nginx, all I found were some old old post on how to make the older zend (1) framework work…

Evils
- 117
- 2
- 9
0
votes
1 answer
Alias for Drupal "Sites" folder with Apache on Windows Server 2008
I'm having to move a number of sites from a LAMP stack to a WAMP one, provided by Zend, and I've hit a problem. Our architecture is a number of loadbalanced web servers which have their own local webapp drives which are kept in sync with one server…

sgtbeano
- 340
- 5
- 14