From aad3dcd4934436376f7fa4bf698ee06f47dad66b Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Tue, 25 Oct 2005 16:03:11 +0000 Subject: [PATCH] use correct enum type for the arg --- ext/pdo/php_pdo_driver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/pdo/php_pdo_driver.h b/ext/pdo/php_pdo_driver.h index 171a25df2b..c9244a82b4 100755 --- a/ext/pdo/php_pdo_driver.h +++ b/ext/pdo/php_pdo_driver.h @@ -183,7 +183,7 @@ enum pdo_null_handling { }; /* {{{ utils for reading attributes set as driver_options */ -static inline long pdo_attr_lval(zval *options, enum pdo_fetch_type option_name, long defval TSRMLS_DC) +static inline long pdo_attr_lval(zval *options, enum pdo_attribute_type option_name, long defval TSRMLS_DC) { zval **v; -- 2.40.0