File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
tests/DockerImages/testRunner Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -4931,6 +4931,7 @@ final class PhpStormStubsMap
4931
4931
'posix_ctermid' => 'posix/posix.php',
4932
4932
'posix_eaccess' => 'posix/posix.php',
4933
4933
'posix_errno' => 'posix/posix.php',
4934
+ 'posix_fpathconf' => 'posix/posix.php',
4934
4935
'posix_get_last_error' => 'posix/posix.php',
4935
4936
'posix_getcwd' => 'posix/posix.php',
4936
4937
'posix_getegid' => 'posix/posix.php',
@@ -4954,6 +4955,7 @@ final class PhpStormStubsMap
4954
4955
'posix_kill' => 'posix/posix.php',
4955
4956
'posix_mkfifo' => 'posix/posix.php',
4956
4957
'posix_mknod' => 'posix/posix.php',
4958
+ 'posix_pathconf' => 'posix/posix.php',
4957
4959
'posix_setegid' => 'posix/posix.php',
4958
4960
'posix_seteuid' => 'posix/posix.php',
4959
4961
'posix_setgid' => 'posix/posix.php',
Original file line number Diff line number Diff line change 1
- FROM php:8.4.1 -alpine
1
+ FROM php:8.4-alpine
2
2
3
3
RUN echo 'memory_limit = 2048M' >> /usr/local/etc/php/conf.d/docker-php-memlimit.ini
4
4
COPY --from=composer /usr/bin/composer /usr/bin/composer
You can’t perform that action at this time.
0 commit comments