File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -14,26 +14,21 @@ jobs:
14
14
unzip -o instantclient-basiclite-linuxx64.zip
15
15
unzip -o instantclient-sdk-linuxx64.zip
16
16
mv instantclient_* /tmp/instantclient
17
- - name : Show directory structure
18
- run : |
19
- cd /etc/
20
- pwd
21
- tree
22
- cd /usr/lib
23
- pwd
24
- tree
25
17
- name : Checkout pdo_oci
26
18
uses : actions/checkout@v4
27
19
- name : Setup PHP
28
20
uses : shivammathur/setup-php@v2
29
21
with :
30
22
php-version : ${{matrix.version}}
23
+ - name : Show directory structure
24
+ run : |
25
+ php --ini
31
26
- name : Build PDO_OCI
32
27
run : |
33
28
phpize
34
29
./configure --with-pdo-oci=shared,instantclient,/tmp/instantclient
35
30
sudo make install
36
- sudo echo "extension=pdo_oci.so" >> /etc/php .ini
31
+ # sudo echo "extension=pdo_oci.so" >> /etc/cli/conf.d/30-pdo_oci .ini
37
32
# - name: Test pdo_oci
38
33
# run: make test TESTS=tests
39
34
windows :
You can’t perform that action at this time.
0 commit comments