[PHP-WIN] Command mode question

2005-11-15 Thread TonyY
Hi, I have a sample question (I know I did before): I can nolonger use the command [>cd "\Program Files\Apache Group\Apache2\bin" to change the directory from the Command prompt I got: Parameter format not correct - "\Program What I should do? Thanks, Tony __

Re: [PHP-WIN] Re: Install trouble - PHP & MS SQL

2005-11-15 Thread Armando
Can't speak to MSSQL but getting PHP to talk to MySQL is not so difficult. However, one thing I would recommend is putting your DLLs in the actual Windows system directory rather than in the PHP directory and relying on the PATH variable. I found that even having the PHP dir in the PATH and hav

SV: SV: [PHP-WIN] mssql tcp

2005-11-15 Thread Joakim Ling
Hi Interesting, so if I swap mssql library to FreeTDS (never heard of this before) my socket problem will disappear without changing the code? Do I have to change from ISAPI (IIS6) to CGI? // jocke -Ursprungligt meddelande- Från: Frank M. Kromann [mailto:[EMAIL PROTECTED] Skickat: de

[PHP-WIN] PECL PDO on WIN32. Problems with PDO_PARAM* constants

2005-11-15 Thread Leonardo Javier Belén
Dear all, I am not able to get the value of the PDO_PARAM* constants. Instead of the value I get the plain string. I am using PHP 5.0.5 on Win2000 with APACHE, and the php_pdo.dll from the pecl.php.net. I searched on the mailing lists and the php documentation but noone seems to have fac

[PHP-WIN] Re: Install trouble - PHP & MS SQL

2005-11-15 Thread G. Eggold
If it's any consolation, I'm having the same issue. In my case, I can't seem to get PHP5 to talk to either MySQL or MS SQL by following all the documentation I've been able to get my hands on. See my post from 11/5 entitled: Re: [PHP-WIN] PHP 5.0 and MySQL Support One note: when you execute the

Re: SV: [PHP-WIN] mssql tcp

2005-11-15 Thread Frank M. Kromann
Hi Jocke, Well I work with PHP and MSSQL and I know a bit about the broblems too. The library used to build the extension (msdblib) is not thread safe so if you are using the extension on a hight trafic server under Apache or ISAPI you might find odd problems. This has nothing to do with PHP. Usin

Re: SV: [PHP-WIN] mssql tcp

2005-11-15 Thread Alf Stockton
Joakim Ling wrote: It doesn't matter, the problem lies within php. To solve this problem you have to use a client that usage pooling like ODBC -> MSSQL. So my next step is to rewrite all mssql code to ODBC. This is not a problem if you run a small mssql server, buy if you have over 100 databa

SV: [PHP-WIN] mssql tcp

2005-11-15 Thread Joakim Ling
It doesn't matter, the problem lies within php. To solve this problem you have to use a client that usage pooling like ODBC -> MSSQL. So my next step is to rewrite all mssql code to ODBC. This is not a problem if you run a small mssql server, buy if you have over 100 databases with a lot of act

[PHP-WIN] php & VoIP

2005-11-15 Thread [EMAIL PROTECTED]
Hello, I wrote an application for VoIP where the IP addresses are retrieved through some PHP scripts as well as all the mysql db updates; it works fine until the clients are connected to internet with a public IP address. As soon as a call is made to a client that is behind a NAT the connectio

Re: [PHP-WIN] mssql tcp

2005-11-15 Thread Robert Twitty
Are you using mssql_pconnect() to connect to the database? -- bob On Mon, 14 Nov 2005, Joakim Ling wrote: > Hi > > > > When I connect to my MSSQL server (internal) with mssql_connect, make a > few queries etc and then close the connection link. It creates a TCP > connection each time (for every