Path to this page:
./
textproc/php-yaml,
YAML-1.1 parser and emitter
Branch: CURRENT,
Version: 2.2.2,
Package name: php74-yaml-2.2.2,
Maintainer: pkgsrc-usersPHP Support for YAML 1.1 (YAML Ain't Markup Language) serialization using the
LibYAML library.
Required to run:[
textproc/libyaml] [
lang/php74]
Required to build:[
devel/pcre2]
Master sites:
Version history: (Expand)
- (2021-12-12) Updated to version: php74-yaml-2.2.2
- (2021-10-07) Updated to version: php74-yaml-2.0.4
- (2019-04-28) Updated to version: php71-yaml-2.0.4
- (2019-01-14) Updated to version: php71-yaml-2.0.0
- (2017-11-23) Package has been reborn
- (2016-12-01) Package added to pkgsrc.se, version php70-yaml-2.0.0 (created)
CVS history: (Expand)
2021-12-12 16:24:24 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
textproc/php-yaml: update to 2.2.2
2.1.0 (2020-04-23)
New Features:
- Basic PHP8 (master branch) compatiblity
Bugs Fixed:
- #79494: The 64-bit YAML ext uses 32-bit signed integer arithmetics (cmb69)
- Use ZEND_LONG_FMT to fix -Wformat warnings (carusogabriel)
- Fix memory leaks when writing timestamps (cmb69)
- Update tests/yaml_parse_file_002.phpt for PHP8 (carusogabriel)
- #78353: Remove deprecated TSRM macros (a.dankovtsev)
2.2.0 (2020-11-28)
New Features:
- PHP 8.0 compatibility
Bugs Fixed:
- #79866 Use serialize_precision when encoding double values (bd808)
- yaml_parse_file_002.phpt: Fix expectations for PHP 8.0.0beta1 (bd808)
- Remove use of call_user_function_ex() for compat with PHP 8.0.0a2 (andypost)
- Adjust test values for compat with 32bit platforms (bd808)
- Fix memory leaks (cmb69)
- #79567 Parsing long long values leads to truncation on LLP64 platforms (bd808)
- #77720 Out of memory error when parsing yaml file (bd808)
- [-Wformat=] issue on 32-bit (remicollet)
- relax test on 32-bit (overflow to float) (remicollet)
2.2.1 (2020-12-20)
Bugs Fixed:
- #80324: Segfault in YAML with anonymous functions (cmb69)
- Fix memory leak in y_write_object_callback() (cmb69)
- Fix memory leak in handle_mapping() (cmb69)
2.2.2 (2021-10-24)
Bugs Fixed:
- PHP 8.1 compilation fixes (remicollet)
|
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2019-04-28 00:40:59 by Roy Marples | Files touched by this commit (2) |
Log message:
Update to php yaml-2.0.4.
The main highlight is it works with all PHP-7 versions now.
|
2019-01-14 14:06:12 by Takahiro Kambe | Files touched by this commit (16) |
Log message:
Drop support for php70
Drop support for php70 before remove it from pkgsrc.
|
2016-12-01 13:23:47 by Roy Marples | Files touched by this commit (4) |
Log message:
Import PHP PECL YAML processor 2.0.0
|