summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2004-05-18 19:06:47 +0000
committerWez Furlong <wez@php.net>2004-05-18 19:06:47 +0000
commitdf69bf6c06b02fda4fa07a30542272b0ce82c6c2 (patch)
treef7511e4d1eccc31cecb8a26affdd593d539e49a8
parent9ec5c3526eb8bcd0188bb47ad03182bf67f071e9 (diff)
downloadphp-git-df69bf6c06b02fda4fa07a30542272b0ce82c6c2.tar.gz
mySQL, not Oracle ;)
-rwxr-xr-xext/pdo_mysql/php_pdo_mysql_int.h2
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;