[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pecl-cvs
Subject:    [PECL-CVS] =?utf-8?q?svn:_/pecl/yaf/trunk/_yaf=5Frouter.c?=
From:       Xinchen_Hui <laruence () php ! net>
Date:       2013-01-18 6:28:30
Message-ID: svn-laruence-1358490510-329201-421360406 () svn ! php ! net
[Download RAW message or body]

laruence                                 Fri, 18 Jan 2013 06:28:30 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=329201

Log:
move to startup

Changed paths:
    U   pecl/yaf/trunk/yaf_router.c

Modified: pecl/yaf/trunk/yaf_router.c
===================================================================
--- pecl/yaf/trunk/yaf_router.c	2013-01-18 06:26:40 UTC (rev 329200)
+++ pecl/yaf/trunk/yaf_router.c	2013-01-18 06:28:30 UTC (rev 329201)
@@ -47,7 +47,6 @@
 	zval 			*routes;
 	yaf_router_t 	*instance;
 	yaf_route_t		*route;
-	(void)yaf_route_route_arginfo; /* tricky, supress warning "defined but not used" */

 	if (this_ptr) {
 		instance = this_ptr;
@@ -366,6 +365,7 @@
  */
 YAF_STARTUP_FUNCTION(router) {
 	zend_class_entry ce;
+	(void)yaf_route_route_arginfo; /* tricky, supress warning "defined but not used" */

 	YAF_INIT_CLASS_ENTRY(ce, "Yaf_Router", "Yaf\\Router", yaf_router_methods);
 	yaf_router_ce = zend_register_internal_class_ex(&ce, NULL, NULL TSRMLS_CC);



-- 
PECL CVS Mailing List 
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic