Package: php-laravel-framework / 6.20.14+dfsg-2+deb11u1

Metadata

Package Version Patches format
php-laravel-framework 6.20.14+dfsg-2+deb11u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 cast to int.patch | (download)

src/Illuminate/Database/Query/Grammars/SqlServerGrammar.php | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 cast to int

0002 Fix parent call.patch | (download)

src/Illuminate/View/Compilers/Compiler.php | 2 1 + 1 - 0 !
src/Illuminate/View/Compilers/Concerns/CompilesLayouts.php | 6 3 + 3 - 0 !
src/Illuminate/View/Concerns/ManagesLayouts.php | 26 25 + 1 - 0 !
tests/View/ViewBladeCompilerTest.php | 20 10 + 10 - 0 !
4 files changed, 39 insertions(+), 15 deletions(-)

 fix parent call

0003 Add .phar to blocked PHP extensions 39666.patch | (download)

src/Illuminate/Validation/Concerns/ValidatesAttributes.php | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 add .phar to blocked php extensions (#39666)

By default Debian includes support for executing .phar files alongside
.php and .phtml files, and should be included in the blocked list.