[pear/Cache_Lite] 7bab36: Remove package.xml

[email protected] ("Christian Weiske via pear-cvs") Tue, 21 Mar 2023 01:57:43 -0700
Newsgroups php.pear.cvs
Message-ID <pear/Cache_Lite/push/refs/heads/master/[email protected]>
  Branch: refs/heads/master
  Home:   https://github.com/pear/Cache_Lite
  Commit: 7bab36c54b40f12ab3bee764e72f37b366365b6d
      https://github.com/pear/Cache_Lite/commit/7bab36c54b40f12ab3bee764e72f37b366365b6d
  Author: Christian Weiske <[email protected]>
  Date:   2023-03-21 (Tue, 21 Mar 2023)

  Changed paths:
    R package.xml

  Log Message:
  -----------
  Remove package.xml

Installation is supported via composer only


  Commit: 7fc02abb1fe4cd55e243138d7939dc07e92bff60
      https://github.com/pear/Cache_Lite/commit/7fc02abb1fe4cd55e243138d7939dc07e92bff60
  Author: Christian Weiske <[email protected]>
  Date:   2023-03-21 (Tue, 21 Mar 2023)

  Changed paths:
    M Cache/Lite.php
    M tests/Cache_Lite_Function_classical.phpt
    M tests/Cache_Lite_Function_dontcache.phpt
    M tests/Cache_Lite_Function_drop.phpt
    M tests/Cache_Lite_automaticCleaning.phpt
    M tests/Cache_Lite_hashed.phpt
    M tests/pearbug18328.phpt

  Log Message:
  -----------
  CS: Remove trailing whitespace


  Commit: fe85484b348ea74595abb16a7d642b57906480c5
      https://github.com/pear/Cache_Lite/commit/fe85484b348ea74595abb16a7d642b57906480c5
  Author: Christian Weiske <[email protected]>
  Date:   2023-03-21 (Tue, 21 Mar 2023)

  Changed paths:
    M .gitignore
    M Cache/Lite.php
    M composer.json
    M phpunit.xml.dist
    M tests/Cache_Lite_File_classical.phpt
    M tests/Cache_Lite_Function_classical.phpt
    M tests/Cache_Lite_Function_dontcache.phpt
    M tests/Cache_Lite_Function_drop.phpt
    M tests/Cache_Lite_Output_classical.phpt
    M tests/Cache_Lite_automaticCleaning.phpt
    M tests/Cache_Lite_classical.phpt
    M tests/Cache_Lite_error.phpt
    M tests/Cache_Lite_error2.phpt
    M tests/Cache_Lite_eternal.phpt
    M tests/Cache_Lite_fatest.phpt
    M tests/Cache_Lite_hashed.phpt
    M tests/Cache_Lite_lifetime.phpt
    M tests/Cache_Lite_memorycache.phpt
    M tests/Cache_Lite_serialization.phpt
    M tests/ErrorDieTest.php
    M tests/NestedOutputTest.php
    M tests/bootstrap.php
    M tests/pearbug18328.phpt
    M tests/pearbug19422.phpt
    M tests/pearbug19711.phpt
    M tests/pearbug513.phpt

  Log Message:
  -----------
  Make Cache_Lite compatible with PHP 8

One test fails (ErrorDieTest::testErrorDie) but I am too lazy to
find out why


  Commit: 19fe4196849d133d0a8942206faff83b9b2bd134
      https://github.com/pear/Cache_Lite/commit/19fe4196849d133d0a8942206faff83b9b2bd134
  Author: Mike-Benoit <[email protected]>
  Date:   2023-03-21 (Tue, 21 Mar 2023)

  Changed paths:
    M Cache/Lite.php

  Log Message:
  -----------
  Prevent PHP warning: "opendir(/tmp/cache/): failed to open dir: No such file or directory" when cache directory does not exist.

Resolves: https://github.com/pear/Cache_Lite/pull/12


Compare: https://github.com/pear/Cache_Lite/compare/7f233171405f...19fe4196849d