Skip to content

Instantly share code, notes, and snippets.

@roramirez
Created October 27, 2014 16:16
Show Gist options
  • Save roramirez/a612ffaa7dc6b1a8f99d to your computer and use it in GitHub Desktop.
Save roramirez/a612ffaa7dc6b1a8f99d to your computer and use it in GitHub Desktop.
Longvarchar PHP 5.3 Symfony
--- CreoleTypes.php 2014-01-27 10:28:12.000000000 -0300
+++ symfony/lib/vendor/creole/CreoleTypes.php 2014-01-27 17:55:45.000000000 -0300
@@ -46,7 +46,7 @@
const NUMERIC = 14;
const BLOB = 15;
const CLOB = 16;
- const LONGVARCHAR = 17;
+ const LONGVARCHAR = 30; //php 5.3.0 fix, using an unused int
const DECIMAL = 18;
const REAL = 19;
const BINARY = 20;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment