File tree 1 file changed +19
-1
lines changed 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -68,16 +68,34 @@ jobs:
68
68
$ini = New-Item "C:\php\bin\php.ini" -Force
69
69
Add-Content $ini "extension_dir=C:\php\bin\ext"
70
70
Add-Content $ini "extension=php_openssl.dll"
71
+ shell : pwsh
71
72
72
73
- name : Check PHP
73
74
run : |-
74
75
C:\php\bin\php.exe -m
76
+ ls C:\php\bin\ext
77
+ shell : pwsh
75
78
76
79
- name : Check PIE
77
80
run : |-
78
81
C:\php\bin\php.exe C:\php\pie.phar --version
82
+ shell : pwsh
79
83
80
84
- name : Install Snappy
81
85
run : |-
82
- C:\php\bin\php.exe C:\php\pie.phar install kjdev/snappy
86
+ C:\php\bin\php.exe C:\php\pie.phar install -vvv kjdev/snappy
87
+ shell : pwsh
88
+
89
+ - name : Check Snappy
90
+ run : |-
91
+ ls C:\php\bin\ext
92
+ cat C:\php\bin\php.ini
83
93
C:\php\bin\php.exe -m
94
+ shell : pwsh
95
+
96
+ - name : Debug Snappy
97
+ run : |-
98
+ $ini = New-Item "C:\php\bin\php.ini" -Force
99
+ Add-Content $ini "extension=php_snappy.dll"
100
+ C:\php\bin\php.exe -m
101
+ shell : pwsh
You can’t perform that action at this time.
0 commit comments