]> granicus.if.org Git - php/commitdiff
zts fix ;)
authorWez Furlong <wez@php.net>
Thu, 20 May 2004 16:17:37 +0000 (16:17 +0000)
committerWez Furlong <wez@php.net>
Thu, 20 May 2004 16:17:37 +0000 (16:17 +0000)
ext/pdo_mysql/php_pdo_mysql_int.h

index 8ff4f5a7c1b7d4120cad2a6ca25ab1d222dfe1fc..8498bb0f89f8b60c098a55dbb4bec510fc6b63e2 100755 (executable)
@@ -62,8 +62,8 @@ typedef struct {
 extern pdo_driver_t pdo_mysql_driver;
 
 extern int _pdo_mysql_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, const char *file, int line TSRMLS_DC);
-#define pdo_mysql_error(s) _pdo_mysql_error(s, NULL, __FILE__, __LINE__ TSRMLS_DC)
-#define pdo_mysql_error_stmt(s) _pdo_mysql_error(stmt->dbh, stmt, __FILE__, __LINE__ TSRMLS_DC)
+#define pdo_mysql_error(s) _pdo_mysql_error(s, NULL, __FILE__, __LINE__ TSRMLS_CC)
+#define pdo_mysql_error_stmt(s) _pdo_mysql_error(stmt->dbh, stmt, __FILE__, __LINE__ TSRMLS_CC)
 
 extern struct pdo_stmt_methods mysql_stmt_methods;
 #endif