Skip to content

Commit 3c54b8e

Browse files
committed
update stubs map and docker image for php 8.4
1 parent 4bac601 commit 3c54b8e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

PhpStormStubsMap.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4931,6 +4931,7 @@ final class PhpStormStubsMap
49314931
'posix_ctermid' => 'posix/posix.php',
49324932
'posix_eaccess' => 'posix/posix.php',
49334933
'posix_errno' => 'posix/posix.php',
4934+
'posix_fpathconf' => 'posix/posix.php',
49344935
'posix_get_last_error' => 'posix/posix.php',
49354936
'posix_getcwd' => 'posix/posix.php',
49364937
'posix_getegid' => 'posix/posix.php',
@@ -4954,6 +4955,7 @@ final class PhpStormStubsMap
49544955
'posix_kill' => 'posix/posix.php',
49554956
'posix_mkfifo' => 'posix/posix.php',
49564957
'posix_mknod' => 'posix/posix.php',
4958+
'posix_pathconf' => 'posix/posix.php',
49574959
'posix_setegid' => 'posix/posix.php',
49584960
'posix_seteuid' => 'posix/posix.php',
49594961
'posix_setgid' => 'posix/posix.php',

tests/DockerImages/testRunner/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.4.1-alpine
1+
FROM php:8.4-alpine
22

33
RUN echo 'memory_limit = 2048M' >> /usr/local/etc/php/conf.d/docker-php-memlimit.ini
44
COPY --from=composer /usr/bin/composer /usr/bin/composer

0 commit comments

Comments
 (0)