Browse a Listing
Top > PHP > Tips and Tutorials > Installing PHP
Popular Tags
Free Script links
Editor's note: With this debut column, Ken Coar joins LinuxPlanet as a monthly columnist. Coar's background as a pioneer in the open-source community is impressive, as a member of the Apache Group and a director and vice president of the Apache Software Foundation. He is also a core member of the Jikes open-source Java compiler project, a contributor to the PHP project, the author of Apache Server for Dummies, and a contributing author to Apache Server Unleashed.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 15, 2006 Hits: 1 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR
Install PHP5 on Windows Machine (Windows 98/Me or Windows NT/2000/XP/2003).
This tutorial is intended for installations running on Apache server 2.0.5x. Apache versions 2.2 and greater are not supported!
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Feb 6, 2007 Hits: 18 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Learn how to compile a custom-built version of PHP 5 from the source, and replace the stock build on a FreeBSD VPS server from Verio. The purpose of the custom-build is to install some extensions that can not be dynamically loaded and must be compiled in, specifically tidy and zip. These notes show how to build the Apache 2 shared module and CLI versions of PHP, but not the CGI version.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Jun 19, 2007 Hits: 21 Rating: 2.00 Votes: 1
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR
Gettext is a sweet library that makes implementing a new language version in your PHP application real sweet – no need to mess about with hundres and thousands of definitions. Basicly everytime you have a text string that need to be translated you as following in the code:
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Dec 14, 2007 Hits: 1 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
This is about installing PHP 5.2.4-Win32 on IIS 7,the new Web Server running on Vista 32 bit.You can visit the PHP website and download the php version php-5.2.4-Win32.zip for the manual installation not the windows installer version,which,I believe is encountering some problems..As IIS 7 is not installed by default on Vista,you will have to install it as well.See this step by step tutorial to learn how to do it.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Feb 1, 2008 Hits: 139 Rating: 5.00 Votes: 1
Member Reviews
Visitor Ratings
Google PR
In a previous tutorial it was shown how to set up the php/java bridge on Windows using the Apache
webserever. In this tutorial you learn how to do the same using Windows IIS web server. Though this is a
beginners tutorial you are expected to have some familiarity with IIS. Notice that the version of the PHPJava bridge
used is the older version 3.2.1. Though not the latest version this is the most Windows friendly software. It contains a dll
file that surpasses the one distributed in PHP 5. There is also documentation to be found and you can ask questions about usage on the
mailing list.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Jun 27, 2008 Hits: 0 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Want to run PHP and access Java? Here's how to do it on Windows XP using Apace and Apache Tomcat. Apache Tomcat is a Servlet container developed at the Apache Software Foundation (ASF). Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Sun Microsystems, and provides a "pure Java" HTTP web server environment for Java code to run. Tomcat should not be confused with the Apache web server, which is a C implementation of a HTTP web server; these two HTTP web servers are not bundled together. Apache Tomcat includes tools for configuration and management, but can also be configured by editing configuration files that are normally XML-formatted.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Jun 29, 2008 Hits: 8 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR