[PHP-DB] Set Mssql Application name in connection string

2011-12-13 Thread Dan Rowe
We needed to be able to set the application name in a mssql connection string, but php doesn't current toy support it. This can be very helpful while debugging/profiling php-mssql from the SQL server side of things. Without this patch all mssql connections have a hard coded application name of

Re: [PHP-DB] Set Mssql Application name in connection string

2011-12-13 Thread Matijn Woudt
On Tue, Dec 13, 2011 at 1:33 PM, Dan Rowe d...@dracosplace.com wrote: We needed to be able to set the application name in a mssql connection string, but php doesn't current toy support it. This can be very helpful while debugging/profiling php-mssql from the SQL server side of things.

Re: [PHP-DB] Set Mssql Application name in connection string

2011-12-13 Thread Dan Rowe
Hey Matijn, Thanks for the tip. We did send it there the day we submitted it, so its good to know we were on the right track. Unfortunately it didn't gain any traction or any status updates on the bug tracker. Figured I would send to this list in case it was more applicable to the user base and

Re: [PHP-DB] Set Mssql Application name in connection string

2011-12-13 Thread Matijn Woudt
On Tue, Dec 13, 2011 at 10:58 PM, Dan Rowe d...@dracosplace.com wrote: Hey Matijn, Thanks for the tip. We did send it there the day we submitted it, so its good to know we were on the right track. Unfortunately it didn't gain any traction or any status updates on the bug tracker. Figured I