Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:9342 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83294 invoked by uid 1010); 18 Apr 2004 15:48:00 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 82978 invoked from network); 18 Apr 2004 15:47:59 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 18 Apr 2004 15:47:59 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.10/8.12.10) with ESMTP id i3IFlwZK000432; Sun, 18 Apr 2004 17:47:58 +0200 Date: Sun, 18 Apr 2004 17:47:18 +0200 (CEST) X-X-Sender: derick@localhost To: Timm Friebe cc: internals@lists.php.net In-Reply-To: <1082302274.281.13.camel@localhost> Message-ID: References: <6.1.0.6.0.20040416173004.040bab90@127.0.0.1> <1082302274.281.13.camel@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] [PATCH] sybase "appname" contains static version number From: derick@php.net (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.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 > > > soultion sould be the patch. > > > > Commit it? :) > > Go ahead. It was already done ;-) Derick