Searched refs:textsize (Results 1 – 4 of 4) sorted by relevance
/PHP-5.6/ext/mssql/ |
H A D | php_mssql.h | 171 long textsize, textlimit, batchsize; variable
|
H A D | php_mssql.c | 254 …STD_PHP_INI_ENTRY_EX("mssql.textsize", "-1", PHP_INI_ALL, OnUpdateLong, textsize, zend_ms… 684 if (MS_SQL_G(textsize) != -1) { in php_mssql_do_connect() 685 snprintf(buffer, sizeof(buffer), "SET TEXTSIZE %li", MS_SQL_G(textsize)); in php_mssql_do_connect() 818 if (MS_SQL_G(textsize) != -1) { in php_mssql_do_connect() 819 snprintf(buffer, sizeof(buffer), "SET TEXTSIZE %li", MS_SQL_G(textsize)); in php_mssql_do_connect()
|
/PHP-5.6/ |
H A D | php.ini-development | 1683 ;mssql.textsize = 4096
|
H A D | php.ini-production | 1683 ;mssql.textsize = 4096
|
Completed in 23 milliseconds