From: Sébastien Le C. <sl...@ya...> - 2010-06-08 15:57:02
|
Hi All, I don’t know if this has been discussed in the past, but as more and more PHP5 stuff is likely to creep into the codebase that seemingly appears to break BC, should we consider setting up a specific branch? The static calls of functions that are not static is causing some errors, and if we want to fix them, the code will be littered with hideous if (php5) ... else ... Also, I have an implementation of PhpWiki Web services that actually work (never been able to get the one in place to work), but it uses SoapServer, so this would be php5-specific. What’s your take on this? Regards, Seb On 08/06/2010 09:22, ru...@us... wrote: > Revision: 7493 > http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7493&view=rev > Author: rurban > Date: 2010-06-08 08:22:56 +0000 (Tue, 08 Jun 2010) > > Log Message: > ----------- > document new php5 version > > Modified Paths: > -------------- > trunk/lib/HtmlElement.php > > Modified: trunk/lib/HtmlElement.php > =================================================================== > --- trunk/lib/HtmlElement.php 2010-06-08 08:22:22 UTC (rev 7492) > +++ trunk/lib/HtmlElement.php 2010-06-08 08:22:56 UTC (rev 7493) > @@ -4,6 +4,7 @@ > * @author: Jeff Dairiki > * > * This code is now php5 compatible. --2004-04-19 23:51:43 rurban > + * php-5.3 uses now HtmlElement5.php with public static > * > * Todo: Add support for a JavaScript backend, a php2js compiler. > * HTML::div(array('onClick' => 'HTML::div(...)')) > > > This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. > > ------------------------------------------------------------------------------ > ThinkGeek and WIRED's GeekDad team up for the Ultimate > GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the > lucky parental unit. See the prize list and enter to win: > http://p.sf.net/sfu/thinkgeek-promo > _______________________________________________ > phpwiki-checkins mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-checkins > |