No edit summary |
No edit summary |
||
Line 134: | Line 134: | ||
<!-- The release notes also help users know how to deal with platform changes such as ABIs/APIs, configuration or data file formats, or upgrade concerns. If there are any such changes involved in this feature, indicate them here. You can also link to upstream documentation if it satisfies this need. This information forms the basis of the release notes edited by the documentation team and shipped with the release. --> | <!-- The release notes also help users know how to deal with platform changes such as ABIs/APIs, configuration or data file formats, or upgrade concerns. If there are any such changes involved in this feature, indicate them here. You can also link to upstream documentation if it satisfies this need. This information forms the basis of the release notes edited by the documentation team and shipped with the release. --> | ||
* | * | ||
Fedora 17 includes version 5.4.0 of php. This includes a number of significant new features, including support for | Fedora 17 includes version 5.4.0 of php. This includes a number of significant new features, including support for [http://www.php.net/traits traits], as well as a number of performance enhancements. For complete details see [http://svn.php.net/viewvc/php/php-src/branches/PHP_5_4/UPGRADING?view=co UPGRADING] (link to upstream announcement when available). | ||
Fedora 17 now provides php extension to used with apache in worker mode (aka as ZTS extensions) | Fedora 17 now provides php extension to used with apache in worker mode (aka as ZTS extensions) | ||
Line 143: | Line 143: | ||
[[Category: | [[Category:FeatureReadyForWrangler]] | ||
<!-- When your feature page is completed and ready for review --> | <!-- When your feature page is completed and ready for review --> | ||
<!-- remove Category:FeaturePageIncomplete and change it to Category:FeatureReadyForWrangler --> | <!-- remove Category:FeaturePageIncomplete and change it to Category:FeatureReadyForWrangler --> | ||
<!-- After review, the feature wrangler will move your page to Category:FeatureReadyForFesco... if it still needs more work it will move back to Category: | <!-- After review, the feature wrangler will move your page to Category:FeatureReadyForFesco... if it still needs more work it will move back to Category:FeaturePageIncomplete--> | ||
<!-- A pretty picture of the page category usage is at: https://fedoraproject.org/wiki/Features/Policy/Process --> | <!-- A pretty picture of the page category usage is at: https://fedoraproject.org/wiki/Features/Policy/Process --> |
Revision as of 15:38, 27 December 2011
PHP 5.4
Summary
To provide the latest PHP stack.
Owner
- Name: Remi Collet
- Email: Fedora AT SPAMFREE FamilleCollet DOT com
Current status
- Targeted release: Fedora 17
- Last updated: 2011-12-27
- Percentage of completion: 0%
Detailed Description
Fedora provides PHP 5.3.x since version 12. ZTS module for apache is provided without any extension/module, this lack make it nearly unusable.
PHP 5.4.0RC4 was published for christmas, see annouce. Finale version should be available before fedora 17.
- Update to PHP 5.4.0
- Build ZTS extensions/modules
- Provide ZTS devel stuff (in php-devel)
- Update other extensions (mostly pecl) for latest ABI
- Update PHP Guidelines
Benefit to Fedora
Provides the latest PHP version.
Scope
- Mass rebuild of all packages which requires php ABI, some will requires update or patch
- Test of web applications
How To Test
- test PHP web applications available in the repository
- test PHP with apache in worker mode (ZTS modules)
User Experience
- Web developper will get the latest upstream PHP version
Dependencies
From repoquery --whatrequires 'php(zend-abi)'
- cups-php
- graphviz-php
- ice-php
- php-digidoc
- php-eaccelerator
- php-facedetect
- php-idn
- php-libpuzzle
- php-libvirt : version 0.4.5 + patch
- php-magickwand : version 1.0.9
- php-mapi
- php-pecl-apc : version 3.1.9 + svn snapshot
- php-pecl-gearman : version 1.0.1
- php-pecl-geoip : version 1.0.8
- php-pecl-gmagick : version 1.0.10b1
- php-pecl-igbinary : version 1.0.2 from git
- php-pecl-imagick : version 3.1.0RC1
- php-pecl-lzf : version 1.5.2
- php-pecl-mailparse : version 2.1.5 + patch
- php-pecl-memcache : version 3.0.6 + patch
- php-pecl-memcached : version 2.0.0 from git
- php-pecl-mongo : version 1.2.6
- php-pecl-ncurses : version 1.0.1
- php-pecl-oauth : version 1.2.2
- php-pecl-radius : version 1.2.5
- php-pecl-rrd : version 1.0.5
- php-pecl-selinux : version 0.3.1
- php-pecl-solr : version 1.0.2
- php-pecl-sphinx : version 1.1.0
- php-pecl-ssh2 : version 0.11.3
- php-pecl-xdebug : version 2.2.0 from git
- php-pecl-yaml : version 1.0.1
- php-shout : version 0.9.2
- rrdtool-php
- syck-php
- uuid-php
- zorba-php
N.B. when version is given, this means package have been build/test against php 5.4. All patches are, of course, reported to each upstream.
Contingency Plan
Work in a dedicated build target. Merge only when all is ok.
Documentation
- upstream NEWS
- upstream UPGRADING (for web applications developer)
- upstream UPGRADING.INTERNALS (for extension developer)
Release Notes
Fedora 17 includes version 5.4.0 of php. This includes a number of significant new features, including support for traits, as well as a number of performance enhancements. For complete details see UPGRADING (link to upstream announcement when available).
Fedora 17 now provides php extension to used with apache in worker mode (aka as ZTS extensions)