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
6
votes
1 answer

PHP include path order and status cache

I am building a framework where product instances use the main framework files, until there is a copy of it's own version of that file. To achieve this I have done the following: set_include_path(MY_PRODUCT_ROOT.'/' . PATH_SEPARATOR .…
Prof
  • 2,898
  • 1
  • 21
  • 38
5
votes
1 answer

PHP crypt() with sha256 in Zend Server CE 5.5 truncates the supplied salt

During an upgrade from Zend Server CE 5.1 to Zend Server CE 5.5, PHP also got an upgrade from 5.3.5 to 5.3.8. After this transition the login function for a zend application I'm working on suddenly broke. Trying to debug it, it looks likes the…
Patrick
  • 1,044
  • 1
  • 10
  • 18
5
votes
4 answers

Drupal 7 is unable to install modules

My instance of Drupal 7 is unable to install new modules via FTP link. The error message that comes up is as follows : Warning: fileowner() [function.fileowner]: stat failed for temporary://upd92FE.tmp in update_manager_local_transfers_allowed()…
Benjamin Wong
  • 599
  • 1
  • 8
  • 21
3
votes
2 answers

Use the php that comes with zend server from the command line on Mac

I have installed zend server on my mac and i think that there are two installations of php on my mac (i hate mac bythe way, i'd love to get back to windows 7), i think that a script i'm running from the command line (phpcs) is using the php command…
Nicola Peluchetti
  • 76,206
  • 31
  • 145
  • 192
3
votes
0 answers

Empty property of $mysqli->error on PHP 5.3

When I execute sql queries on my php applciation using MySQLi, errors are always empty or null so disabling me from logging or printing them which is rather frustrating... I have not experienced any issues inserting, updating or deleting data with…
gxtaillon
  • 1,016
  • 1
  • 19
  • 33
3
votes
1 answer

zend server - php version upgrade

What is the best approach to upgrade from Zend Server CE 5.0 with php 5.2 to Zend Server CE 5.1 with php 5.3? Uninstall and reinstall? Install over existing version?
webgr
  • 494
  • 7
  • 14
3
votes
1 answer

Why three different versions of PHP?

Why have the PHP teams got three different stable versions of PHP on the go? These are: 5.6, 5.5, 5.4, and they've just recently released version 7 alpha. Could someone enlighten me as to why the PHP group decided that three different stable…
user4278933
3
votes
1 answer

PHP Default Timezone issue on Fedora + Zend Server CE

I have ZendServer CE (PHP 5.2) installed on a Fedora VM, and I have the system timezone set to 'America/Chicago'. I have date.timezone = 'UTC' in my php.ini file, and when I call date_default_timezone_get(), or display date('T') on a web page, it…
Dave Morris
  • 856
  • 9
  • 25
3
votes
1 answer

Fatal Error: DOMDocument not found after Zend Server CE Update

I'm working with Zend Server CE on a Windows 7 (64bit) System. I'm developing a website with Zend Framework 2.0. In this website I use DOMDocument to analyse an external website (given by URL). I started this project with Zend Framework 1.12 and…
2
votes
1 answer

Lost connection to MySQL on MAMP after installing Zend Server CE

I had MAMP running on my Mac. I installed Zend Server CE to debug the code in Zend's htdocs folder. PHP debugging works but the site cannot connect to MySQL on "localhost". Do I need to specify that it connects to Zend Server's MySQL? If so, how…
nuway
  • 2,324
  • 4
  • 27
  • 48
2
votes
2 answers

xDebug doesnt show HTML output (Mac OSX Lion)

I just installed xDebug, It seems to work but I just get plain text output on my pages. How can I get the html output of xDebug like it should be? My php.ini has html_erros ON, my machine is Mac osx lion. zendServer; Zend Data Cache | Off Zend…
directory
  • 3,093
  • 8
  • 45
  • 85
2
votes
3 answers

using php is_dir('~/tmp') works on one machine, but not on another. Why?

I am trying to run the following code: is_dir('~/tmp'); On a shared LAMP stack. It works fine, and returns TRUE. (That directory exists.) When I run the same code on my local box (Mac OSX 10.5, running Zend Server Community Ed) I get FALSE which is…
meriial
  • 4,946
  • 2
  • 23
  • 21
2
votes
2 answers

Zend Server CE, After Uninstall, localhost doesn't work

This is odd... I installed Zend Server to test it out. Turns out I don't like it and I wanted to go back to MAMP. But after the Zend Server CE uninstall, "localhost" no longer works. I can only access MAMP from 127.0.0.1 Frustrating and I'm not…
dcolumbus
  • 9,596
  • 26
  • 100
  • 165
2
votes
1 answer

Switched from Zend Debugger to XDebug -Zend Server giving me an UserServer Error

I switched from Zend Debugger to XDebug, while I got XDebug to work fine, my zend server isn't starting up right. I get the following error message in the browser window: UserServer Error: Call to non-existing function:…
Ali
  • 7,353
  • 20
  • 103
  • 161
2
votes
0 answers

php filetype() function doesn't work on mounted directory

I have an Ubuntu machine running zend server (CE). I have a cifs mount /mnt/disk1 but when I try to run the filetype function on that directory or any other file inside of it, I get this warning: PHP Warning: filetype(): Lstat failed for…
Rudacles
  • 183
  • 1
  • 1
  • 6
1
2 3 4 5 6