[bbDev] [1712] trunk: Decouple BP_Options from it's interface in BackPress.

Jason Webster jason at intraffic.net
Wed Sep 17 06:54:30 GMT 2008


I have. A number of times. However, my point is, PHP 5 is _NOT_ the 
latest and greatest. It is over 2 years old. Plus, you're missing my 
point. I was asking for use cases. I've never seen concrete examples of 
people running bbPress where PHP 4 is a requirement. Find me one, and 
I'll stop banging the drum.

Tom Preuss wrote:
> Jason,
>
> It might be worth it for you to read
> http://wordpress.org/about/requirements/ (the "Why not the latest,
> greatest, bleeding edge versions?" sidebar on the right)
>
> You'd likely get the same reasons here from the devs.
>
> Just guessing,
>
> Tom
>
>
> On Wed, Sep 17, 2008 at 2:39 AM, Jason Webster <jason at intraffic.net> wrote:
>   
>> Who decides that this is even an issue? Does anyone have any use cases where
>> they MUST run bbPress on PHP 4? PHP 5 has been released for 26 months now.
>>
>> m at wordpress.org wrote:
>>     
>>> Revision
>>>    1712
>>> Author
>>>    sambauers
>>> Date
>>>    2008-09-17 05:47:10 +0000 (Wed, 17 Sep 2008)
>>>
>>>
>>>      Log Message
>>>
>>> Decouple BP_Options from it's interface in BackPress. Interfaces are PHP5
>>> only... one day... one day...
>>>
>>>
>>>      Modified Paths
>>>
>>>    * trunk/bb-includes/class.bp-options.php
>>>      <#trunkbbincludesclassbpoptionsphp>
>>>    * trunk/bb-settings.php <#trunkbbsettingsphp>
>>>
>>>
>>>      Diff
>>>
>>>
>>>        Modified: trunk/bb-includes/class.bp-options.php (1711 => 1712)
>>>
>>>
>>> --- trunk/bb-includes/class.bp-options.php      2008-09-17 05:04:58 UTC
>>> (rev 1711)
>>> +++ trunk/bb-includes/class.bp-options.php      2008-09-17 05:47:10 UTC
>>> (rev 1712)
>>> @@ -6,7 +6,7 @@
>>>  *
>>>  * @package bbPress
>>>  **/
>>> -class BP_Options implements BP_Options_Interface
>>> +class BP_Options
>>>  {
>>>        function prefix() {
>>>                return 'bp_bbpress_';
>>>
>>>
>>>        Modified: trunk/bb-settings.php (1711 => 1712)
>>>
>>>
>>> --- trunk/bb-settings.php       2008-09-17 05:04:58 UTC (rev 1711)
>>> +++ trunk/bb-settings.php       2008-09-17 05:47:10 UTC (rev 1712)
>>> @@ -280,7 +280,6 @@
>>>  /**
>>>  * Load mapping class for BackPress to store options
>>>  */
>>> -require( BACKPRESS_PATH . 'interface.bp-options.php' );
>>>  require( BB_PATH . BB_INC . 'class.bp-options.php' );
>>>   ------------------------------------------------------------------------
>>>
>>> _______________________________________________
>>> bbDev mailing list
>>> bbDev at lists.bbpress.org
>>> http://lists.bbpress.org/mailman/listinfo/bbdev
>>>
>>>       
>> _______________________________________________
>> bbDev mailing list
>> bbDev at lists.bbpress.org
>> http://lists.bbpress.org/mailman/listinfo/bbdev
>>
>>     
> _______________________________________________
> bbDev mailing list
> bbDev at lists.bbpress.org
> http://lists.bbpress.org/mailman/listinfo/bbdev
>   



More information about the bbDev mailing list