Re: [pmwiki-users] pmwiki.php: Array and string offset access syntax with curly braces is deprecated

2021-05-05 Thread T. Michael Sommers
On 05/05/21 00:30, Petko Yotov wrote: Thank you for the message and the diffs but this has already been fixed this was fixed in 2.2.119 (2019-10-03), that is 19 months ago and 19 versions released since then: D'oh! I downloaded the current version a few weeks ago, but when I untarred it

[pmwiki-users] pmwiki.php: Function get_magic_quotes_gpc() is deprecated

2021-05-04 Thread T. Michael Sommers
I have a brand new installation of pmwiki, from a tarball downloaded a few weeks ago. I am using php 7.4.3 on FreeBSD 11.2-RELEASE-p3. I get a warning saying, "Function get_magic_quotes_gpc() is deprecated in /home/www/data/pmwiki/pmwiki.php on line 434" I don't know how to fix this. --

[pmwiki-users] skins.php: Array and string offset access syntax with curly braces is deprecated

2021-05-04 Thread T. Michael Sommers
I have a brand new installation of pmwiki, from a tarball downloaded a few weeks ago. I am using php 7.4.3 on FreeBSD 11.2-RELEASE-p3. I get a warning saying, "Array and string offset access syntax with curly braces is deprecated" for scripts/skins.php. This is a diff that fixes them: ---

[pmwiki-users] pagelist.php: Array and string offset access syntax with curly braces is deprecated

2021-05-04 Thread T. Michael Sommers
I have a brand new installation of pmwiki, from a tarball downloaded a few weeks ago. I am using php 7.4.3 on FreeBSD 11.2-RELEASE-p3. I get warnings saying, "Array and string offset access syntax with curly braces is deprecated" for scripts/pagelist.php. This is a diff that fixes them:

[pmwiki-users] pmwiki.php: Array and string offset access syntax with curly braces is deprecated

2021-05-04 Thread T. Michael Sommers
I have a brand new installation of pmwiki, from a tarball downloaded a few weeks ago. I am using php 7.4.3 on FreeBSD 11.2-RELEASE-p3. I get a lot of warnings saying, "Array and string offset access syntax with curly braces is deprecated" for pmwiki.php. This is a diff that fixes them: ---