[Vtigercrm-commits] [vtiger-commits] r4602 - /vtigercrm/trunk/pkg/php/php.ini

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Mar 28 06:14:53 EST 2006


Author: richie
Date: Tue Mar 28 04:14:49 2006
New Revision: 4602

Log:
mysql dll entry added
extensions renamed to ext as in php5

Modified:
    vtigercrm/trunk/pkg/php/php.ini

Modified: vtigercrm/trunk/pkg/php/php.ini
==============================================================================
--- vtigercrm/trunk/pkg/php/php.ini (original)
+++ vtigercrm/trunk/pkg/php/php.ini Tue Mar 28 04:14:49 2006
@@ -425,7 +425,7 @@
 user_dir =
 
 ; Directory in which the loadable extensions (modules) reside.
-extension_dir = "VTIGER_HOME\php\extensions"
+extension_dir = "VTIGER_HOME\php\ext"
 
 ; Whether or not to enable the dl() function.  The dl() function does NOT work
 ; properly in multithreaded servers, such as IIS or Zeus, and is automatically
@@ -563,6 +563,7 @@
 ;extension=php_mime_magic.dll
 ;extension=php_ming.dll
 ;extension=php_mssql.dll
+extension=php_mysql.dll
 ;extension=php_msql.dll
 ;extension=php_oci8.dll
 ;extension=php_openssl.dll





More information about the vtigercrm-commits mailing list