Thanks to all who have tried to help me.
After battling for a couple of days now to get this going, I have
reinstalled the latest versions of Apache and PHP. I no longer get the
same problems, but a new one:
PHP does not seem to execute. When running php.exe from DOS prompt I get
this message:

    PHP.exe linked to missing export php4ts.dll:php_ini_path

Anyone encountered this before?

Oh, I have double-tripple checked the setup, but this is what I have:
= = = = = =
PHP setup:
1. ini file
in c:\windows\php.ini

2. extension_dir
I have tried both
extension_dir = "c:\php\extension\"
and
extension_dir = "c:/php/extension/"

3. doc_root
I have had it pointing to several directories (such as "c:\websites", as
well as embedded in the htdocs subdirectory in the Apache dierecotry),
but FAQT says it should be empty, which I have also tried.

4. extensions
At the moment I have not set any of these as I would first just like to
see of the system can run.
= = = = = =
APACHE setup:
1. LoadModule
I have tried with this on as well as commented out:
LoadModule php4_module c:/php/sapi/php4apache.dll

2.  ScriptAlias
     ScriptAlias /php/ "C:/Program Files/php/"
     ScriptAlias /php/ "C:/php/"

3. AddType
     AddType application/x-httpd-php .php
     AddType application/x-httpd-php-source .phps
     AddType application/x-httpd-php .html

4. Action
 Action application/x-httpd-php "/php/php.exe"
= = = = = =
WINDOWS setup: the Script Map:

.php    C:\PHP\sapi\php4isapi.dll
.php3    C:\PHP\sapi\php4isapi.dll

So where do I go wrong?
Thanks a lot
Jacques
--
___________________
Jacques Steyn

+27 (0)11 478-1259
http://www.knowsystems.com



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to