diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2008-02-26 00:14:04 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2008-02-26 00:14:04 +0000 |
| commit | 86647d648ffd70a9c1ff8bab47302a6e66d2f468 (patch) | |
| tree | d8c8165512c53e0843a5b165cb8b9a6a405b2c2e /ext/pdo | |
| parent | 8bdaeafc23248c0ac33d3bb21dce299467eb967e (diff) | |
| download | php-git-86647d648ffd70a9c1ff8bab47302a6e66d2f468.tar.gz | |
MFB: Better fix for bug #44189
Diffstat (limited to 'ext/pdo')
| -rwxr-xr-x | ext/pdo/pdo_stmt.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/pdo/pdo_stmt.c b/ext/pdo/pdo_stmt.c index 0022631669..eac65790cf 100755 --- a/ext/pdo/pdo_stmt.c +++ b/ext/pdo/pdo_stmt.c @@ -166,10 +166,6 @@ static int dispatch_param_event(pdo_stmt_t *stmt, enum pdo_param_event event_typ ht = stmt->bound_params; - if (ht && !stmt->bound_param_map) { - return 0; - } - iterate: if (ht) { zend_hash_internal_pointer_reset(ht); |
