php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #55326
Patch bug55326.diff revision 2011-07-31 03:17 UTC by cataphract@php.net

Patch bug55326.diff for Scripting Engine problem Bug #55326

Patch version 2011-07-31 03:17 UTC

Return to Bug #55326 | Download this patch
Patch Revisions:

Developer: cataphract@php.net

Index: Zend/zend_compile.c
===================================================================
--- Zend/zend_compile.c	(revision 313986)
+++ Zend/zend_compile.c	(working copy)
@@ -3476,8 +3476,6 @@
 	else if (!IS_EQUAL(mname, mname_len, "__isset"))		(ce)->__isset		= (fe); \
 	else if (!IS_EQUAL(mname, mname_len, "__callstatic"))(ce)->__callstatic	= (fe); \
 	else if (!IS_EQUAL(mname, mname_len, "__tostring"))	(ce)->__tostring	= (fe); \
-	else if (!IS_EQUAL(mname, mname_len, "serialize_func"))	(ce)->serialize_func	= (fe); \
-	else if (!IS_EQUAL(mname, mname_len, "unserialize_func"))(ce)->unserialize_func	= (fe); \
 }
 
 /* {{{ Originates from php_runkit_function_copy_ctor
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 00:01:32 2024 UTC