Re: Perhaps it's time for a new fork
jjs - mainphrame <[email protected]> Sun, 14 Sep 2025 15:52:42 -0700
| Newsgroups | gmane.mail.virus.maiamailguard |
|---|---|
| Message-ID | <CABkzw7wQUDD0YuNfG8Q29b+4DWUYVbLOqHU_te92Y9vxXoSamw@mail.gmail.com> |
Apart from redefining the top level $maia_sql_dsn in config.php, most of the
effort for my task is replacing code that looks like this:
--
$res = $sth->execute();
if ($row = $res->fetchrow()) {
--
with code that looks like this:
--
$sth->execute();
if ($row = $sth->fetch(PDO::FETCH_ASSOC)) {
--
on a file by file basis since every instance is a little different. It
looks like there are a few dozen such files to fix.
It's not much, but it's honest work.
Joe
On Thu, Sep 11, 2025 at 3:01 PM jjs - mainphrame <jjs-5OBBLe+cWrVYgzK/[email protected]> wrote:
> Since nobody else has committed to the effort, I'm willing to at least
> give it a try.
>
> I don't have unlimited time, but I'm going to start looking into updating
> the maia codebase to make it compatible with php 8.
>
> If anybody else wants to contribute, I'd welcome the help.
>
> Joe
>
_______________________________________________
Maia-users mailing list
[email protected]
http://www.renaissoft.com/cgi-bin/mailman/listinfo/maia-users