[pear/Stream_Var] 85f30d: Remove package.xml
[email protected] ("Christian Weiske via pear-cvs") Wed, 22 Mar 2023 14:07:41 -0700
| Newsgroups | php.pear.cvs |
|---|---|
| Message-ID | <pear/Stream_Var/push/refs/heads/master/[email protected]> |
Branch: refs/heads/master
Home: https://github.com/pear/Stream_Var
Commit: 85f30d771e648d88e6eed8a093d1d2c1f38050f2
https://github.com/pear/Stream_Var/commit/85f30d771e648d88e6eed8a093d1d2c1f38050f2
Author: Christian Weiske <[email protected]>
Date: 2023-03-22 (Wed, 22 Mar 2023)
Changed paths:
M README.rst
R package.xml
Log Message:
-----------
Remove package.xml
Installation via composer is the only supported method now
Commit: aec71b66773f76dfdfc676932ecbe395b021fe1f
https://github.com/pear/Stream_Var/commit/aec71b66773f76dfdfc676932ecbe395b021fe1f
Author: Christian Weiske <[email protected]>
Date: 2023-03-22 (Wed, 22 Mar 2023)
Changed paths:
M Stream/Var.php
Log Message:
-----------
Fix curly brace array access
Commit: 526d192f87d1971e11cb87a448fe7ebc30efac4f
https://github.com/pear/Stream_Var/commit/526d192f87d1971e11cb87a448fe7ebc30efac4f
Author: Christian Weiske <[email protected]>
Date: 2023-03-22 (Wed, 22 Mar 2023)
Changed paths:
M Stream/Var.php
M examples/example_dir.php
M examples/example_file.php
M examples/example_modes.php
Log Message:
-----------
CS: Remove trailing whitespace
Commit: 728771fcb9dc9293349426bc53b59bcefb294fff
https://github.com/pear/Stream_Var/commit/728771fcb9dc9293349426bc53b59bcefb294fff
Author: Christian Weiske <[email protected]>
Date: 2023-03-22 (Wed, 22 Mar 2023)
Changed paths:
M Stream/Var.php
Log Message:
-----------
PHP 8.2 complains about missing $context
Commit: 4a91b0f8819be10534a7e06411247e5277176510
https://github.com/pear/Stream_Var/commit/4a91b0f8819be10534a7e06411247e5277176510
Author: Christian Weiske <[email protected]>
Date: 2023-03-22 (Wed, 22 Mar 2023)
Changed paths:
M .gitignore
M .travis.yml
M composer.json
A phpunit.xml
Log Message:
-----------
Use phpunit 9
Commit: 7ade006b4ca0b39c8e4f03e55276b4307059bdf7
https://github.com/pear/Stream_Var/commit/7ade006b4ca0b39c8e4f03e55276b4307059bdf7
Author: Christian Weiske <[email protected]>
Date: 2023-03-22 (Wed, 22 Mar 2023)
Changed paths:
M Stream/Var.php
Log Message:
-----------
Do not use each() anymore.
It has been removed from php8
Commit: 6c5a9f30bc71004a63e451c14b2e66d878114f5e
https://github.com/pear/Stream_Var/commit/6c5a9f30bc71004a63e451c14b2e66d878114f5e
Author: Christian Weiske <[email protected]>
Date: 2023-03-22 (Wed, 22 Mar 2023)
Changed paths:
M Stream/Var.php
Log Message:
-----------
References to $GLOBALS are not allowed in PHP 8.1+
Commit: 1f27616756de3ccdf07f07c6d68ea06a0451258b
https://github.com/pear/Stream_Var/commit/1f27616756de3ccdf07f07c6d68ea06a0451258b
Author: Christian Weiske <[email protected]>
Date: 2023-03-22 (Wed, 22 Mar 2023)
Changed paths:
M composer.json
M examples/example_dir.php
M examples/example_file.php
M examples/example_modes.php
Log Message:
-----------
BC break: Remove include path
.. an autoloader is required now
Compare: https://github.com/pear/Stream_Var/compare/e94c8bf228e1...1f27616756de