On Wed, May 9, 2007 1:00 pm, Brian Moon wrote: > Richard Lynch wrote: >> Seems like you could just make it a custom extension and see if >> people >> use it a lot... >> >> Even if you just had every phorum user asking for it, that would >> drive >> a lot of interest, no? > > Well, making a custom Phorum extension is a whole other discussion for > our team to have. If we went down that road, we would do more than > just > this function. And with this function in the core or not, we may > still > do that at some point. > > My point for wanting it in PHP is that I have used a tree sorting > algorithm OUTSIDE of Phorum a lot in my 10 years of PHP coding. There > are many many uses outside of Phorum for such a function IMO.
My point is that the path to getting anything into core might be to release a generalized extension that, for your purposes, would be almost as good as having it in core in the short term. Long-term, one of these happens: The extension either "grows" into a full-blow extension with more tree/graph functions, and everybody installs it because it's so useful, which is as good as having it in core. The extension doesn't grow, but the function is found useful in all the circumstances you predict and it is absorbed into core, as a 1-function extension is kinda silly. It turns out, maybe, that it's not as generally needed as you think, and you just have a custom extension, which you start adding phorum/specific stuff to that optimizes phorum when it's present. The whole PECL thing goes doesn in flames because ISPs (still) won't install anything that's not in "core" from ./configure line. -- Some people have a "gift" link here. Know what I want? I want you to buy a CD from some indie artist. http://cdbaby.com/browse/from/lynch Yeah, I get a buck. So? -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php