Questions tagged [zend]

Zend Technologies is a web infrastructure software company that develops applications for PHP, such as Zend Optimizer.

38 questions
9
votes
2 answers

What is Zend Server for?

I was just looking at Zend Server I am a little confused, is it something you run on Apache or something you run INSTEAD of Apache for using PHP?
JasonDavis
  • 2,658
  • 6
  • 25
  • 32
3
votes
1 answer

Using Zend Optimizer+ with php-fpm + nginx

Note: I am talking about a component previously in Zend Server, but is now a standalone module and open-sourced, and will be bundle with PHP 5.5, it has performance/usability edge over the more widely used APC. Now here is my problem, I cannot seem…
bitinn
  • 331
  • 1
  • 3
  • 12
3
votes
2 answers

Configuration parameter in xdebug for allowing multiple hosts on remote machine

I am working on one web application. The project located on my linux box i.e. server. We are remotely accessing this machine from windows. I am using xdebug for debugging alongwith Eclipse PDT. xdebug is installed on my server. Below configuration…
user52534
  • 137
  • 1
  • 3
3
votes
2 answers

PHP code protector

We are about to deploy our PHP web application in different branches of our company and I am looking for PHP code encoders as to protect our PHP scripts from tampering. I know that Zend Guard is probably the most ideal tool there is, but…
Andreas Wong
  • 219
  • 3
  • 10
2
votes
1 answer

Apache redirect http to https except specific source

I want to be able to redirect all traffic from http to https on our apache config, except for if the incoming request is from a specific source (in this case, it's originating from the same IP as the server). Context: we have a Zend server running…
2
votes
1 answer

Issue installing Ioncube with PHP 5.6.11 with Apache 2.4.16 on centOS 6.7

This is how I am compiling PHP 5.6.11 with apache2 2.4.16 on cenOS 6.7: ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-config-file-path=/usr/local/lib --with-mysql --with-curl --with-openssl --disable-fileinfo --enable-bcmath…
Hashmi
  • 143
  • 10
2
votes
0 answers

intermittent AWS Linux AMI server error "File does not exist: /var/www/html/var"

Intermittent error "File does not exist: /var/www/html/var" from all areas of a Zend MVC app resulting in pages occasionally failing to load - when normally they load perfectly. Our Set-up MVC app on a LAMP stack on AWS with: Zend 1 front end app…
goredwards
  • 211
  • 4
  • 8
2
votes
1 answer

Error while compiling PHP extension

I'm trying to install a php extension that is written in c and make use of MongoDB c driver. I have been trying for the last 2 days to compile and install the extension, however, I'm getting the same error. /usr/bin/ld:…
user140239
2
votes
4 answers

How to avoid index.php in Zend Framework route using Nginx rewrite

I am trying to get rid of index.php from the default Zend Framework route. I think it should be corrected at the server level and not on the application. (Correct me if I am wrong, but I think doing it on the server side is more efficient). I run…
Adam Benayoun
  • 1,138
  • 2
  • 14
  • 26
2
votes
1 answer

Apache doesnt respond after PHP script execution takes too long

We have a PHP application built with the Yii Framework, which connects to an Oracle DB and runs on Apache configured with Zend Core For Oracle. Apache also runs another application on a different port. We have a page that makes a complex query to…
2
votes
1 answer

php4 and php5 together, same extension, restrict 4 to a folder

Is there any way I could have php 4 and 5 installed in the same server, while keeping the same ".php" extension for both, and making it so only a specific folder (+subfolders) in the server run under php4? I have CentOS 5.5 x64 with whm/cpanel, so I…
hikari
  • 143
  • 1
  • 5
2
votes
1 answer

Placing SQL server in a Zend Server environment

our developers want to migrate from individual installations of php, apache and mysql to a more integrated environment. So they decided to switch to ZendServer installed on a VMware Workstation image deployed on each developers computer. While…
ceebee
  • 41
  • 1
  • 4
1
vote
1 answer

Bad response when try install opcache

I have problem for install zendopcache I try 1 time and other and always have the same result i don´t know what it´s bad because this can install with php 5.6 , thanks and also i delete and clean yum etc and the same response > [root@cp ~]# yum…
Jos
  • 31
  • 1
1
vote
1 answer

Suddenly TMP files cannot be renamed by Zend or other PHP programs

We have several virtual servers utilizing Zend Framework 2. Suddenly, we are getting errors when the applications are trying to rename TMP files to their permanent locations. Here is an example of the error messages: Message: File '/tmp/php4i88d1'…
Lee Fuller
  • 117
  • 6
1
vote
1 answer

Do I have to load Zend Apache/PHP extensions if I'm not using Zend Framework?

I'm configuring web server. I want to remove any unnecessary extensions etc. I'm not using Zend Framework and I will never use it on this server. When I check configuration (by using phpinfo()) I see, that Apache is loading some extensions related…
Kamil
  • 123
  • 6
1
2 3