From: Rasmus Lerdorf Date: Wed, 7 Jun 2006 21:14:04 +0000 (+0000) Subject: Put the TODO back X-Git-Tag: php-5.2.0RC1~344 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=76bff5194caa77cbbba37c2bca9db0f5b7613e35;p=php Put the TODO back --- 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