summaryrefslogtreecommitdiff
path: root/ext/pdo/php_pdo_int.h
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2014-05-26 14:17:45 +0800
committerXinchen Hui <laruence@php.net>2014-05-26 14:17:45 +0800
commit9fa9da483129b53b35b2c2106c17f8a7a5b402f6 (patch)
tree25feb4c0dbefdc46b7d85a60fc6cb5ef0c9df6c1 /ext/pdo/php_pdo_int.h
parent066c1d5451a33c652e23a59e6455dca331007919 (diff)
downloadphp-git-9fa9da483129b53b35b2c2106c17f8a7a5b402f6.tar.gz
Finished persistent PDO implement
Diffstat (limited to 'ext/pdo/php_pdo_int.h')
-rw-r--r--ext/pdo/php_pdo_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo/php_pdo_int.h b/ext/pdo/php_pdo_int.h
index a428a74a3a..27cca7c29f 100644
--- a/ext/pdo/php_pdo_int.h
+++ b/ext/pdo/php_pdo_int.h
@@ -60,7 +60,7 @@ extern pdo_driver_t *pdo_find_driver(const char *name, int namelen);
int pdo_sqlstate_init_error_table(void);
void pdo_sqlstate_fini_error_table(void);
const char *pdo_sqlstate_state_to_description(char *state);
-int pdo_hash_methods(pdo_dbh_t *dbh, int kind TSRMLS_DC);
+int pdo_hash_methods(pdo_dbh_object_t *dbh, int kind TSRMLS_DC);
/*