Search Criteria
Package Details: php-oci8 2.2.0-2
Git Clone URL: | https://aur.archlinux.org/php-oci8.git (read-only, click to copy) |
---|---|
Package Base: | php-oci8 |
Description: | PHP extension for OCI8 |
Upstream URL: | https://pecl.php.net/package/oci8 |
Licenses: | |
Submitter: | nubs |
Maintainer: | nubs |
Last Packager: | nubs |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2014-07-16 12:04 |
Last Updated: | 2019-12-12 16:24 |
Latest Comments
1 2 Next › Last »
robin91 commented on 2019-12-12 11:00
Hello! A've updated php to 7.4.0-2 and got an error PHP Warning: PHP Startup: Unable to load dynamic library 'oci8.so' (tried: /usr/lib/php/modules/oci8.so (/usr/lib/php/modules/oci8.so: undefined symbol: add_index_zval)
PHP 7.4.0 (cli) (built: Nov 30 2019 10:43:49) Zend Engine v3.4.0 with Xdebug v2.8.1
nubs commented on 2018-07-30 15:46
Hi @eklausmeier, could you submit a pull request at https://github.com/nubs/php-oci8-aur? Cheers!
eklausmeier commented on 2018-07-29 11:34
Version 2.1.3 is out of date.
Current version is 2.1.8, which works out of the box using your current PKGBUILD. If you make me a co-maintainer I will adapt the file accordingly. Thanks.
nubs commented on 2016-04-08 12:53
Updated to require PHP 7.0. Thanks!
vdemin commented on 2016-04-08 10:58
Please fix php dependency. Version 2.1.0 builds with PHP 7 only. For PHP 5.2 - PHP 5.6, it is necessary to use version 2.0.10.
nubs commented on 2016-01-05 14:28
Updated to 2.1.0. Thanks snoewchen.
snoewchen commented on 2016-01-05 08:09
There is a new version of oci8 out that builds with php-7.
Following changes in the PKGBUILD did the trick for me:
[...]
pkgver=2.1.0
[...]
source=("http://pecl.php.net/${_extname}-${pkgver}.tgz")
md5sums=('3532122b3291e214f3b25a6061b036ae')
[...]
nubs commented on 2015-03-16 14:27
okay, I updated it. Thanks for the heads up.
Anonymous comment on 2015-03-16 14:19
Please switch from build() to package() to be able to build this without adjusting the PKGBUILD :)
Thanks for this package
nubs commented on 2014-07-17 13:43
@rndstr, Thanks! I updated the PKGBUILD with that change.
I was relying on ORACLE_HOME being set to `/usr` (via the /etc/profile.d/oracle.sh script created from the oracle-instantclient packages). It's definitely better to not rely on that having been executed!.
https://github.com/nubs/php-oci8-aur/commit/3d71a3a79099f3e52c6cdf1d3f050088ec97bad2