Skip to content

Commit 5d64ada

Browse files
Merge branch '2.7' into 2.8
* 2.7: fixed wrong description in a phpdoc 19 digits VISA card numbers are valid [HttpKernel] Fixed test name [Debug] prevent infinite loop with faulty exception handlers Add the missing `enabled` session attribute [HttpKernel] Turn bad hosts into 400 instead of 500
2 parents 7ee1117 + e8262fc commit 5d64ada

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Resources/config/schema/symfony-1.0.xsd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
</xsd:complexType>
106106

107107
<xsd:complexType name="session">
108+
<xsd:attribute name="enabled" type="xsd:boolean" />
108109
<xsd:attribute name="storage-id" type="xsd:string" />
109110
<xsd:attribute name="handler-id" type="xsd:string" />
110111
<xsd:attribute name="name" type="xsd:string" />

0 commit comments

Comments
 (0)