[pear/Net_FTP] d5a2bd: Fix warning about $case_insensitive parameter of d...

[email protected] ("CloCkWeRX via pear-cvs") Wed, 18 Oct 2023 05:09:56 -0700
Newsgroups php.pear.cvs
Message-ID <pear/Net_FTP/push/refs/heads/master/[email protected]>
  Branch: refs/heads/master
  Home:   https://github.com/pear/Net_FTP
  Commit: d5a2bda1e3418c4c0a397f25afffb072d7f964d5
      https://github.com/pear/Net_FTP/commit/d5a2bda1e3418c4c0a397f25afffb072d7f964d5
  Author: Benjamin Renard <[email protected]>
  Date:   2023-07-19 (Wed, 19 Jul 2023)

  Changed paths:
    M Net/FTP.php

  Log Message:
  -----------
  Fix warning about $case_insensitive parameter of define function

Fix this king of warnings:
PHP Warning:  define(): Argument #3 ($case_insensitive) is ignored
since declaration of case-insensitive constants is no longer supported


  Commit: b8d35f51815619460daa67bbed67dda3f96ed1b5
      https://github.com/pear/Net_FTP/commit/b8d35f51815619460daa67bbed67dda3f96ed1b5
  Author: Benjamin Renard <[email protected]>
  Date:   2023-07-19 (Wed, 19 Jul 2023)

  Changed paths:
    M Net/FTP.php

  Log Message:
  -----------
  Fix PHP Fatal error about array offset access syntax with curly braces

Fix this king of errors:
PHP Fatal error:  Array and string offset access syntax with curly braces
is no longer supported


  Commit: b5bd376359df4b9ef9c3140a21d2d2e790c9bdb7
      https://github.com/pear/Net_FTP/commit/b5bd376359df4b9ef9c3140a21d2d2e790c9bdb7
  Author: Daniel O'Connor <[email protected]>
  Date:   2023-10-18 (Wed, 18 Oct 2023)

  Changed paths:
    M Net/FTP.php

  Log Message:
  -----------
  Merge pull request #9 from brenard/php8

PHP8 support


Compare: https://github.com/pear/Net_FTP/compare/52738788b247...b5bd376359df