From: Alessandro P. (T. / J578) <al...@ti...> - 2001-11-30 16:29:00
|
On Fri, 2001-11-30 at 17:04, Brian W. Brown wrote: > See: > > http://www.k-fish.de/krabutzig/phpwebsite/devdoc.html > > and > > http://res1.stddev.appstate.edu/cvs/checkout.php/phpwebsite/docs/MODULES_README?r=1.10 > and > > http://phpwebsite.appstate.edu/mod.php?mod=userpage&menu=1503&page_id=21 Thanks.... but I think we need to add to these guidelines a raccomandation on $op : bug #486810 show us that admitting case-sensitive $op can cause problem when third-party themes or modules are not very well written. The user who reported #486810 suggested to force switch(strtolower($op)) intead of the current switch($op), but this would require a lot of changes in both phpWS core and modules; furthermore it can breaks up backward-compatibility. Any idea/comments on this? Kind Regards, Alessandro -- Alessandro "TXM" Pisani - al...@ti... - ICQ #2209087 INWO Project coordinator http://www.inwoproject.f2s.com "I will carry you through, hicking and screaming, and in the end you will thank me" - Tyler Durden [from "Fight Club"] |