We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c74de14 commit 8f569ebCopy full SHA for 8f569eb
ext/standard/tests/dns/bind-start.sh
@@ -193,6 +193,13 @@ else
193
echo "Debug: Setting directory permissions for bind user access..."
194
195
# Make sure bind can traverse the entire path
196
+ ls -la /
197
+ ls -la /home
198
+ ls -la /home/runner
199
+ ls -la /home/runner/work
200
+ ls -la /home/runner/work/php-src
201
+ ls -la /home/runner/work/php-src/php-src
202
+
203
chmod o+x /home 2>/dev/null || echo "Failed to chmod /home"
204
chmod o+x /home/runner 2>/dev/null || echo "Failed to chmod /home/runner"
205
chmod o+x /home/runner/work 2>/dev/null || echo "Failed to chmod /home/runner/work"
0 commit comments