]> granicus.if.org Git - php/commit
Fix bug #73331 - do not try to serialize/unserialize objects wddx can not handle
authorStanislav Malyshev <stas@php.net>
Mon, 24 Oct 2016 03:07:47 +0000 (20:07 -0700)
committerStanislav Malyshev <stas@php.net>
Mon, 24 Oct 2016 03:09:23 +0000 (20:09 -0700)
commit6045de69c7dedcba3eadf7c4bba424b19c81d00d
tree627bf28fca4e3d98e365c82ba4e5c97d3474f340
parent6558559bcc1cd24e3639e4a215e9d546ee05fc48
Fix bug #73331 - do not try to serialize/unserialize objects wddx can not handle

Proper soltion would be to call serialize/unserialize and deal with the result,
but this requires more work that should be done by wddx maintainer (not me).
ext/pdo/pdo_stmt.c
ext/wddx/tests/bug45901.phpt
ext/wddx/tests/bug72790.phpt
ext/wddx/tests/bug73331.phpt [new file with mode: 0644]
ext/wddx/wddx.c