Re: [PHP-WIN] How to user mssql_connect to connect to a sql server other than on port 1433?

2005-10-27 Thread Frank M. Kromann
You can't specify the port when connecting with mssql_connect() but you can use the Client Network Utility (this is installed when you install the MS SQL Client tools on your PHP server) to create a server alias. The server alias includes the protocol, host name and port number you are using and yo

[PHP-WIN] Problem with PHP 4 + CURL to HTTPS

2005-10-27 Thread Albert Lo
Dear Everyone, I'm a newbie and I have some problem fetching data from HTTPS site using CURL. Hope can hear some advice from you :D My home system - Apache 2.0.52 - PHP 4.3.10 - php_curl.dll loaded My remote system (our server) - Apache 1.3.26 - PHP 4.3.10 - php_curl.dll loaded I wrote a script

[PHP-WIN] How to user mssql_connect to connect to a sql server other than on port 1433?

2005-10-27 Thread jianglinchun
I am recently have a problem with the mssql_connection function: I have to connect to a sql server which it's service port has been modified other than 1433. How should I define the server address? I had tried those ways(suppose the port number:): 1. (local): 2. servername: 3. 127.0.

[PHP-WIN] How to user mssql_connect to connect to a sql server other than on port 1433?

2005-10-27 Thread jianglinchun
I am recently have a problem with the mssql_connection function: I have to connect to a sql server which it's service port has been modified other than 1433. How should I define the server address? I had tried those ways(suppose the port number:): 1. (local): 2. servername: 3. 127.

[PHP-WIN] compiling php5 on win32

2005-10-27 Thread Luka
I'm using VC6++ and the VC2003 Toolkit I downloaded a dev tree from: http://ftp.emini.dk/pub/php/win32/dev/php_build/ the compile keeps failing with: Creating library Release_TS\php5ts.lib and object Release_TS\php5ts.exp sunfuncs.obj : error LNK2001: unresolved external symbol __ftol2 uue

[PHP-WIN] ??? Process priority ???

2005-10-27 Thread Bernhard Rieder
Dear all, I've been looking hard for something like pcntl_setpriority() or proc_nice() for Windows, e.g. a way to change priority for a given php script. I'm doing some background data processing with and agent-style approach but when two many users spawn processes, apache gets pretty locked