diff options
| author | Wez Furlong <wez@php.net> | 2005-02-09 00:38:11 +0000 |
|---|---|---|
| committer | Wez Furlong <wez@php.net> | 2005-02-09 00:38:11 +0000 |
| commit | 5304374fc5e796bbb117ff8a63062438b6b0ccb8 (patch) | |
| tree | 96f5f89e0e036b81850a7647dca088efe6f5ee43 /ext/pdo/php_pdo_driver.h | |
| parent | 3fb1c65a41f6d934aa6e3568a5b94055a22d623e (diff) | |
| download | php-git-5304374fc5e796bbb117ff8a63062438b6b0ccb8.tar.gz | |
fix typo
Diffstat (limited to 'ext/pdo/php_pdo_driver.h')
| -rwxr-xr-x | ext/pdo/php_pdo_driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo/php_pdo_driver.h b/ext/pdo/php_pdo_driver.h index e5c0a61012..465be2e518 100755 --- a/ext/pdo/php_pdo_driver.h +++ b/ext/pdo/php_pdo_driver.h @@ -378,7 +378,7 @@ enum pdo_placeholder_support { /* represents a connection to a database */ struct _pdo_dbh_t { - /* these items mst appear in this order at the beginning of the + /* these items must appear in this order at the beginning of the struct so that this can be cast as a zend_object. we need this to allow the extending class to escape all the custom handlers that PDO declares. |
