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 <samuel.r...@gmail.com> 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

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to