mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
- MFH: Removed UG(unicode) checks
This commit is contained in:
parent
02fe66d1e0
commit
dcd86aebd2
8 changed files with 94 additions and 122 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue