MySQL Forums
Forum List  »  PHP

Problem link PHP 5.1.2 + Mysql 5.0.18 + Apache 2.0.55
Posted by: Rachman M Heryanto
Date: February 14, 2006 04:31AM

Dear all,

We have a problem when linking the Apache 2.0.55 + PHP 5.1.2 + Mysql 5.0.18.

After we add/uncoment the extensions on php.ini, php_mysql.dll and php_mysqli.dll was not loaded.
When we trying other extensions, its module loaded, for example i'm enabling php_bz2.dll.
We already check from web using <?php phpinfo(); ?>, the result php_mysql.dll and php_mysqli.dll wouldn't exists.
here some my php.ini :
...
extension_dir = "c:/php/ext/"
...
;extension=php_mbstring.dll
extension=php_bz2.dll <-- Enable / already uncoment -- exsist when check <?php phpinfo(); ?>
;extension=php_curl.dll
;extension=php_dba.dll
;extension=php_dbase.dll
;extension=php_exif.dll
;extension=php_fdf.dll
;extension=php_filepro.dll
;extension=php_gd2.dll
;extension=php_gettext.dll
;extension=php_ifx.dll
;extension=php_imap.dll
;extension=php_interbase.dll
;extension=php_ldap.dll
;extension=php_mcrypt.dll
;extension=php_mhash.dll
;extension=php_mime_magic.dll
;extension=php_ming.dll
;extension=php_mssql.dll
;extension=php_msql.dll
extension=php_mysql.dll <-- Enabled / already uncoment -- not exists when check <?php phpinfo(); ?>
extension=php_mysqli.dll <-- Enabled / already uncoment -- not exists when check <?php phpinfo(); ?>
;extension=php_oci8.dll
;extension=php_openssl.dll
;extension=php_oracle.dll
;extension=php_pgsql.dll
;extension=php_shmop.dll
;extension=php_snmp.dll
;extension=php_sockets.dll
;extension=php_sqlite.dll
;extension=php_sybase_ct.dll
;extension=php_tidy.dll
;extension=php_xmlrpc.dll
;extension=php_xsl.dll

---- HTTPD.CONF ---
LoadModule php5_module "c:/php/php5apache2.dll"
PHPIniDir "c:/php"
AddType application/x-httpd-php .php
-----------------------

Any ideas ???? thanks

Options: ReplyQuote


Subject
Written By
Posted
Problem link PHP 5.1.2 + Mysql 5.0.18 + Apache 2.0.55
February 14, 2006 04:31AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.