You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG-2.0.md
+26
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,32 @@ in 2.0 minor versions.
7
7
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
8
8
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v2.0.0...v2.0.1
9
9
10
+
* 2.0.12 (2012-03-19)
11
+
12
+
* 54b2413: Webprofiler ipv6 search fix
13
+
* 8642473: Changed instances of \DateTimeZone::UTC to 'UTC' as the constant is not valid a produces this error when DateTimeZone is instantiated: DateTimeZone::__construct() [<ahref='datetimezone.--construct'>datetimezone.--construct</a>]: Unknown or bad timezone (1024)
* 8fe6ee3: [Console] fixed help command when used from the shell (closes #3480)
31
+
* caa44ae: Only work with the cli sapi
32
+
* e2fc3cd: [Process] PHP_BINARY return the current process
33
+
* dc2d5a0: [HttpFoundation][Session] Fix bug in PDO Session Storage with SQLSRV making assumptions about parameters with length being OUTPUT not INPUT parameters.
34
+
* e8281cf: SqliteProfilerStorage fix
35
+
10
36
* 2.0.11 (2012-02-24)
11
37
12
38
* 3e64d36: [Serializer] Fix XML decoding attack vector through external entities
0 commit comments