diff options
author | Wez Furlong <wez@php.net> | 2004-05-18 19:06:47 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2004-05-18 19:06:47 +0000 |
commit | df69bf6c06b02fda4fa07a30542272b0ce82c6c2 (patch) | |
tree | f7511e4d1eccc31cecb8a26affdd593d539e49a8 | |
parent | 9ec5c3526eb8bcd0188bb47ad03182bf67f071e9 (diff) | |
download | php-git-df69bf6c06b02fda4fa07a30542272b0ce82c6c2.tar.gz |
mySQL, not Oracle ;)
-rwxr-xr-x | ext/pdo_mysql/php_pdo_mysql_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_mysql/php_pdo_mysql_int.h b/ext/pdo_mysql/php_pdo_mysql_int.h index 92a988e957..830373792c 100755 --- a/ext/pdo_mysql/php_pdo_mysql_int.h +++ b/ext/pdo_mysql/php_pdo_mysql_int.h @@ -23,7 +23,7 @@ #include <mysql.h> -/* stuff we use in an OCI database handle */ +/* stuff we use in a mySQL database handle */ typedef struct { MYSQL *server; unsigned int last_err; |