summaryrefslogtreecommitdiff
path: root/ext/msql/php_msql.c
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2001-07-28 11:36:37 +0000
committerZeev Suraski <zeev@php.net>2001-07-28 11:36:37 +0000
commitd87cc976e1156b839fc6d4aa6b473a126802b8e3 (patch)
tree8acb068dd7458e1c8df3a7d8ecb87d065990fdb1 /ext/msql/php_msql.c
parentb4f3b9d3ce9f55cf040fb5aa8f201c64646cab43 (diff)
downloadphp-git-d87cc976e1156b839fc6d4aa6b473a126802b8e3.tar.gz
Redesigned thread safety mechanism - nua nua
Diffstat (limited to 'ext/msql/php_msql.c')
-rw-r--r--ext/msql/php_msql.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/msql/php_msql.c b/ext/msql/php_msql.c
index c20385e38b..bca3243b0f 100644
--- a/ext/msql/php_msql.c
+++ b/ext/msql/php_msql.c
@@ -762,7 +762,6 @@ PHP_FUNCTION(msql_result)
m_query *msql_query;
m_row sql_row;
int field_offset=0;
- PLS_FETCH();
switch (ZEND_NUM_ARGS()) {
case 2:
@@ -901,7 +900,6 @@ static void php_msql_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int result_type)
m_query *msql_query;
int num_fields;
int i;
- PLS_FETCH();
switch (ZEND_NUM_ARGS()) {
case 1: