Welcome Guest, Not a member yet? Register   Sign In
problem with escape and objects in sessions
#6

[eluser]helle[/eluser]
arglh ... found the problem

if you try to escape a serialized object for postgresql you have to use the
pg_escape_bytea() native php method.

CI uses the pg_escape_string() native php method. seen in the postgre_driver.php file at line 294


Messages In This Thread
problem with escape and objects in sessions - by El Forum - 06-03-2010, 06:45 AM
problem with escape and objects in sessions - by El Forum - 06-03-2010, 07:56 AM
problem with escape and objects in sessions - by El Forum - 06-03-2010, 08:28 AM
problem with escape and objects in sessions - by El Forum - 06-03-2010, 01:20 PM
problem with escape and objects in sessions - by El Forum - 06-04-2010, 01:42 AM
problem with escape and objects in sessions - by El Forum - 06-04-2010, 02:35 AM



Theme © iAndrew 2016 - Forum software by © MyBB