I think I'm making progress, but I'm not there yet. I'm running PHP 4.4.4 and Apache 2.2.3. This to get the best compatibility with my two live sites at my web hosting service, where they run PHP 4.4.1 (one site) and 4.4.2 (the other site). Apache is listed as 2.0. I changed the httpd.conf as follows, but now Apache fails to start -
* LoadModule php4_module "C:/PHP/php4apache2.dll" - added among other load module statements (C:\PHP is where the .dll is located). * PHPIniDir "C:/PHP" - added after DocumentRoot and before <Directory /> * AddType application/x-httpd-php .php - added after "TypesConfig conf/mime.types" in <IfModule mime_module> Apache will start OK with the AddType statement, but not with LoadModule or PHPIniDir.
_______________________________________________ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php
