yajra / pdo-via-oci8

PHP PDO_OCI functions via OCI8 extension
Other
88 stars 61 forks source link

[3.x] Fix Warning reset(): Calling reset() on an object is deprecated #104

Closed Juan-87 closed 2 years ago

Juan-87 commented 2 years ago

Fix https://github.com/yajra/laravel-oci8/issues/692 Fix #108

yajra commented 2 years ago

@danielrona @NBA707 this is similar to https://github.com/yajra/pdo-via-oci8/pull/107. May I request assistance of reviewing this PR? Thanks!

NBA707 commented 2 years ago

It works with a function returning a record cursor. Thank you for doing this.

From: Arjay Angeles @.> Date: Friday, May 20, 2022 at 5:59 PM To: yajra/pdo-via-oci8 @.> Cc: Warren Coykendall @.>, Mention @.> Subject: Re: [yajra/pdo-via-oci8] Issue in reset() passing an object as parameter (PR #104)

@danielronahttps://github.com/danielrona @NBA707https://github.com/NBA707 this is similar to #107https://github.com/yajra/pdo-via-oci8/pull/107. May I request assistance of reviewing this PR? Thanks!

— Reply to this email directly, view it on GitHubhttps://github.com/yajra/pdo-via-oci8/pull/104#issuecomment-1133488229, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AMMZC26GT5NG7IPJY7M2ZTLVLAYNDANCNFSM5VDFF2RQ. You are receiving this because you were mentioned.Message ID: @.***>

yajra commented 2 years ago

Released on v3.2.3 thanks!