~johannes-s/php-mysqlnd/mysqli-to-stream

  • Committer: uwendel
  • Date: 2008-04-23 09:35:08 UTC
  • Revision ID: svn-v3-trunk0:9b09168f-4628-0410-866a-9dad55de4e77:trunk:1508
We don't support all PDO/PDO_MYSQL attributes with mysqlnd.
Ignoring values for unsupported options will lead to confusion, indicating an error and giving a warning is not really possible in the constructor (we should throw an exception) and thus entirely 
removing them from the API - like we did with MAX_BUFFER_SIZE before - seems a good option. This way users get a FATAL error and can fix their PHP code properly.
Filename Latest Rev Last Changed Committer Comment Size
..
mysqlnd 1446 16 years ago ahristov Added mysqlnd_stmt_more_results() and mysqlnd_stmt Diff
php4 1047 16 years ago ahristov Merge with HEAD Diff
php5 1457 16 years ago uwendel We don't support all PDO/PDO_MYSQL attributes with Diff
php6 1446 16 years ago ahristov Added mysqlnd_stmt_more_results() and mysqlnd_stmt Diff
tests 1453 16 years ago uwendel Fixing more typos Diff
Makefile 307 17 years ago uwendel There's probably a better way to reflect the new s 1 KB Diff Download File