You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wiki-changes@httpd.apache.org by Apache Wiki <wi...@apache.org> on 2007/10/11 21:39:13 UTC

[Httpd Wiki] Trivial Update of "PHPOnWindows" by henke37

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.

The following page has been changed by henke37:
http://wiki.apache.org/httpd/PHPOnWindows

The comment on the change is:
misc coment rewording

------------------------------------------------------------------------------
  While it is not strictly necessary, it does not hurt to save it in a separate configuration file.
  
  {{{
- #Preload the PHP interpreter dll
+ #Preload the PHP interpreter dll in order to avoid the dll hell problem.
  LoadFile "C:/server/php5.2/php5ts.dll"
  
  #Load the sapi module for Apache
@@ -20, +20 @@

  #Specify the directory that the php.ini is stored in
  PHPIniDir "C:/server/php5.2"
  
- #Configure Apache to to use the handlers specified for each extension
+ #Configure Apache to to use the handlers for the extensions
  AddHandler application/x-httpd-php .php
  AddHandler application/x-httpd-php-source .phps