Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How do I add the posix extension?

Michael MauchApr 1 2021

Hi,
recently I discovered that there are now packages for the php-oci8 module: https://blogs.oracle.com/linux/connect-php-7-to-oracle-database-using-oracle-linux-yum-server
And the PHP version is newer than RedHat's packages, that's also nice.
But the posix extension seems to be missing, or I am too dumb to find it.
`php -m` shows no posix, `yum search php- | grep posix` finds nothing, and `php -r 'echo posix_isatty(1);'` doesn't work.

Comments
Post Details
Added on Apr 1 2021
0 comments
677 views