Re: [PHP-DEV] More formal feature request cycle

2010-11-05 Thread Herman Radtke
> Stas - quick question - what is a PEP? Python Enhancement Proposal http://www.python.org/dev/peps/ There is even a PEP for PEP. -- Herman Radtke hermanrad...@gmail.com | http://hermanradtke.com -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.ne

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

2010-11-05 Thread Stanley Sufficool
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 >>> >  common

[PHP-DEV] php gettext bindtextdomain behavior

2010-11-05 Thread Gerry Reno
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 in python. PYTHON EXAMPLE: bindtextdomain("messa

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

2010-11-05 Thread Jonathan Bond-Caron
On Fri Nov 5 12:57 AM, Stanley Sufficool wrote: > > > > And why is PHP client library using latin1 for data that just isn't > > latin1?  That's just asking for problems... > > Theoretically I could ask for UTF8, but then I don't want to have to > run utf8_decode/utf8_encode on all query strings,

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

2010-11-05 Thread Lester Caine
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 > commonly known as "the file system" where it belongs.:-) FWIW, large objects canno