Freetag v0.250 Released! Minor additions and fixes.
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.
June 5th, 2006 at 1:38 pm
Have been doing LAMP for about 1 year. Touched many scripts, never used any MySQL less than 4.
June 5th, 2006 at 6:03 pm
I’m with you on MySQL 3.23! (haha..no, not really. It is just you.)
June 9th, 2006 at 7:33 am
Anyone testing freetag with Postgresql ? I am working on this.
June 28th, 2006 at 8:14 pm
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
July 4th, 2006 at 7:59 am
I run several websites, all with MySQL 4.x. I’ll enjoy it, if you upgrade!
July 13th, 2006 at 1:57 pm
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
July 17th, 2006 at 8:46 am
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 )
July 17th, 2006 at 1:12 pm
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.
July 18th, 2006 at 4:17 am
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 ?)
July 18th, 2006 at 5:10 am
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 ?