Changeset 637 for trunk/xcache.c
- Timestamp:
- 07/05/2009 12:05:40 PM (4 years ago)
- Files:
-
- 1 modified
-
trunk/xcache.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.c
r631 r637 1849 1849 } 1850 1850 /* }}} */ 1851 static void xc_copy_zend_constant(zend_constant *c) /* {{{ */1852 {1853 c->name = zend_strndup(c->name, c->name_len - 1);1854 if (!(c->flags & CONST_PERSISTENT)) {1855 zval_copy_ctor(&c->value);1856 }1857 }1858 /* }}} */1859 1851 static void xc_request_init(TSRMLS_D) /* {{{ */ 1860 1852 { … … 2217 2209 default: 2218 2210 #ifdef IS_UNICODE 2219 convert_to_ text(name);2211 convert_to_unicode(name); 2220 2212 #else 2221 2213 convert_to_string(name);

