[PHP-DB] RE: Problem installing mssql extension

2006-01-25 Thread Jim McDonald
mssql has a dependency on mysql. Go figure. MySQL has some dependencies, also, although they are a little easier to find info on and do not require installing other extensions. If you have the PHPRC system path set to your Windows PHP directory, you should be OK. Otherwise you may have to

Re: [PHP-DB] RE: Problem installing mssql extension

2006-01-25 Thread Frank M. Kromann
The MSSQL extension does not rely on MySQL in any way. The only required DLL is ntwdblib.dll. It would help if you could post any error messages or some sample code that shows your problem. The 'correct' installation is to copy ntwdblib.dll to windows\system32 on the system that runs the PHP

RE: [PHP-DB] Problem installing mssql extension

2006-01-25 Thread Jim McDonald
You still need to set the PHPRC system variable to c:\php5 (on the System Properties menu, Advanced tab, click Environment Variables). Also, PHP4 has an extensions directory. PHP5 should point to extension_dir = C:\PHP5\ext\ PLEASE NOTE that I disagree with Frank that the correct methodology is

RE: [PHP-DB] Problem installing mssql extension

2006-01-25 Thread Frank M. Kromann
Hi Jim, Using PHPRC is not needed on Win32. It's an option. If you read my post again you will see that I did not say anything about putting PHP dll's in system32. I was refering to ntwdblib.dll. This is not a PHP dll, it's a Microsoft DLL that will be installed with the CLient Tools. I agree

[PHP-DB] Force Multiviews in vhost.conf of PLESK to allow search-engine friendly URLs

2006-01-25 Thread Hassan
Hi everyone, I know it's pretty off subject but I just couldn't find anywhere on the Web, and it's almost PHP related. I have PLESK 7 Reloaded on my machine and Apache 2 with PHP 4.3.7 I've changed my /home/httpd/vhosts/mydomain.com/conf/vhost.conf to contain Only this statement:

Re: [PHP-DB] Problem installing mssql extension

2006-01-25 Thread Andrew Kleimeyer
So I was able to get the extension working. Here was my fix: I replaced my php_mssql.dll file with a download from: http://kromann.info/download.php?strFolder=php5_1-Release_TSstrIndex=PHP5_1 and everything worked perfectly. Any ideas what the problem was with my original php_mssql.dll file?