mirror of
https://github.com/php/php-src.git
synced 2025-01-27 14:13:41 +08:00
Bug 29058 (patch submitted by bug reporter)
This commit is contained in:
parent
cfc8accd3e
commit
f20849d12e
@ -3038,7 +3038,7 @@ PHP_FUNCTION(odbc_foreignkeys)
|
||||
fschema = Z_STRVAL_PP(pv_fschema);
|
||||
convert_to_string_ex(pv_ftable);
|
||||
ftable = Z_STRVAL_PP(pv_ftable);
|
||||
#ifdef HAVE_DBMAKER
|
||||
#if defined(HAVE_DBMAKER) || defined (HAVE_IBMDB2)
|
||||
#define EMPTY_TO_NULL(xstr) \
|
||||
if ((int)strlen((xstr)) == 0) (xstr) = NULL
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user