Dennis Cote <[EMAIL PROTECTED]> writes: > Furthermore, I don't believe that most users are using an authorizer anyway > (but I could definitely be wrong about that). In that case all the authorizer > callbacks become no-ops don't they?
PHP's use of sqlite uses an authorizer callback in the original (sqlite2) functionalilty and I expect does so in the current PDO implementation for sqltie3. That means that all apps using sqlite i PHP have an authorizer callback. Derrell