2.2
PrintShop Web Installation Guide | 37
include_path string
Specifies a list of directories where the require(), include() and fopen_with_path() functions look for
files.
Below you'll see the path as used by the standard PrintShop Web installation (PrintShop Web
installer):
include_path="C:/Program Files/PrintShop Web/Apache/PHP/PEAR"
PEAR Package
PEAR provides PHP components in the form of so called "Packages". PrintShop Web make use of
certain PEAR packages. These packages are included with the PrintShop Web installation and reside
inside the PrintShop Web web site file. The PEAR main package needs to be installed to enable the
use of PEAR packages. Normally PHP includes the base installation of PEAR, unless PHP has been
compiled with the configure flag-without-pear.
The PEAR base installation can be found at the following location: http://pear.php.net/package/PEAR
When encountering any problems you should check if an include path exists in the php.ini file pointing
to your PEAR folder.
Zend OptimizerTM
PrintShop Web uses the Zend Optimizer to boosts PHP performance and must be installed. Many PHP
configurations already include the Zend Optimizer module.
The Zend Optimizer can be downloaded for free at the following web site: https://www.zend.com/store/
free_download.php?pid=13
Apache
PrintShop Web requires specific settings for the Apache HTTP server. This section shows you how to
customize the Apache configuration file (called httpd.conf).
Apache configuration files contain one directive per line. The back-slash "\" may be used as the last
character on a line to indicate that the directive continues onto the next line. There must be no other
characters or white space between the back-slash and the end of the line.
Directives in the configuration files are case-insensitive, but arguments to directives are often case
sensitive. Lines which begin with the hash character "#" are considered comments, and are ignored.
Comments may not be included on a line after a configuration directive. Blank lines and white space
occurring before a directive are ignored, so you may indent directives for clarity.
Serverroot
The ServerRoot directive sets the directory in which the server lives. By default the PrintShop Web-
installer sets the server root to the following path:
ServerRoot "C:/Program Files/PrintShop Web/Apache"










