php-windows Digest 16 Jun 2002 07:45:53 -0000 Issue 1194
Topics (messages 14228 through 14230):
PHP installation problem: php4ts.dll
14228 by: Jacques Steyn
14229 by: Ross Fleming
Re: [PHP-INST] PHP installation problem: php4ts.dll
14230 by: jreid.exumweb.net
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
Copy of php4ts.dll in c:\windows\system? You don't mention it in your
double triple check.
Ross
> -----Original Message-----
> From: Jacques Steyn [mailto:[EMAIL PROTECTED]]
> Sent: 15 June 2002 17:30
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: [PHP-WIN] PHP installation problem: php4ts.dll
>
>
> 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
>
--- End Message ---
--- Begin Message ---
It sounds like you did not move php4ts.dll to the c:\windows\system folder
as per the installation instructions.
--- End Message ---