mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Revert (at Wez's request)
This commit is contained in:
parent
313c153274
commit
e48d127244
3 changed files with 9 additions and 20 deletions
|
@ -43,7 +43,7 @@ enum pdo_param_type {
|
|||
PDO_PARAM_STR,
|
||||
PDO_PARAM_LOB,
|
||||
PDO_PARAM_STMT, /* hierarchical result set */
|
||||
PDO_PARAM_DBL,
|
||||
|
||||
};
|
||||
|
||||
enum pdo_fetch_type {
|
||||
|
@ -332,8 +332,6 @@ struct pdo_bound_param_data {
|
|||
int is_param; /* parameter or column ? */
|
||||
};
|
||||
|
||||
#define PDO_BOUND_PARAM_INIT { -1, NULL, 0 }
|
||||
|
||||
/* represents a prepared statement */
|
||||
struct _pdo_stmt_t {
|
||||
/* driver specifics */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue