Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41780 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28653 invoked from network); 9 Nov 2008 12:11:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Nov 2008 12:11:16 -0000 Authentication-Results: pb1.pair.com header.from=mls@pooteeweet.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=mls@pooteeweet.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pooteeweet.org from 88.198.8.16 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 88.198.8.16 bigtime.backendmedia.com Linux 2.6 Received: from [88.198.8.16] ([88.198.8.16:51514] helo=bigtime.backendmedia.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6F/4B-61271-363D6194 for ; Sun, 09 Nov 2008 07:11:16 -0500 Received: from localhost (unknown [127.0.0.1]) by bigtime.backendmedia.com (Postfix) with ESMTP id 5109F414400F; Sun, 9 Nov 2008 12:12:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at backendmedia.com Received: from bigtime.backendmedia.com ([127.0.0.1]) by localhost (bigtime.backendmedia.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00CFkZL1euBo; Sun, 9 Nov 2008 13:12:25 +0100 (CET) Received: from [192.168.0.151] (77-58-151-147.dclient.hispeed.ch [77.58.151.147]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mls@pooteeweet.org) by bigtime.backendmedia.com (Postfix) with ESMTP id EF6B8414400B; Sun, 9 Nov 2008 13:12:24 +0100 (CET) To: "Timm Friebe" In-Reply-To: <65BC7F50350543438B699334CC6E5D31@carla> X-Priority: 3 References: <65BC7F50350543438B699334CC6E5D31@carla> Message-ID: <22445995-374C-4599-A33A-63396E35C84C@pooteeweet.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Date: Sun, 9 Nov 2008 13:09:53 +0100 Cc: X-Mailer: Apple Mail (2.929.2) Subject: Re: [PHP-DEV] sybase_connect() From: mls@pooteeweet.org (Lukas Kahwe Smith) On 09.11.2008, at 13:05, Timm Friebe wrote: > Hi, > I'd like to add a new optional parameter to sybase_connect() for PHP > 5.3. If set to TRUE it will force creation of a new link (and works > just like mysql_connect()'s new_link parameter). > > http://sitten-polizei.de/php/sybase-connect-newlink.diff seems like a good idea to have this and i guess there is no other choice but to stick it at the end of the function parameter list. regards, Lukas Kahwe Smith mls@pooteeweet.org