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  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 would send to this list in case it was more applicable to the user
> base and now that we have had it in production for a while.

I don't think most users here know how to compile PHP from source,
which is required for your patch to be applied.

> One of those things where the time invested in trying to get it
> integrated/accepted is more then the actual development time for such a
> small patch :)
>
> Thanks again,
>
> -Dan

That's not very uncommon for open source projects, but you really
shouldn't give up on it.

Matijn

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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 now that we have had it in production for a while.

One of those things where the time invested in trying to get it
integrated/accepted is more then the actual development time for such a
small patch :)

Thanks again,

-Dan
On Dec 13, 2011 1:34 PM, "Matijn Woudt"  wrote:

> On Tue, Dec 13, 2011 at 1:33 PM, Dan Rowe  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.
> >
> > Without this patch all mssql connections have a hard coded application
> name
> > of 'PHP 5'.
> >
> > https://bugs.php.net/bug.php?id=60124
> >
> > Please let me know if you have any problems applying the patch or
> comments
> > on how we can make it better/get it added to the main codebase.
> >
> > Thanks,
> >
> > -Dan
>
> Hi Dan,
>
> You probably want to send this to the php-internals list instead.
>
> Cheers,
>
> Matijn
>


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  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.
>
> Without this patch all mssql connections have a hard coded application name
> of 'PHP 5'.
>
> https://bugs.php.net/bug.php?id=60124
>
> Please let me know if you have any problems applying the patch or comments
> on how we can make it better/get it added to the main codebase.
>
> Thanks,
>
> -Dan

Hi Dan,

You probably want to send this to the php-internals list instead.

Cheers,

Matijn

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[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 'PHP 5'.

https://bugs.php.net/bug.php?id=60124

Please let me know if you have any problems applying the patch or comments
on how we can make it better/get it added to the main codebase.

Thanks,

-Dan