Patrick van Kleef wrote:
I have merged these fixes to HEAD, PHP5_3 and PHP5_2 branch as per your request.

Jani: Please move the NEWS item fixes to PHP5_2 so i can see how you want this committed for future reference.

Done.

I will start looking at the registered ODBC bugs in the system to see what problems there are and how they can be fixed. However this will not all happen today ;)

You should watch your coding style and whitespace pollution.
f.e. whitespace: we only use tabs. And control structures, use { } generously, shortening stuff like 'if (foo) bar;' is not the way to go..
(not saying you did that, just FYI :)

And "splitting" lines: If you have to do that: Get a bigger screen!
(short: don't do it)

--Jani


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to