|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2013-07-03 20:27 UTC] krishean+php at gmail dot com
Description: ------------ The current version of oci8 (1.4.9) is compatible with PHP version 4.3.9 to 5.4.99, but not 5.5.0. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 05:00:01 2025 UTC |
The package.xml file, even in the 5.5.0 source bundle, specifies: <dependencies> <required> <php> <min>4.3.9</min> <max>5.4.99</max> </php> <pearinstaller> <min>1.4.0b1</min> </pearinstaller> </required> </dependencies> Installation with "pecl install oci8" will fail.