]> granicus.if.org Git - php/commitdiff
Put the TODO back
authorRasmus Lerdorf <rasmus@php.net>
Wed, 7 Jun 2006 21:14:04 +0000 (21:14 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Wed, 7 Jun 2006 21:14:04 +0000 (21:14 +0000)
ext/pdo/pdo.c

index db0f262ef68d0debf7877381f3e16b80b4e0e97f..ab4134715cb70eaa6382e1fe68d1474e51101f44 100755 (executable)
@@ -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