php-windows Digest 20 Dec 2005 11:09:52 -0000 Issue 2852

Topics (messages 26579 through 26581):

Re: cant connect to mssql
        26579 by: Wayne Khan
        26580 by: Frank M. Kromann

PHP windows installer - additional arguments despite silent install?
        26581 by: Sascha Meyer

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [email protected]


----------------------------------------------------------------------
--- Begin Message ---
I might venture that most of the people here use apache/mysql, so if you're
using iis/mssql it might just be better to ask in another mailing list...

I don't use mssql, but I think phpinfo() would not show if the library is
correctly loaded. Or it might be that your server config file isn't setup
correctly?

-----Original Message-----
From: Joakim Ling [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, 13 December 2005 10:36 PM
To: php windows
Subject: [PHP-WIN] cant connect to mssql

Hi

I never had any troubles with php and mssql until I bought new servers.
I'm running win2K3 & php5.

phpinfo(); says that mssql library is loaded correctly, I moved the php
libraries to windows systemdir, change the security on the libraries so they
can be accessed with IIS.

What more to do?

Warning: mssql_connect() [function.mssql-connect
<http://www.utsiktenmeetings.se/function.mssql-connect> ]: Unable to connect
to server: w1.webbhuset.se in d:\dev\mssql.php on line 3

--- End Message ---
--- Begin Message ---
Well this list is designated to questions about PHP on Windows platforms so
I would say that this is the right list.

As for the conection problem, I would check the security seiitings in MS
SQL Server. If the server is set to allow domain authentication you have
to use mssql.secure_connection = On in php.ini or change to configuration
to allow server logins.

- Frank

> I might venture that most of the people here use apache/mysql, so if
you're
> using iis/mssql it might just be better to ask in another mailing
list...
> 
> I don't use mssql, but I think phpinfo() would not show if the library
is
> correctly loaded. Or it might be that your server config file isn't
setup
> correctly?
> 
> -----Original Message-----
> From: Joakim Ling [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, 13 December 2005 10:36 PM
> To: php windows
> Subject: [PHP-WIN] cant connect to mssql
> 
> Hi
> 
> I never had any troubles with php and mssql until I bought new servers.
> I'm running win2K3 & php5.
> 
> phpinfo(); says that mssql library is loaded correctly, I moved the php
> libraries to windows systemdir, change the security on the libraries so
they
> can be accessed with IIS.
> 
> What more to do?
> 
> Warning: mssql_connect() [function.mssql-connect
> <http://www.utsiktenmeetings.se/function.mssql-connect> ]: Unable to
connect
> to server: w1.webbhuset.se in d:\dev\mssql.php on line 3
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 

--- End Message ---
--- Begin Message ---
Hi there,

I recently wrote a simple vbscript to install PHP silently and copy my
modified php.ini file to the Windows root directory - that was pretty easy
but now I need to add the GD2 extension to my PHP installation and I simply
don't know how to do it, because
a) I haven't found a way to configure the installation path using the
Windows Installer
b) I don't know how to detect the PHP installation directory after the
install process has been finished (I thought of reading the PHP path and
copy php_gd2.dll to that directory)

Is there any source of information about available arguments for the windows
installer? 

Thank you for your help and troubles!

Sascha

-- 
GMX DSL-Flatrate 1 Jahr kostenlos* + WLAN-Router ab 0,- Euro*
Bis 31.12.2005 einsteigen! Infos unter: http://www.gmx.net/de/go/dsl

--- End Message ---

Reply via email to