| |
PHP4
PHP4 is a popular, freely available web applications development
tool. PHP4 includes an HTML-embedded scripting language and a server-side preprocessor that
interprets the HTML-embedded code in order to create dynamically generated web pages. PHP4 also
supports several databases, including mSQL,
MySQL, and PostgreSQL,
and is commonly used for the development of database enabled web sites.
PHP4 is the newest version of PHP. It became available on May 22, 2000 and offers improved
performance, scalability, features, and extensibility over previous versions.
Installation
Do the following, depending on your Virtual Private Server O/S.
NOTE: With the release of PHP4.2.2, one of the default settings has
been changed. This has been found to affect several commonly used scripts, including TWIG.
If you are using TWIG or are having trouble with scripts that worked without problems
prior to upgrading to version 4.2.2, create a file named php.ini in the
~/usr/local/lib/ directory of your Virtual Private Server. The php.ini file
needs to contain at least this line:
register_globals = On
|
FreeBSD &
Solaris [PHP 4.2.2]
The best way to install PHP4 is to install the mod_php4
Apache Module. PHP4 can also be installed as a CGI to
which PHP4 files are redirected by your web server. Choose one of these:
NOTE: Any version of PHP prior to 4.2.2 has a known security
vulnerability which can compromise your Virtual Private Server. If you are using
PHP4.1.2 or earlier, we strongly encourage you to upgrade to version 4.2.2. |
BSD/OS Upgrade!
PHP4 is unavailable. Try PHP3.
Huh?
If you don't know the Virtual Private Server O/S, try the following:
TWIG - Web-Based E-Mail and More
TWIG (The Web Information Gateway) is a powerful
web-based intranet/groupware tool and application framework. It is implemented using PHP, an
HTML-embedded scripting language, and the MySQL database application.
More Information
For additional information about PHP4, including documentation, see:
|