Ask a Question related to PHP Notes, Design and Development.
-
olivieri@onyrix.com #1
note 33780 added to install.iis
Windows 2003 Web Edition + PHP 4.2x or more... how to install and config:
JUST 5 STEPS:
1) copy php4ts.dll into c:\windows\system32\
2) copy php.ini into c:\windows\
3) In IIS Manager add and allow a Web Service Extension named PHP linked to the xx\PHP\sapi\php4isapi.dll
4) DO NOT add any php ISAPI FILTER... (you have done it in step 3)
5) In IIS Manager / Your website PROPERTIES / Home Directory / Configuration add an application extension .php linked to xx\PHP\sapi\php4isapi.dll - all verbs - check script engine - check verify that file exists...
RESTART IIS 6.0 and enjoy PHP
[url]http://www.onyrix.com[/url] - Dino Olivieri.
----
Manual Page -- [url]http://www.php.net/manual/en/install.iis.php[/url]
Edit Note -- [url]http://master.php.net/manage/user-notes.php?action=edit+33780[/url]
Delete Note -- [url]http://master.php.net/manage/user-notes.php?action=delete+33780&report=yes[/url]
Reject Note -- [url]http://master.php.net/manage/user-notes.php?action=reject+33780&report=yes[/url]
olivieri@onyrix.com Guest
-
note 33869 added to install.apache2
If you already have Apache+PHP installed in RH8 or RH9 and would just like to upgrade your PHP version, you will need to download the latest version... -
note 33853 added to install.apache2
I tried to install it, but 'make install' ends in an error: Installing PEAR environment: /usr/local/lib/php/ make: *** Segmentation fault... -
note 33760 added to install.apache2
If you get a message like this: "couldn't load module /php_root_dir/sapi/php4apache2.dll" when starting Apache2 and the php4ts.dll is already in... -
note 33677 added to install.windows
subject: error message while loading module php4apache2.dll under Windows XP, Apache 2.0.46 and PHP 4.3.2 Hi all, as many others I had... -
note 33623 added to install.apache2
For MS Windows users, you MUST do not forget to copy the "php4ts.dll" file into the folder where the "php4apache2.dll". ---- Manual Page --...



Reply With Quote

