The extra semi-colon is causing build to fail here.

Rob
Index: zend_API.c
===================================================================
RCS file: /repository/ZendEngine2/zend_API.c,v
retrieving revision 1.296.2.27.2.1
diff -u -r1.296.2.27.2.1 zend_API.c
--- zend_API.c  9 May 2006 23:53:23 -0000       1.296.2.27.2.1
+++ zend_API.c  10 May 2006 13:29:22 -0000
@@ -1531,7 +1531,7 @@
        int count=0, unload=0;
        HashTable *target_function_table = function_table;
        int error_type;
-       zend_function *ctor = NULL, *dtor = NULL, *clone = NULL, *__get = NULL, 
*__set = NULL, *__unset = NULL, *__isset = NULL, *__call = NULL, *__tostring = 
NULL;;
+       zend_function *ctor = NULL, *dtor = NULL, *clone = NULL, *__get = NULL, 
*__set = NULL, *__unset = NULL, *__isset = NULL, *__call = NULL, *__tostring = 
NULL;
        char *lowercase_name;
        int fname_len;
        char *lc_class_name = NULL;

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to