[pear/File_MARC] cad585: adds a test to reproduce the error on php 7.3

[email protected] ("Dan Scott via pear-cvs") Mon, 06 Feb 2023 07:53:12 -0800
Newsgroups php.pear.cvs
Message-ID <pear/File_MARC/push/refs/heads/master/[email protected]>
  Branch: refs/heads/master
  Home:   https://github.com/pear/File_MARC
  Commit: cad585cdda11be3439aa81202ed7ef89badaf5e9
      https://github.com/pear/File_MARC/commit/cad585cdda11be3439aa81202ed7ef89badaf5e9
  Author: Adrien Gallou <[email protected]>
  Date:   2022-09-14 (Wed, 14 Sep 2022)

  Changed paths:
    A tests/bad_example2.mrc
    A tests/parse_marc_php73.phpt

  Log Message:
  -----------
  adds a test to reproduce the error on php 7.3


  Commit: 27aab8fe10765f07fabb45a851229733c6beeb44
      https://github.com/pear/File_MARC/commit/27aab8fe10765f07fabb45a851229733c6beeb44
  Author: Adrien Gallou <[email protected]>
  Date:   2022-09-14 (Wed, 14 Sep 2022)

  Changed paths:
    M File/MARC.php
    M tests/parse_marc_php73.phpt

  Log Message:
  -----------
  fixes A non-numeric value encountered errors


  Commit: ef6674d87e18fd9d8d77d0f1ddcf3997542def16
      https://github.com/pear/File_MARC/commit/ef6674d87e18fd9d8d77d0f1ddcf3997542def16
  Author: Adrien Gallou <[email protected]>
  Date:   2022-09-14 (Wed, 14 Sep 2022)

  Changed paths:
    M File/MARC.php
    M tests/parse_marc_php73.phpt

  Log Message:
  -----------
  fixes issue Warning: unpack(): Type A: not enough input, need 4, have 2


  Commit: c38378e0b9fee5731fd1722760c2aa791712f62e
      https://github.com/pear/File_MARC/commit/c38378e0b9fee5731fd1722760c2aa791712f62e
  Author: Adrien Gallou <[email protected]>
  Date:   2022-09-14 (Wed, 14 Sep 2022)

  Changed paths:
    A tests/parse_marc_php71.phpt
    R tests/parse_marc_php73.phpt

  Log Message:
  -----------
  fixes tests name


  Commit: 685714303f4400b74e694aeab730a35cffd70a3f
      https://github.com/pear/File_MARC/commit/685714303f4400b74e694aeab730a35cffd70a3f
  Author: Dan Scott <[email protected]>
  Date:   2023-02-06 (Mon, 06 Feb 2023)

  Changed paths:
    M File/MARC.php
    A tests/bad_example2.mrc
    A tests/parse_marc_php71.phpt

  Log Message:
  -----------
  Merge pull request #20 from agallou/fix_parsing_error_php73

fixes errors on PHP 7.1 with an erroneous marc file


Compare: https://github.com/pear/File_MARC/compare/a4997f93d139...685714303f44