Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use BLOB for Object mapping type #273

Closed

Commits on Feb 17, 2013

  1. Use BLOB for Object mapping type

    http://php.net/manual/en/function.serialize.php
    Note that this is a binary string which may include null bytes, and needs to be stored and handled as such. For example, serialize() output should generally be stored in a BLOB field in a database, rather than a CHAR or TEXT field.
    ludekstepan committed Feb 17, 2013
    Copy the full SHA
    72b7142 View commit details
    Browse the repository at this point in the history