1
0
mirror of https://github.com/php/php-src.git synced 2026-04-06 15:43:13 +02:00

- Possible fix for bug #55022 (memory_limit exhausted when set charset in sybase_connect)

This commit is contained in:
Felipe Pena
2011-06-11 01:15:14 +00:00
parent ea2cad7e76
commit f641cf8b2c

View File

@@ -728,7 +728,7 @@ static int php_sybase_do_connect_internal(sybase_link *sybase, char *host, char
static void php_sybase_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent)
{
char *user, *passwd, *host, *charset, *appname;
char *user = NULL, *passwd = NULL, *host = NULL, *charset = NULL, *appname = NULL;
char *hashed_details;
int hashed_details_length, len;
zend_bool new = 0;