The following text provides a description of each of the Zend Server Community Edition components that are installed in your environment along with the installation location of each component.
Not all users decide to install their software in the same location. To reflect this actuality, all paths in this document have been replaced with the following prefix: <install_path>. This represents the location of the installed files. If you used the default settings, the location should be as follows:
Windows: C:\Program Files\Zend\ZendServer
Windows 64 bit C:\Program Files (x86)\Zend\ZendServer
DEB/RPM: /usr/local/zend
Mac: /usr/local/zend
For Zend Server Community Edition installation directories, see the Zend Server for IBM i Installation Guide.
Component |
Loaded |
Description |
Installation Path |
Comments |
PHP |
+ |
The Zend certified version of PHP 5.2.x , 5.3.x or 5.4 x that includes commonly used and Zend extensions. |
Windows: <install_path>\bin RPM, DEB: <install_path>/lib/php/libphp5.so Mac: <install_path>/apache2/modules/libphp5.so The extensions for all are under: <install_path>/lib/php_extensions |
|
|
||||
Zend Optimizer+ |
+ |
Zend’s extension for using opcode caching and optimizations for PHP. |
Windows: <install_path>\lib\optimizerplus RPM, DEB
|
|
|
||||
Zend Guard Loader |
+ |
The Zend Guard Loader for running PHP, encoded with Zend Guard. |
Windows: <install_path>\lib\loader RPM, DEB
|
|
|
||||
Zend Debugger |
+ |
Zend’s extension for server side debugging, profiling and code coverage. |
Windows: <install_path>\lib\debugger RPM, DEB
|
|
|
||||
Zend Cache |
+ |
A Zend extension for PHP data caching and partial PHP output caching. |
Windows: <install_path>\lib\datacache RPM, DEB
|
|
|
||||
Java Bridge |
+ |
Enables integration of Java libraries and classes within PHP applications. |
Windows: <install_path>\lib\jbridge RPM, DEBand Mac: <install_path>/lib/jbridge
Java Server Windows: <install_path>\bin RPM, DEB
PHP 5.2: <install_path>/lib/jbridge/php.5.2.x/zendbridge.so PHP 5.3 <install_path>/lib/jbridge/php.5.3.x/zendbridge.so |
Note: Requires SUN’s JRE 1.4 or later or IBM's Java
1.4.2 or later. 64 bit JRE is not supported. |
|
||||
Zend Framework |
+ |
Installs Zend's open-source framework for developing Web Applications and Web Services in PHP. |
Windows: <install_path>\share\ZendFramework RPM, DEB
|
This installs libraries containing the Zend framework components. |
|
||||
Oracle Instant Client |
+ |
This installs Oracle OCI (Oracle Instant Client Libraries) lightweight drivers for accessing Oracle Databases. |
Windows: <install_path>\bin RPM, DEB
Note: "Zend Server provides the Oracle Instant
Client 'Basic Lite' package, which only includes English error
messages, and support for ASCII, Unicode and Western European
character sets. If you need support for other languages and character
sets, please install one of the other Oracle Instant Client packages
available from Oracle, such as here: |
Required for Oracle database access from PHP. |
|
||||
phpMyAdmin |
- |
A popular open-source management tool for handling MySql Database over a Web interface. |
Windows: <install_path>\..\phpMyAdmin Mac: DEB and RPM: the distribution's default location.
|
Downloaded during installation. Only relevant for MySql Database users. |
|
||||
IBM DB2 RTCL |
- |
This installs the IBM DB2 run Time Client libraries for managing Database access. |
Windows: user defined location in a separate installer RPM, DEB
|
Downloaded during installation. Required for IBM DB2 access from PHP. |
|
||||
MySQL |
- |
Installs a complete MySQL database on the Web Server. |
Windows: <install_path>\..\MySQL Mac: <install_path>/mysql RPM, DEB: Not bundled.
MySQL server's user name and password Linux: Default - "root" Mac OS X: Default- "root" and no password Windows: Default - "root" and no password |
Downloaded during installation. Usually the password is "root" for administrators). For more information see: Working with phpMyAdmin to Manage MySQL |
|
||||
Apache 2.2.x Web server |
-/+ |
|
Windows: <install_path>\..\Apache2 Mac: <install_path>/apache2 DEB and RPM: the distribution's Apache package. |
Installed only if the option is selected. The alternative is to configure to an existing installation of IIS and then Apache will not be installed. |
|
The following is additional useful information on Zend Server Community Edition installed components usage.
By default, Zend Server Community Edition
for Mac comes with MySQL installed in the following location:
/usr/local/zend/mysql/
You can control the operation of MySQL by using the mysql.server in
the bin directory:
/usr/local/zend/mysql/bin/mysql.server
The available commands are: start | stop | restart | reload | force-reload | status
You may manage the MySQL server by using the phpMyAdmin which is installed by default and may be accessed on Zend Server Community Edition's Dashboard:
Note:
Access is possible only from the local machine.
The socket for MySQL is located in the following location:
/usr/local/zend/mysql/tmp/mysql.sock
Note:
For more information on using the MySQL DB, go to http://www.mysql.com/ .
|
|
|
Related Links: |
|
|
© 1999-2013 Zend Technologies, Ltd. All rights reserved.