php: added unpack of class object converter

This commit is contained in:
advect 2011-01-16 17:35:10 +09:00
parent fe26df5355
commit 5debbd2be8
86 changed files with 14795 additions and 1451 deletions

7
php/msgpack_convert.h Normal file
View file

@ -0,0 +1,7 @@
#ifndef MSGPACK_CONVERT_H
#define MSGPACK_CONVERT_H
int msgpack_convert_object(zval *return_value, zval *object, zval **value);
#endif