Andrii Afanasiev <andrii@crytek.de>: Author Summary
Build | Completed | Code commits | Tests |
---|---|---|---|
PHPBB3 › DD32 › #448 | 3 years ago | 6736 passed | |
PHPBB3 › DDM › #371 | 3 years ago |
[ticket/15678] Fix build and cache flow for container
1. During procedure of building container we have to check both required files in cache: container_* and autoload_*. This files should be "fresh" and if one of the does not exist then we have to build it and put into a cache one more time. 2. Fix typo 'posic_getuid' does not exist, so $php_uid is alwasy was false. PHPBB3-15678 |
Testless build |
Build | Completed | Code commits | Tests |
---|---|---|---|
PHPBB3 › DDM › #371 | 3 years ago |
[ticket/15678] Fix build and cache flow for container
1. During procedure of building container we have to check both required files in cache: container_* and autoload_*. This files should be "fresh" and if one of the does not exist then we have to build it and put into a cache one more time. 2. Fix typo 'posic_getuid' does not exist, so $php_uid is alwasy was false. PHPBB3-15678 |
Testless build |
Build | Completed | Code commits | Tests |
---|
1. During procedure of building container we have to check both required files
in cache: container_* and autoload_*. This files should be "fresh" and if one
of the does not exist then we have to build it and put into a cache one more
time.
2. Fix typo 'posic_getuid' does not exist, so $php_uid is alwasy was false.
PHPBB3-15678