This one has been a long time coming, folks, and I apologize for the delay. This release is host to mostly minor improvements, including a new method or two, but it’s mostly got additions that have been requested by various parties.
Is anyone else out there still on MySQL 3.23? Or is it just me at this point? I am considering upgrading the minimum required version to 4.1. Please send me your thoughts.
Enjoy! Remember to report to me any bugs that you may find.
Have been doing LAMP for about 1 year. Touched many scripts, never used any MySQL less than 4.
I’m with you on MySQL 3.23! (haha..no, not really. It is just you.)
Anyone testing freetag with Postgresql ? I am working on this.
I would gladly help make freetags db abstract, using one of the common pear components. If you’re going to require mysql, please think of all the debian sarge servers still running on version 4.0.
I trying joining the group but yahoo has got some issues with its captcha. I hate captchas!
Oh, and thanks for the lib
I run several websites, all with MySQL 4.x. I’ll enjoy it, if you upgrade!
Im using mysql 4.1.12 here in Argentina. Some of my clients still use older mysql versions, but for them I´m storing all your freetags releases since .0201
Hi !
I am actively porting freetags to postgresql, using one, two or three words as tags (higther than varchar(30) ).
No plan to use an irc chan ? (instead/together yahoo )
Hi everyone,
Thanks for your feedback. It looks like enough users are still out there on MySQL 3.X to maintain compatibility.
No IRC channel for now, maybe in the future.
Is there some people here who use postgresql ? (other than gilles) I am going to use ltree with b-tree or GiST index. (perhaps some other ideas ?)
I have find a invisible bug : around line 1190 (method similar_objects) you cast several vars, then test isset($var) you’ve just cast, so they are every time set before the test …. follow me ?