Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45709 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43845 invoked from network); 9 Oct 2009 13:25:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Oct 2009 13:25:57 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.154 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 72.14.220.154 fg-out-1718.google.com Received: from [72.14.220.154] ([72.14.220.154:43063] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 38/FC-19113-4E93FCA4 for ; Fri, 09 Oct 2009 09:25:56 -0400 Received: by fg-out-1718.google.com with SMTP id d23so63316fga.11 for ; Fri, 09 Oct 2009 06:25:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=5vjQ32pfKtFbZG5VhjW9wKtOK9lt2TMgULhwN870yWQ=; b=YlrvrvoSwd7VDfSAm98xTL6Gyf4Z98A5vcKoJjqxtN3L/J9uc6UbqEvs+kG5pEN1F3 U7CnRwSyQdAhJGg99IchPRqaTXHfsmD+Ly3eHixD6urgeD6OB27N8RE8fufKlYEm9SNJ 5bqDRvuM6w/w9ejuVZTnMwF0nXWtxTB9F3NkA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=okIdWD4Tovmf63ZNVdTRCBsD55sI4n6KELEfIEgGCjUnYedO1aFZdQrA40XTmiBuHA cAHaLf5ocEizN1rHIFRUh8kzevAxqTiDzB2JfSh77is5s7YhFwJQSWlIunDYxK1vPcHX gfuqSfFZjIx3H1cOwdLKcX2Q7QP2To0WgtpWM= MIME-Version: 1.0 Received: by 10.86.211.38 with SMTP id j38mr2371642fgg.26.1255094752818; Fri, 09 Oct 2009 06:25:52 -0700 (PDT) In-Reply-To: <18e9608a0910090621r27967eblb9973d7ce882b1c1@mail.gmail.com> References: <18e9608a0910090621r27967eblb9973d7ce882b1c1@mail.gmail.com> Date: Fri, 9 Oct 2009 15:25:52 +0200 Message-ID: To: Samuel ROZE Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Configuration in the php.ini file From: pierre.php@gmail.com (Pierre Joye) hi, The general consensus is to do not add new ini settings unless it is absolutely necessary. It is not the case for your example as it is cleary an application configuration problem (user land configuration). Cheers, -- Pierre On Fri, Oct 9, 2009 at 3:21 PM, Samuel ROZE wrote: > Hi, > > I wanted to change a parameter in my PDO class, with the fourth > PDO::_construct arg. But, I've many projects, which uses PDO, with one > "new PDO" per project. The problem is that I have to change the source > of every projects... > > Why isn't there an PDO section in the php.ini file ? For instance: > > pdo.is_persistent = 1 > pdo.fetch_notices = 1 > > ...and more ! > > There isn't because nobody developed that or because it is contradicted ? > > Samuel. > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Pierre http://blog.thepimp.net | http://www.libgd.org