> 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
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
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
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,
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