logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

cvs: ZendEngine2 / zend_compile.h: msg#00069

Subject: cvs: ZendEngine2 / zend_compile.h
tony2001                Thu Oct 26 09:28:44 2006 UTC

  Modified files:              
    /ZendEngine2        zend_compile.h 
  Log:
  fix wrong function prototype (see bug #39260)
  
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_compile.h?r1=1.347&r2=1.348&diff_format=u
Index: ZendEngine2/zend_compile.h
diff -u ZendEngine2/zend_compile.h:1.347 ZendEngine2/zend_compile.h:1.348
--- ZendEngine2/zend_compile.h:1.347    Tue Sep 26 10:31:04 2006
+++ ZendEngine2/zend_compile.h  Thu Oct 26 09:28:44 2006
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: zend_compile.h,v 1.347 2006/09/26 10:31:04 dmitry Exp $ */
+/* $Id: zend_compile.h,v 1.348 2006/10/26 09:28:44 tony2001 Exp $ */
 
 #ifndef ZEND_COMPILE_H
 #define ZEND_COMPILE_H
@@ -549,10 +549,10 @@
 void zend_class_add_ref(zend_class_entry **ce);
 
 ZEND_API void zend_mangle_property_name(char **dest, int *dest_length, char 
*src1, int src1_length, char *src2, int src2_length, int internal);
-ZEND_API int zend_unmangle_property_name(char *mangled_property, int len, char 
**prop_name, char **class_name);
+ZEND_API int zend_unmangle_property_name(char *mangled_property, int len, char 
**class_name, char **prop_name);
 
 ZEND_API void zend_u_mangle_property_name(zstr *dest, int *dest_length, 
zend_uchar type, zstr src1, int src1_length, zstr src2, int src2_length, int 
internal);
-ZEND_API int zend_u_unmangle_property_name(zend_uchar type, zstr 
mangled_property, int len, zstr *prop_name, zstr *class_name);
+ZEND_API int zend_u_unmangle_property_name(zend_uchar type, zstr 
mangled_property, int len, zstr *class_name, zstr *prop_name);
 
 
 #define ZEND_FUNCTION_DTOR (void (*)(void *)) zend_function_dtor



-- 
Zend Engine CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




<Prev in Thread] Current Thread [Next in Thread>