Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,587
    Plugin Contributions
    29

    Default Upgrade to PHP 5.4

    A client's host will be upgrading to PHP 5.4 next week. We will be upgrading to Zen Cart 1.5.3, but not before then. The only reference I can find for the needed patches for 1.5.1 to work with PHP 5.4 is here:
    https://github.com/zencart/zencart/c...2cb78fc86946c9

    Is that an accurate and complete list?

  2. #2
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: Upgrade to PHP 5.4

    No, it is not complete. There is also a change I thinkit is in includes/classes/sessions.php where there is a check against the constant SID. There is an if statement followed by an assignment both with SID in it. The SID constant must be cast as a constant like: constant('SID') in both lines.

    This change could be made in advance of the php 5.4 upgrade.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 

Similar Threads

  1. Replies: 2
    Last Post: 12 Jun 2015, 10:11 PM
  2. Replies: 9
    Last Post: 1 Sep 2012, 03:13 AM
  3. 1.3.7 upgrade to PHP 5.3 - will it break it for previous PHP ?
    By boxes in forum Upgrading from 1.3.x to 1.3.9
    Replies: 1
    Last Post: 15 Jun 2010, 05:16 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg