~ubuntu-branches/ubuntu/lucid/php5/lucid

« back to all changes in this revision

Viewing changes to ext/pdo_mysql/tests/pdo_mysql_prepare_native_named_placeholder.phpt

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-03-16 09:09:50 UTC
  • mfrom: (1.1.18 upstream) (0.3.10 sid)
  • Revision ID: james.westby@ubuntu.com-20100316090950-e36m0pzranoixifd
Tags: 5.3.2-1ubuntu1
* Merge from debian unstable: 
  - debian/control:
    * Dropped firebird2.1-dev, libc-client-dev, libmcrypt-dev as it is in universe.
    * Dropped libmysqlclient15-dev, build against mysql 5.1.
    * Dropped libcurl-dev not in the archive.
    * Suggest php5-suhosin rather than recommends.
    * Dropped php5-imap, php5-interbase, php5-mcrypt since we have versions already in
      universe.
    * Dropped libonig-dev and libqgdbm since its in universe. (will be re-added in lucid+1)
    * Dropped locales-all.
  - modulelist: Drop imap, interbase, and mcrypt.
  - debian/rules:
    * Dropped building of mcrypt, imap, and interbase.
    * Install apport hook for php5.
  - Dropped debian/patches/libedit_is_editline.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
                        $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
65
65
        }
66
66
 
67
 
        $db->exec('DROP TABLE IF EXISTS test');
68
67
        print "done!";
69
68
?>
 
69
--CLEAN--
 
70
<?php
 
71
require dirname(__FILE__) . '/mysql_pdo_test.inc';
 
72
$db = MySQLPDOTest::factory();
 
73
$db->exec('DROP TABLE IF EXISTS test');
 
74
?>
70
75
--EXPECTF--
71
76
[003] Execute has failed, 'HY093' array (
72
77
  0 => 'HY093',