diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-06-10 07:12:19 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-06-10 07:12:19 +0200 |
commit | f4332a90ac293ecc0595e5c4af0199436cd197ff (patch) | |
tree | b653bfea9bb0d200c9d3cd12d9c431a24f591859 /README |
repo reorg
Diffstat (limited to 'README')
-rw-r--r-- | README | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -0,0 +1,30 @@ +php +--- + +php.spec is stable version from http://www.php.net/downloads.php +php-dev.spec is development version from http://snaps.php.net/ + + +Backport of latest fedora package + +Diff: + More extensions enabled : + + - oci8 (requires Oracle client) + - PDO_OCI + - SQLite (for compatibility, deprecated) + + Extensions provided for php-zts + + +Distro specific changes: + + enchant not available on EL4 + t1lib not available on EL4 (gd) + sqlite3 only in fedora >= 9 + + use system pcre only in fedora >=8 + use system sqlite only in fedora >= 10 + use system tzdata only in fedora >= 10 + + |