Menu

#19 Abstracts difference of class_exists between two versions

0.9
closed-fixed
minahito
general (4)
5
2009-03-02
2009-02-25
minahito
No

onokazu reported that difference spec of class_exists between PHP4 and PHP5 triggers issue. To fix the issue, we need to give the 2nd parameter to class_exists(), but this work-around triggers another trouble on PHP4. Therefore, we will have to provide macro-like function like C macro to abstract the difference.

Discussion

  • minahito

    minahito - 2009-02-25
    • labels: --> general
    • assigned_to: nobody --> minahito
    • status: open --> open-accepted
     
  • minahito

    minahito - 2009-02-25

    I have added XC_CLASS_EXIST function (macro) to the trunk, modified XCube_Root.class.php and let it start using the new function. Firstly, we have to modify all trunk files. After that, I'll merge the change of the trunk to other brances.

     
  • minahito

    minahito - 2009-03-02
    • status: open-accepted --> closed-fixed
     
  • minahito

    minahito - 2009-03-02

    Rev 67 implemented this.

     

Log in to post a comment.