Skip to content

Commit cdba4cf

Browse files
author
Drak
committed
[FrameworkBundle] Change XSD to allow string replacements on session args.
1 parent 52f7955 commit cdba4cf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,23 +76,23 @@
7676
<xsd:attribute name="storage-id" type="xsd:string" />
7777
<xsd:attribute name="handler-id" type="xsd:string" />
7878
<xsd:attribute name="name" type="xsd:string" />
79-
<xsd:attribute name="cookie-lifetime" type="xsd:integer" />
79+
<xsd:attribute name="cookie-lifetime" type="xsd:string" />
8080
<xsd:attribute name="cookie-path" type="xsd:string" />
8181
<xsd:attribute name="cookie-domain" type="xsd:string" />
8282
<xsd:attribute name="cookie-secure" type="xsd:boolean" />
8383
<xsd:attribute name="cookie-httponly" type="xsd:boolean" />
8484
<!-- deprecated attributes -->
85-
<xsd:attribute name="lifetime" type="xsd:integer" />
85+
<xsd:attribute name="lifetime" type="xsd:string" />
8686
<xsd:attribute name="path" type="xsd:string" />
8787
<xsd:attribute name="domain" type="xsd:string" />
8888
<xsd:attribute name="secure" type="xsd:boolean" />
8989
<xsd:attribute name="httponly" type="xsd:boolean" />
9090
<!-- end of deprecated attributes -->
9191
<xsd:attribute name="cache-limiter" type="xsd:string" />
9292
<xsd:attribute name="auto-start" type="xsd:boolean" />
93-
<xsd:attribute name="gc-maxlifetime" type="xsd:integer" />
94-
<xsd:attribute name="gc-divisor" type="xsd:integer" />
95-
<xsd:attribute name="gc-probability" type="xsd:integer" />
93+
<xsd:attribute name="gc-maxlifetime" type="xsd:string" />
94+
<xsd:attribute name="gc-divisor" type="xsd:string" />
95+
<xsd:attribute name="gc-probability" type="xsd:string" />
9696
</xsd:complexType>
9797

9898
<xsd:complexType name="templating">

0 commit comments

Comments
 (0)