Re: [PHP-DEV] [PATCH] array_fill: Allow an array to specify keys

2006-07-06 Thread Marcus Boerger
Hello Matt, in general we only require head first and once that is in we discuss merging the stuff to older versons (in this case 5.2). Tests have not always been required but it has shown that we introduce to many changes this way. So we more and more develop with tests. Especially when there i

[PHP-DEV] PATCH - Charset in ext/mysql

2006-07-06 Thread Olivier Hill
Hello internals, Attached is a patch against PHP_4_4 allowing to specify a charset when talking to MySQL using ext/mysql and client libraries that come with MySQL >= 4.1.13 (the default being utf8). This was mainly tested with latin1. To test, add an ini entry like this: mysql.default_charset =

Re: [PHP-DEV] PATCH - Charset in ext/mysql

2006-07-06 Thread Antony Dovgal
On 06.07.2006 19:36, Olivier Hill wrote: Hello internals, Attached is a patch against PHP_4_4 allowing to specify a charset when talking to MySQL using ext/mysql and client libraries that come with MySQL >= 4.1.13 (the default being utf8). This was mainly tested with latin1. To test, add an ini

Re: [PHP-DEV] PATCH - Charset in ext/mysql

2006-07-06 Thread Olivier Hill
Hello Antony, I've realized 5 minutes after posting that I would receive an answer like this. I am aware that this is a bugfix only branch, but for us this was a bug. We were moving to new servers compiled against MySQL 4.1 libs and not the bundled ones with PHP. With this move, things got from

Re: [PHP-DEV] PATCH - Charset in ext/mysql

2006-07-06 Thread Georg Richter
Am Do, den 06.07.2006 schrieb Olivier Hill um 18:01: > I am aware that this is a bugfix only branch, but for us this was a > bug. We were moving to new servers compiled against MySQL 4.1 libs and > not the bundled ones with PHP. With this move, things got from latin1 > to utf8 and since PHP 4 does