Re: [PHP] MS SQL extension not loading

2006-04-27 Thread Laszlo Nagy
Hello Richard, I hope you remember my question. Richard Lynch wote: On Tue, April 11, 2006 11:45 am, Laszlo Nagy wrote: I have a problem with a Win2003 server, IIS6 and PHP 5.1.2. I have Microsoft SQL Server tools installed. C:\PHP is on the path. Extension dirs are configured correctly.

Re: [PHP] MS SQL extension not loading

2006-04-27 Thread cajbecu
Hello, Search for file: libssleay32.dll and copy it in windows\system32 folder. The problem will be solved. Laszlo Nagy wrote: Hello Richard, I hope you remember my question. Richard Lynch wote: On Tue, April 11, 2006 11:45 am, Laszlo Nagy wrote: I have a problem with a Win2003

RE: [PHP] MS SQL extension not loading

2006-04-14 Thread Bagus Nugroho
, required re-start the computer too. Just try it, hopefully it will help -Original Message- From: Richard Lynch [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 12, 2006 4:24 AM To: Laszlo Nagy Cc: php-general@lists.php.net Subject: Re: [PHP] MS SQL extension not loading On Tue, April 11

Re: [PHP] MS SQL extension not loading

2006-04-13 Thread Laszlo Nagy
Tim Huntley írta: Maybe this was already asked, but are you running 64bit Windows Server 2003 on that box? I've heard there's some wonkiness getting PHP and the various extensions to work on 64bit Windows. I'll ask this. c:\windows\system32\logfiles\W3SVC848989038\ Don't ask me why. :-)

Re: [PHP] MS SQL extension not loading

2006-04-12 Thread Laszlo Nagy
Hello Richard, Check the php.ini setting in the top portion to see where php.ini MUST BE for it to be read. It is telling me: Configuration File (php.ini) Path C:\WINDOWS Step #2: Find your php.ini file, and MOVE it to where phpinfo() wants it to be. I have my php.ini at

RE: [PHP] MS SQL extension not loading

2006-04-12 Thread Tim Huntley
Maybe this was already asked, but are you running 64bit Windows Server 2003 on that box? I've heard there's some wonkiness getting PHP and the various extensions to work on 64bit Windows. c:\windows\system32\logfiles\W3SVC848989038\ Don't ask me why. :-) All IIS logfiles -- be they HTTP,

[PHP] MS SQL extension not loading

2006-04-11 Thread Laszlo Nagy
Hello All, I have a problem with a Win2003 server, IIS6 and PHP 5.1.2. I have Microsoft SQL Server tools installed. C:\PHP is on the path. Extension dirs are configured correctly. The php_mssql.dll is present there. Everything looks okay, except that the server does not load the extension.

Re: [PHP] MS SQL extension not loading

2006-04-11 Thread Richard Lynch
On Tue, April 11, 2006 11:45 am, Laszlo Nagy wrote: I have a problem with a Win2003 server, IIS6 and PHP 5.1.2. I have Microsoft SQL Server tools installed. C:\PHP is on the path. Extension dirs are configured correctly. The php_mssql.dll is present there. Everything looks okay, except that