Re: [PHP-DEV] PDO_DBLIB Native PHP Type binding

2010-11-07 Thread Lester Caine
Stanley Sufficool wrote: On Fri, Nov 5, 2010 at 1:28 AM, Lester Caine wrote: Stanley Sufficool wrote: Rule Of Thumb: If it's a BLOB, and you aren't using it in WHERE or ORDER BY, then it doesn't belong in the DB. Put it in the custom highly-optimized specialized database engine commo

Re: [PHP-DEV] php gettext bindtextdomain behavior

2010-11-07 Thread Jean-Sébastien H.
Le 05/11/2010 21:06, Gerry Reno a écrit : > In PHP 5.2.4 (my version) the gettext bindtextdomain function is not > returning the existing directory settings when the directory argument > is NULL. > That is the expected behavior for bindtextdomain with GNU and it works > this way elsewhere such as i

Re: [PHP-DEV] php gettext bindtextdomain behavior

2010-11-07 Thread Gerry Reno
On 11/07/2010 06:14 AM, "Jean-Sébastien H." wrote: Le 05/11/2010 21:06, Gerry Reno a écrit : In PHP 5.2.4 (my version) the gettext bindtextdomain function is not returning the existing directory settings when the directory argument is NULL. That is the expected behavior for bindtextdomain wi

Re: [PHP-DEV] php gettext bindtextdomain behavior

2010-11-07 Thread Gerry Reno
On 11/07/2010 08:57 AM, Gerry Reno wrote: On 11/07/2010 06:14 AM, "Jean-Sébastien H." wrote: Le 05/11/2010 21:06, Gerry Reno a écrit : In PHP 5.2.4 (my version) the gettext bindtextdomain function is not returning the existing directory settings when the directory argument is NULL. That is the

Re: [PHP-DEV] PDO_DBLIB Native PHP Type binding

2010-11-07 Thread Stanley Sufficool
On Sun, Nov 7, 2010 at 2:33 AM, Lester Caine wrote: > Stanley Sufficool wrote: >> >> On Fri, Nov 5, 2010 at 1:28 AM, Lester Caine  wrote: >>> >>> Stanley Sufficool wrote: > > Rule Of Thumb: >> >>  If it's a BLOB, and you aren't using it in WHERE or ORDER BY, then it >>  doesn't