- MFH: Removed UG(unicode) checks

This commit is contained in:
Felipe Pena 2009-03-30 16:52:33 +00:00
parent 02fe66d1e0
commit dcd86aebd2
8 changed files with 94 additions and 122 deletions

View file

@ -39,13 +39,6 @@ char * mysqlnd_palloc_get_zval_name = "mysqlnd_palloc_get_zval";
#endif
#if PHP_MAJOR_VERSION < 6
#define IS_UNICODE_DISABLED (1)
#else
#define IS_UNICODE_DISABLED (!UG(unicode))
#endif
/* {{{ _mysqlnd_palloc_init_cache */
PHPAPI MYSQLND_ZVAL_PCACHE* _mysqlnd_palloc_init_cache(unsigned int cache_size TSRMLS_DC)
{