is there any other php.ini for command line execution???
--- Robert Twitty <[EMAIL PROTECTED]> wrote:
> Make sure the php.ini file used by the PHP command line interpreter
> has
>
> extension=php_mssql.dll
>
> The php.ini file used by PHP under Apache probably has this already
> specified. You
ok, i found the answer.
although i could not find the reason, u have to load php_mssql.dll
dynamically from the code with following line(it is not enough to set
from php.ini):
dl("php_mssql.dll");
but do not forget to put the DLL in directory C:\php4 .This is the
default directory for dl() fun
Make sure the php.ini file used by the PHP command line interpreter has
extension=php_mssql.dll
The php.ini file used by PHP under Apache probably has this already
specified. You can also just simply copy the php.ini for Apache over the
the one used for command line execution.
-- bob
On Tue, 7
No, they are supported on teh CGI version.
I don't know what you problem is now, but you just need to uncomment the
php_mssql.dll line in your php.ini file and make sure that you have the
extension. In addition, the MS SQL Client should be installed on the machine
in which PHP is running. It need
Hi Toby,
Ther is no difference in how MSSQL Server works on NT or Windows 2000. That goes for
both Client and server tools.
You should be able to do the same trick (copying ntwdblib.dll to winnt\system32) on a
Windows 2000 maschine.
You will get IIS5 on Windows 2000 where yoy have IIS4 on NT.
Hi All,
the key komponent is ntwdblib.dll installed in winnt\system32. The dll uses
other dll's to comunicate with the server dbmssocn.dll (tcp/ip) and dbmsnp.dll
(NetBios). All the communication dll's should be installed with the ODBC driver. Just
copy ntwdblib.dll from the SQL server to the
Toby,
Yes, the client is requires because the MSSQL module uses some libraries
from the client to function. I don't know which one. If Frank see this, he
might be able to give you some detailed insight. I just know it has to be
installed.
-Flint
-Original Message-
From: Toby Miller [mai