summaryrefslogtreecommitdiff
path: root/ext/mysqli/php_mysqli.h
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2005-07-12 20:38:34 +0000
committerAntony Dovgal <tony2001@php.net>2005-07-12 20:38:34 +0000
commit502b00c3f686253d91c061fca511f8fbfe1698fb (patch)
tree7bf387dc8f6ad8819af97ac4d54eedb98f1704ac /ext/mysqli/php_mysqli.h
parent2fdbd380ba0ce55b18fa07294c9988db39767a25 (diff)
downloadphp-git-502b00c3f686253d91c061fca511f8fbfe1698fb.tar.gz
add forgotten ifdefs, fix #33667 (mysqli doesn't compile)
Diffstat (limited to 'ext/mysqli/php_mysqli.h')
-rw-r--r--ext/mysqli/php_mysqli.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/mysqli/php_mysqli.h b/ext/mysqli/php_mysqli.h
index d07ccfb162..b4049c9401 100644
--- a/ext/mysqli/php_mysqli.h
+++ b/ext/mysqli/php_mysqli.h
@@ -334,7 +334,9 @@ PHP_FUNCTION(mysqli_field_count);
PHP_FUNCTION(mysqli_field_seek);
PHP_FUNCTION(mysqli_field_tell);
PHP_FUNCTION(mysqli_free_result);
+#ifdef HAVE_MYSQLI_GET_CHARSET
PHP_FUNCTION(mysqli_get_charset);
+#endif
PHP_FUNCTION(mysqli_get_client_info);
PHP_FUNCTION(mysqli_get_client_version);
PHP_FUNCTION(mysqli_get_host_info);