>When I run a database script with MySQL I get the following 
>missing files:
>
>c:\php\extensions\php_dbx.dll
>c:\php\extensions\php_ifx.dll
>c:\php\extensions\php_ingres.dll
>c:\php\extensions\php_mcrypt.dll
>c:\php\extensions\php_oci8.dll
>c:\php\extensions\php_oracle.dll
>c:\php\extensions\php_sybase_ct.dll
>
>Where can I get these extensions? Im running the newest apache, php4 and
>MySQL. My theory is that it's looking for PHP3 files. Am I right? If so,
how
>do I fix this with my Apache?

Those file are Dynamic Link Libraries (executable code)
to support connectivity to different types of databases.
Sine you are using MySQL you don't have to care about them.


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to