sebastian Sat Jan 11 04:51:52 2003 EDT Modified files: /php4/ext/rpc rpc.c Log: Add missing ,. Index: php4/ext/rpc/rpc.c diff -u php4/ext/rpc/rpc.c:1.16 php4/ext/rpc/rpc.c:1.17 --- php4/ext/rpc/rpc.c:1.16 Sat Jan 11 03:59:36 2003 +++ php4/ext/rpc/rpc.c Sat Jan 11 04:51:52 2003 @@ -171,7 +171,7 @@ /* register classes and functions */ *HANDLER.ce = zend_register_internal_class_ex(&ce, rpc_entry, NULL TSRMLS_CC); - zend_register_functions(NULLHANDLER.functions, NULL, MODULE_PERSISTENT TSRMLS_CC); + zend_register_functions(NULL, HANDLER.functions, NULL, +MODULE_PERSISTENT TSRMLS_CC); zend_register_ini_entries(HANDLER.ini, module_number TSRMLS_CC); }
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php