ฉันต้องการใช้ 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 หรือสูงกว่าได้อย่างไร