We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e6caa9 commit 64ed988Copy full SHA for 64ed988
CHANGELOG.md
@@ -1,6 +1,14 @@
1
CHANGELOG
2
=========
3
4
+09/02/2017: Version 1.5.9
5
+-------------------------
6
+
7
+* Fix notice in sfValidatorSchema::getBytes" PHP 7.1 #148
8
+* Fix dumpArray() for PHP 7.1 #146
9
+* Fix some bugs with new PHP versions #143
10
+* Fix yaml dumpArray() for PHP 7.1 #142
11
12
06/10/2016: Version 1.5.8
13
-------------------------
14
lib/autoload/sfCoreAutoload.class.php
@@ -11,7 +11,7 @@
/**
* The current symfony version.
*/
-define('SYMFONY_VERSION', '1.5.9-dev');
+define('SYMFONY_VERSION', '1.5.9');
15
16
17
* sfCoreAutoload class.
0 commit comments