fmk Sun Feb 9 03:32:54 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/mssql php_mssql.c Log: Fixing coredump when no php.ini file is used Index: php4/ext/mssql/php_mssql.c diff -u php4/ext/mssql/php_mssql.c:1.86.2.11 php4/ext/mssql/php_mssql.c:1.86.2.12 --- php4/ext/mssql/php_mssql.c:1.86.2.11 Sun Feb 9 02:18:27 2003 +++ php4/ext/mssql/php_mssql.c Sun Feb 9 03:32:54 2003 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_mssql.c,v 1.86.2.11 2003/02/09 07:18:27 fmk Exp $ */ +/* $Id: php_mssql.c,v 1.86.2.12 2003/02/09 08:32:54 fmk Exp $ */ #ifdef COMPILE_DL_MSSQL #define HAVE_MSSQL 1 @@ -275,6 +275,9 @@ } else { mssql_globals->get_column_content = php_mssql_get_column_content_with_type; } + } + else { + mssql_globals->get_column_content = +php_mssql_get_column_content_with_type; } }
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php