summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_api.c
diff options
context:
space:
mode:
authorGeorg Richter <georg@php.net>2004-06-06 08:52:19 +0000
committerGeorg Richter <georg@php.net>2004-06-06 08:52:19 +0000
commitf0468116c0236f7b04e187596cb88246d2e9814f (patch)
tree86cadf828ddf796613c30b144e5b8d6fd7755a9a /ext/mysqli/mysqli_api.c
parentfb5cb59035e1534618e38314460bd8060e1419b4 (diff)
downloadphp-git-f0468116c0236f7b04e187596cb88246d2e9814f.tar.gz
removed conditional defines for load_data_infile_handlers on windows
(4.1.2 windows build is fixed now on mysql.com)
Diffstat (limited to 'ext/mysqli/mysqli_api.c')
-rw-r--r--ext/mysqli/mysqli_api.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/mysqli/mysqli_api.c b/ext/mysqli/mysqli_api.c
index fb5f6b0a64..95b6fe4d88 100644
--- a/ext/mysqli/mysqli_api.c
+++ b/ext/mysqli/mysqli_api.c
@@ -1042,7 +1042,6 @@ PHP_FUNCTION(mysqli_kill)
}
/* }}} */
-#ifndef PHP_WIN32
/* {{{ proto mysqli_set_local_infile_default(object link)
unsets user defined handler for load local infile command */
PHP_FUNCTION(mysqli_set_local_infile_default)
@@ -1105,7 +1104,6 @@ PHP_FUNCTION(mysqli_set_local_infile_handler)
&php_local_infile_end, &php_local_infile_error, (void *)mysql);
}
/* }}} */
-#endif
/* {{{ proto bool mysqli_more_results(object link)
check if there any more query results from a multi query */