อัปเกรดเป็น PHP 5.3.23 บน Ubuntu 12.04


0

ฉันต้องการใช้ Zend Framework 2 ฉันได้ติดตั้งแอปพลิเคชั่น ZendSkeleton เมื่อฉันพยายามติดตั้ง Framework ฉันได้รับข้อผิดพลาดต่อไปนี้:

#> php composer.phar install
Warning: This development build of composer is over 30 days old. It is recommended to update it by running "composer.phar self-update" to get the latest version.
Loading composer repositories with package information
Installing dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - zendframework/zendframework 2.3.1 requires php >=5.3.23 -> no matching package found.
    - zendframework/zendframework 2.3.0 requires php >=5.3.23 -> no matching package found.

ดังนั้นฉันต้องการติดตั้ง PHP 5.3.23 บน Ubuntu 12.04 โดยไม่มีอะไรเกิดขึ้นดังนั้นฉันจึงเพิ่มที่เก็บข้อมูล

sudo apt-get install python-software-properties
sudo add-apt-repository ppa:ondrej/php5
sudo apt-get update
sudo apt-get upgrade

เพื่อให้แน่ใจว่าฉันเริ่มต้นใหม่ ยังฉันมี PHP 5.3.10

PHP 5.3.10-1ubuntu3.11 with Suhosin-Patch (cli) (built: Apr  4 2014 01:30:04) 
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies
    with Xdebug v2.2.4, Copyright (c) 2002-2014, by Derick Rethans

ฉันจะอัพเกรดเป็น 5.3.23 หรือสูงกว่าได้อย่างไร

คำตอบ:


0

PHP 5.3.10 เป็นเวอร์ชั่นล่าสุดที่ PPA ของบุคคลภายนอกจัดหา ถ้าคุณต้องการ PHP 5.3 ล่าสุดคุณต้องทำ ดาวน์โหลดได้จาก php.net และรวบรวมจากแหล่งที่มา

อย่างไรก็ตามฉันขอแนะนำให้คุณใช้อย่างน้อย PHP 5.4 ตั้งแต่ 5.3 ได้รับการสนับสนุนจนถึงเดือนกรกฎาคม 2014 เท่านั้นหรือหากคุณสามารถจ่ายได้ให้ใช้ 5.5 ทันที

โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.