Skip to content

How to build pdo_oci ext from a php-src fork? #504

Answered by mlocati
mvorisek asked this question in Q&A
Discussion options

You must be logged in to vote

You could try the following:

  1. extract the PHP source code that comes with the PHP docker images with docker-php-source extract
  2. patch the PHP source code you will find at /usr/src/php (you could try to download the patch available at https://github.com/php/php-src/pull/8018.patch and to apply it with the patch command)
  3. run the install-php-extensions command as usual

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mlocati
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #503 on February 01, 2022 15:52.