Uploaded image for project: 'CiviCRM'
  1. CiviCRM
  2. CRM-80

Migrating CRM code from PHP5 to PHP4

    Details

    • Type: Task
    • Status: Done/Fixed
    • Priority: Major
    • Resolution: Fixed/Completed
    • Affects Version/s: 1.0
    • Fix Version/s: 1.0
    • Component/s: None
    • Labels:
      None

      Description

      Need to migrate entire CRM code from PHP5 to PHP4.
      We have a script in bin/converter.php which will finally do the job.

      Reading Material for converting PHP5 to PHP4 code are.

      Backward Incompatible Changes - http://www.php.net/manual/en/migration5.incompatible.php
      (so any of CRM PHP5 code using the above may need to change for PHP4).

      Reserved Keywords (search for PHP5 only).
      http://www.php.net/manual/en/reserved.php#reserved.keywords
      (which means all the above PHP5 reserved words would have to be replaced with appropriate equivalents in PHP4).

      New functions in PHP5 http://www.php.net/manual/en/migration5.functions.php
      (if we are using any need to recode it for PHP4).

      Object Oriented rewrite - http://www.php.net/manual/en/migration5.oop.php

        Attachments

          Activity

            People

            • Assignee:
              kurund Kurund Jalmi
              Reporter:
              yasheshb Yashesh Bhatia
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: