Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 36

Thread: Quantal (12.10) PHP 5.4 downgrade to 5.3

  1. #11
    Join Date
    Oct 2012
    Beans
    1

    Re: Quantal (12.10) PHP 5.4 downgrade to 5.3

    Thanks! Very useful! But if I want to reinstall the last version? Can I remove all the files in /etc/apt/preferences.d/php5_3, remove the sourcelist entry and then update?


    is it enough?

  2. #12
    Join Date
    Nov 2012
    Beans
    1

    Talking Re: Quantal (12.10) PHP 5.4 downgrade to 5.3

    Thank you so much !

  3. #13
    Join Date
    Apr 2007
    Location
    GTA
    Beans
    18
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Quantal (12.10) PHP 5.4 downgrade to 5.3

    Thanks OP!

  4. #14
    Join Date
    Oct 2010
    Beans
    2

    Smile Re: Quantal (12.10) PHP 5.4 downgrade to 5.3

    Thanks. Great job

  5. #15
    Join Date
    Nov 2012
    Beans
    1

    Re: Quantal (12.10) PHP 5.4 downgrade to 5.3

    Thank you so much!

  6. #16
    Join Date
    Nov 2012
    Beans
    1

    Re: Quantal (12.10) PHP 5.4 downgrade to 5.3

    PHP downgrade works like expected, but phpunit is broken

    phpunit -v
    PHP Fatal error: Call to undefined method PHP_CodeCoverage_Filter::getInstance() in /usr/bin/phpunit on line 39


    Resolved by:
    sudo pear channel-update pear.phpunit.de
    sudo pear install phpunit/PHP_CodeCoverage
    sudo pear install --force --alldeps phpunit/PHPUnit

    just for the record!
    greez
    Last edited by ramsondon; November 15th, 2012 at 09:49 AM.

  7. #17
    Join Date
    Nov 2012
    Beans
    19

    Smile Re: Quantal (12.10) PHP 5.4 downgrade to 5.3

    Clicking my heels and saluting you. This worked like a charm and saved the day. An upgrade to 12.10 automatically upgraded php, rendering one of our third party software useless. This downgrade script helped us a lot.

  8. #18
    Join Date
    Jan 2010
    Beans
    1

    Re: Quantal (12.10) PHP 5.4 downgrade to 5.3

    Quote Originally Posted by pqwoerituytrueiwoq View Post
    What is wrong with 5.4?
    Theres a lot of software using, for example, allow_call_time_pass_reference directive, and it doesn't work on php 5.4 ...

    You won a beer fox202

  9. #19
    Join Date
    Nov 2012
    Beans
    2

    Re: Quantal (12.10) PHP 5.4 downgrade to 5.3

    I had to do the downgrade which seemed to work ok. The problem now however is that I need to install the IMAP module for PHP as reference by my posting here: http://ubuntuforums.org/showthread.php?t=2088213

    I cannot figure out what I must do to get this module installed. Thanks

  10. #20
    Join Date
    Nov 2012
    Beans
    1

    Re: Quantal (12.10) PHP 5.4 downgrade to 5.3

    Thank you so much...
    I couldn't install Magento on my PHP 5.4.
    Now it works perfectly!
    =D>

Page 2 of 4 FirstFirst 1234 LastLast

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
  •