From 76bff5194caa77cbbba37c2bca9db0f5b7613e35 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Wed, 7 Jun 2006 21:14:04 +0000 Subject: [PATCH] Put the TODO back --- ext/pdo/pdo.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ext/pdo/pdo.c b/ext/pdo/pdo.c index db0f262ef6..ab4134715c 100755 --- a/ext/pdo/pdo.c +++ b/ext/pdo/pdo.c @@ -150,6 +150,9 @@ zend_module_entry pdo_module_entry = { }; /* }}} */ +/* TODO: visit persistent handles: for each persistent statement handle, + * remove bound parameter associations */ + #ifdef COMPILE_DL_PDO ZEND_GET_MODULE(pdo) #endif -- 2.50.1