craigk5n / webcalendar

WebCalendar is a PHP application used to maintain a calendar for a single user or an intranet group of users. It can also be configured as an event calendar.
http://www.k5n.us/webcalendar.php
GNU General Public License v2.0
148 stars 70 forks source link

Php8 swap out some deprecated functionns #396

Closed bbannon closed 10 months ago

bbannon commented 10 months ago

OCIError => oci_error OCIFreeStatement => oci_free_statement OCILogOff => oci_close OCIParse => oci_parse OCIRowCount => oci_num_rows pg_exec => pg_execute pg_freeresult => pg_free_result utf8_encode => mb_convert_encoding

bbannon commented 10 months ago

There were too many commits on this to merge. I'll redo the last three I commited.

On Thu, Aug 31, 2023 at 7:18 AM Bruce Bannon @.***> wrote:

Closed #396 https://github.com/craigk5n/webcalendar/pull/396.

— Reply to this email directly, view it on GitHub https://github.com/craigk5n/webcalendar/pull/396#event-10244751825, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHJ7GLTQPK4V6FQMBCFGVNLXYCFKDANCNFSM6AAAAAA3S6WBHE . You are receiving this because you are subscribed to this thread.Message ID: @.***>