]> granicus.if.org Git - php/commitdiff
fix TSRM build
authorAntony Dovgal <tony2001@php.net>
Fri, 28 Oct 2005 12:00:10 +0000 (12:00 +0000)
committerAntony Dovgal <tony2001@php.net>
Fri, 28 Oct 2005 12:00:10 +0000 (12:00 +0000)
ext/pdo_oci/oci_statement.c

index d4aa38395f3ed6859a612d704334b62357effccb..6cbafc93638868ff5003b3f622c14f37c9ca2c64 100755 (executable)
@@ -256,7 +256,7 @@ static int oci_stmt_param_hook(pdo_stmt_t *stmt, struct pdo_bound_param_data *pa
                                                                Z_STRLEN_P(param->parameter) = php_stream_copy_to_mem(stm,
                                                                                &Z_STRVAL_P(param->parameter), PHP_STREAM_COPY_ALL, 0);
                                                        } else {
-                                                               pdo_raise_impl_error(stmt->dbh, stmt, "HY105", "Expected a stream resource");
+                                                               pdo_raise_impl_error(stmt->dbh, stmt, "HY105", "Expected a stream resource" TSRMLS_CC);
                                                                return 0;
                                                        }
                                                }