1. 28 May, 2015 1 commit
    • Fabien Potencier's avatar
      minor #1168 Changed Doctrine page to use utf8mb4 as sample (DHager) · e46e475d
      Fabien Potencier authored
      This PR was merged into the 1.2 branch.
      
      Discussion
      ----------
      
      Changed Doctrine page to use utf8mb4 as sample
      
      MySQL's `utf8` character set is a little broken, and does not cover 4-byte UTF-8 characters. In most cases it will quietly truncate the string whenever it sees one, saving incomplete text data.
      
      In  5.5.3 they introduced `utf8mb4` to fix this inconsistency, and given that it's been 5 years, it's probably safe to encourage people to use it. If their MySQL installation is older, it should be easy for them to find the distinctive string and change it back to `utf8`, and for a new project.
      
      Additional details can be found in the equivalent [pull-request for Symfony-2](https://github.com/symfony/symfony-docs/pull/5100).
      
      Commits
      -------
      
      a20f8f6a Changed Doctrine page to use utf8mb4 as sample
      e46e475d
  2. 08 May, 2015 3 commits
  3. 04 May, 2015 1 commit
    • Darien's avatar
      Changed Doctrine page to use utf8mb4 as sample · a20f8f6a
      Darien authored
      MySQL's `utf8` character set is a little broken, and does not cover 4-byte UTF-8 characters. In most cases it will quietly truncate the string whenever it sees one, saving incomplete text data.  
      
      In  5.5.3 they introduced `utf8mb4` to fix this inconsistency, and given that it's been 5 years, it's probably safe to encourage people to use it. If their MySQL installation is old, it should be easy for them to find the distinctive string and change it back to `utf8`.
      a20f8f6a
  4. 03 May, 2015 2 commits
  5. 01 May, 2015 1 commit
  6. 30 Apr, 2015 1 commit
  7. 12 Apr, 2015 2 commits
  8. 11 Apr, 2015 17 commits
  9. 27 Mar, 2015 2 commits
  10. 06 Mar, 2015 1 commit
    • Fabien Potencier's avatar
      minor #1078 [1.2] Fix doc about running unit tests (GromNaN) · 0161e781
      Fabien Potencier authored
      This PR was merged into the 1.2 branch.
      
      Discussion
      ----------
      
      [1.2] Fix doc about running unit tests
      
      Alternative to #1075.
      
      I've kept the syntax using phpunit.phar as it must be the most portable way to run PHPUnit (like it is for Composer).
      
      Commits
      -------
      
      7bb4398e Fix README doc about running unit tests
      0161e781
  11. 05 Mar, 2015 1 commit
  12. 27 Feb, 2015 2 commits
  13. 20 Jan, 2015 6 commits