Results 1 to 5 of 5

Thread: Are RF planning updating PHP to 5.3.xx

  1. #1
    Join Date
    Dec 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Are RF planning updating PHP to 5.3.xx

    Hiya.

    I have started running PHP 5.3 locally and it causing a lot of errors in some sites we have done previously. Mostly down to using tags that have depreciated in 5.3. Code all runs fine on 5.2.xx.

    Would it be possible to switch between PHP 5.3 and 5.2 in helm like you do for .net versions when you do upgrade. This would be a great feature. hint hint.

    Do you guys at RF have a timescale for when you plan to move to 5.3.?

    At the moment im happy with the ways things are, but knowing if i will have start re writing stuff soon would be useful.

    Thanks
    Mark

  2. #2
    Join Date
    Mar 2005
    Location
    Isle of Man
    Posts
    1,261
    Thanks
    3
    Thanked 23 Times in 23 Posts

    Default

    Using the depreciated code between 5.2.x and 5.3 should only produce warnings/notices, which you would suppress on a live site anyway.

    What sort of errors are you seeing?

    Useful link: http://php.net/manual/en/migration53.deprecated.php

  3. #3
    Join Date
    Feb 2004
    Posts
    4,877
    Thanks
    2
    Thanked 134 Times in 113 Posts

    Default

    We're waiting for Zend to release a v5.3 compatible optimizer/decoder before we can upgrade the server - otherwise protected script aren't going to run.
    Warren Ashcroft
    Red Fox UK Limited - Pioneers in Internet Technology
    http://www.redfoxuk.com
    w.ashcroft [at] redfoxuk.com

    NOTE: Forum Private Messaging should not be used to contact staff with support queries.

  4. #4
    Join Date
    Dec 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by nick View Post
    Using the depreciated code between 5.2.x and 5.3 should only produce warnings/notices, which you would suppress on a live site anyway.

    What sort of errors are you seeing?

    Useful link: http://php.net/manual/en/migration53.deprecated.php
    I did get quite a few warnings and notices, but some of the depreciated tags I used caused the site to fail. Cant remember which tag it was without looking, but basically my database connection stopped working.

  5. #5
    Join Date
    Mar 2005
    Location
    Isle of Man
    Posts
    1,261
    Thanks
    3
    Thanked 23 Times in 23 Posts

    Default

    It seems more likely to me that your local 5.3 installation has been compiled/configured without support for the database you are using, and your site will probably keep working when RF do upgrade.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. PHP/IIS sendmail_from in php.ini
    By Rappie in forum General Technical Support
    Replies: 2
    Last Post: 23rd May 2008, 10:46 PM

Tags for this Thread

Bookmarks

Posting Permissions

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