Re: [PHP-DEV] [PATCH] sybase "appname" contains static version number

2004-04-18 Thread Derick Rethans
On Sun, 18 Apr 2004, Timm Friebe wrote: > On Fri, 2004-04-16 at 17:51, Derick Rethans wrote: > > On Fri, 16 Apr 2004, Uwe Schindler wrote: > > > > > Appended a patch to the sybase extensions, that set the default value for > > > the sybase appname to ("PHP " PHP_VERSION). I have seen that in PHP 4

Re: [PHP-DEV] [PATCH] sybase "appname" contains static version number

2004-04-18 Thread Timm Friebe
On Fri, 2004-04-16 at 17:51, Derick Rethans wrote: > On Fri, 16 Apr 2004, Uwe Schindler wrote: > > > Appended a patch to the sybase extensions, that set the default value for > > the sybase appname to ("PHP " PHP_VERSION). I have seen that in PHP 4.3.6 > > where this variable is statically set to

Re: [PHP-DEV] [PATCH] sybase "appname" contains static version number

2004-04-16 Thread Derick Rethans
On Fri, 16 Apr 2004, Uwe Schindler wrote: > Appended a patch to the sybase extensions, that set the default value for > the sybase appname to ("PHP " PHP_VERSION). I have seen that in PHP 4.3.6 > where this variable is statically set to "PHP 4.0" (!!!). In the tree of > PHP5 it is a little bit bet

[PHP-DEV] [PATCH] sybase "appname" contains static version number

2004-04-16 Thread Uwe Schindler
Appended a patch to the sybase extensions, that set the default value for the sybase appname to ("PHP " PHP_VERSION). I have seen that in PHP 4.3.6 where this variable is statically set to "PHP 4.0" (!!!). In the tree of PHP5 it is a little bit better when this is set to "PHP 5", but the perfect