Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:9262 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79245 invoked by uid 1010); 16 Apr 2004 15:51:55 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 79198 invoked from network); 16 Apr 2004 15:51:54 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 16 Apr 2004 15:51:54 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.10/8.12.10) with ESMTP id i3GFprst023160; Fri, 16 Apr 2004 17:51:54 +0200 Date: Fri, 16 Apr 2004 17:51:22 +0200 (CEST) X-X-Sender: derick@localhost To: Uwe Schindler cc: internals@lists.php.net In-Reply-To: <6.1.0.6.0.20040416173004.040bab90@127.0.0.1> Message-ID: References: <6.1.0.6.0.20040416173004.040bab90@127.0.0.1> 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 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? :) Derick