Re: [PHP-DEV][RFC] Enable authorizer-feature in PDO_SQLITE

2006-12-13 Thread Wez Furlong
Hi Mario, Sorry that I didn't get back to you--I often get too busy to follow up on PHP related mail so you need to poke. I'm currently doing some work on PDO and so I'll look at integrating your patch this week; if I don't spot any problems, I'll commit it, otherwise I'll get back to you to dis

[PHP-DEV][RFC] Enable authorizer-feature in PDO_SQLITE

2006-12-11 Thread Mario Wolff
Any suggestions or meanings on it? Thanks, Mario Short test script: sqliteSetAuthorizer('auth'); $db->exec( "CREATE TABLE strings( a)"); $insert = $db->prepare( 'INSERT INTO strings VALUES ( ?)'); foreach ( $data as $str) { $insert->execute( array( $str)); } $insert = null; if( $delete = $