Zend Technologies is a web infrastructure software company that develops applications for PHP, such as Zend Optimizer.
Questions tagged [zend]
38 questions
0
votes
1 answer
Is it possible to have both ion cube and zend loaders running on the same server?
For ion cube I need this line
zend_extension = /usr/lib/php5/20060613+lfs/ioncube_loader_lin_5.2.so
while for zend I need this one
zend_extension = /etc/php5/ZendOptimizer.so
Are these loaders mutually exclusive and if no, what line do I need to…

Eugene
- 167
- 1
- 3
- 7
0
votes
3 answers
MySQL RESET [integer]
In an audit of queries running on our databases using tcpdump and Maatkit tools, the number one query is
RESET [int]
Running this statement from the MySQL command line results in an error as RESET should only accept parameters master, query cache…

sreimer
- 2,218
- 15
- 17
0
votes
1 answer
Developing Local Zend Applications with LAMP on Ubuntu - Virtual Host Configurations
I have several ZF projects running or closed, however, and until today, I always work directly on the remote server.
I would like to switch to a local environment while developing, so I was wondering if anyone would be kind enough to share with me,…

MEM
- 119
- 1
- 7
0
votes
1 answer
Zend Server + Daemontools
Is anyone running Zend Server under Daemontools?
I know I can use -D NO_DETACH to run apache under daemontools. But, I'm not sure if the other Zend Server components (monitor, lighthttpd, scd, jobqueue) have similar options.
(The end goal is "run…

Ben Williams
- 787
- 1
- 8
- 17
0
votes
2 answers
Ubuntu:to which folder extract zend ce server?
Hi i try to install zend ce on ubuntu 10.04. (I new ubuntu user)
to which folder extract zend ce server (tar)?
Thanks

Ben
- 775
- 4
- 9
- 19
0
votes
2 answers
PHP ZendOptimizer on Red Hat Enterprise Linux
I would like to install FlashMoto and the requirements are not unreasonable: PHP 5.2.1 or higher, Zend Optimizer 3.3 or higher. However my RHEL 5.4 provides me with PHP 5.1.6. So I tried the remi repository http://rpms.famillecollet.com/ but it gave…
Jacob Kristensen
-1
votes
1 answer
turn off autostart of Apache on Windows 7
Zend server install of Apache & PHP mysql starts servers at each reboot of Windows 7 PC.
How can I turn this off?
Now I have to run ApacheMonitor.exe from C:\zend_server\Apache2\bin
I checked:
C:\Users\me\AppData\Roaming\Microsoft\Windows\Start…

itp
- 13
- 1
- 4
-2
votes
2 answers
Crashing almost every minute
I have no idea why it's crashing. But here is some of my error log:
[Thu Dec 29 03:23:45 2011] [error] [client 94.142.134.238] File does not exist: /var/www/phpMyAdmin
[Thu Dec 29 03:24:38 2011] [error] [client 96.240.84.138] File does not exist:…

Muazam
- 197
- 2
- 10