Skip to content

Commit

Permalink
fix: path
Browse files Browse the repository at this point in the history
  • Loading branch information
yajra committed May 27, 2024
1 parent e9cf399 commit c09188c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oci8-php80.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ sudo sh -c "echo '/opt/oracle/instantclient' >> /etc/ld.so.conf"
sudo ldconfig

# enable oci8 extension
sudo sh -c "echo 'extension=oci8.so' >> /etc/php/8.2/cli/php.ini"
sudo sh -c "echo 'extension=oci8.so' >> /etc/php/8.0/cli/php.ini"

0 comments on commit c09188c

Please sign in to comment.