Edit report at https://bugs.php.net/bug.php?id=65197&edit=1
ID: 65197 Updated by: s...@php.net Reported by: krishean+php at gmail dot com -Summary: oci8: Incompatible with PHP 5.5.0 +Summary: oci8: PECL install fails with PHP 5.5.0 -Status: Assigned +Status: Closed Type: Bug Package: OCI8 related Operating System: Any PHP Version: 5.5.0 Assigned To: sixd Block user comment: N Private report: N New Comment: OCI8 1.4.10 is available on PECL to fix this problem. Some background info: - The problem only affected installation from PECL. Installing PHP 5.5.0 from source allowed OCI8 1.4.9 to be installed at the same time. - To install OCI8 1.4.9 from PECL you could have extracted the package, bumped the <max> version in package.xml and installed using these instructions: http://php.net/manual/en/install.pecl.phpize.php Previous Comments: ------------------------------------------------------------------------ [2013-07-05 19:00:40] krishean+php at gmail dot com I see that the compiled extension is already included in the windows binary packages, this issue could probably be changed from OS: Any to OS: Linux. ------------------------------------------------------------------------ [2013-07-05 18:32:47] krishean+php at gmail dot com 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. ------------------------------------------------------------------------ [2013-07-05 15:02:49] s...@php.net The PHP 5.5 source bundle already includes OCI8 1.4.9 ------------------------------------------------------------------------ [2013-07-03 20:27:46] 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. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=65197&edit=1