Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45710 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45348 invoked from network); 9 Oct 2009 13:31:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Oct 2009 13:31:18 -0000 Authentication-Results: pb1.pair.com header.from=samuel.roze@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=samuel.roze@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.206 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: samuel.roze@gmail.com X-Host-Fingerprint: 209.85.218.206 mail-bw0-f206.google.com Received: from [209.85.218.206] ([209.85.218.206:41797] helo=mail-bw0-f206.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4E/4D-19113-52B3FCA4 for ; Fri, 09 Oct 2009 09:31:18 -0400 Received: by bwz2 with SMTP id 2so5897237bwz.23 for ; Fri, 09 Oct 2009 06:31:14 -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=HaWoahukE98abKli8hWto8ufCWLdFhZjgDoEnhw/dKo=; b=voyYo6b2RLWrXe5i8wCctjkBk0zG7jT3e+Ekm9CXbwQNJL7o9wuvSq/O0KLEEIPDGu NqyEgKHmm56pn5vQXLJVtEoDOXajb2ZGX0sdWztd8FBLQB+sG1seN2Oxk3/WphZhPfor okyVyAvJecu1mg4LPpoQscr0p0fPRpxHvwco8= 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=mMt5/x/+11Q/dmUZxddYYxLx190Sv/djUdPQ/gx7cYzJPcCBJQTsJFlU9XNgWkyUwQ 1HTuO7NvQ4EehE+FUGXZwoyHwjTauI2J2VbZADc/mkTd1IPmmZHKnzNOkA+z0m5k2Hp5 u4NlsQHa9RTXN6lSh3JkzcbcsNj3WLIchBi1E= MIME-Version: 1.0 Received: by 10.204.2.211 with SMTP id 19mr2247877bkk.6.1255095071116; Fri, 09 Oct 2009 06:31:11 -0700 (PDT) In-Reply-To: References: <18e9608a0910090621r27967eblb9973d7ce882b1c1@mail.gmail.com> Date: Fri, 9 Oct 2009 15:31:11 +0200 Message-ID: <18e9608a0910090631m6722be0ewaacee439771f980@mail.gmail.com> To: Pierre Joye Cc: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Configuration in the php.ini file From: samuel.roze@gmail.com (Samuel ROZE) It isn't. :-) Thanks. 2009/10/9 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 >