var-exporter

Allows exporting any serializable PHP data structure to plain PHP code

MIT License

Downloads
239.6M
Stars
2K
Committers
29

Bot releases are hidden (Show)

var-exporter - v5.4.19

Published by fabpot over 1 year ago

Changelog (https://github.com/symfony/var-exporter/compare/v5.4.18...v5.4.19)

  • bug #48968 Fix exporting enums (nicolas-grekas)
var-exporter - v6.2.3

Published by fabpot almost 2 years ago

Changelog (https://github.com/symfony/var-exporter/compare/v6.2.2...v6.2.3)

  • bug #48724 Fix exporting classes with __unserialize() but not __serialize() (fancyweb)
  • bug #48742 Generate proxies for static abstract methods (nicolas-grekas)
var-exporter - v6.1.9

Published by fabpot almost 2 years ago

Changelog (https://github.com/symfony/var-exporter/compare/v6.1.8...v6.1.9)

  • bug #48724 Fix exporting classes with __unserialize() but not __serialize() (fancyweb)
var-exporter - v6.0.17

Published by fabpot almost 2 years ago

Changelog (https://github.com/symfony/var-exporter/compare/v6.0.16...v6.0.17)

  • bug #48724 Fix exporting classes with __unserialize() but not __serialize() (fancyweb)
var-exporter - v5.4.17

Published by fabpot almost 2 years ago

Changelog (https://github.com/symfony/var-exporter/compare/v5.4.16...v5.4.17)

  • bug #48724 Fix exporting classes with __unserialize() but not __serialize() (fancyweb)
var-exporter - v6.2.2

Published by fabpot almost 2 years ago

Changelog (https://github.com/symfony/var-exporter/compare/v6.2.1...v6.2.2)

  • bug #48605 Fix adding a key to an uninitialized array (nicolas-grekas)
  • bug #48553 Fix calling parent::__wakeup() when unserializing with LazyProxyTrait (azjezz)
var-exporter - v6.2.1

Published by fabpot almost 2 years ago

Changelog (https://github.com/symfony/var-exporter/compare/v6.2.0...v6.2.1)

  • bug #48461 Fix possible memory-leak when using lazy-objects (nicolas-grekas)
var-exporter - v6.2.0

Published by fabpot almost 2 years ago

var-exporter - v6.2.0-RC1

Published by fabpot almost 2 years ago

Changelog (https://github.com/symfony/var-exporter/compare/v6.2.0-BETA3...v6.2.0-RC1)

  • bug #48312 Improve partial-initialization API for ghost objects (nicolas-grekas)
var-exporter - v6.2.0-BETA3

Published by fabpot almost 2 years ago

Changelog (https://github.com/symfony/var-exporter/compare/v6.2.0-BETA2...v6.2.0-BETA3)

  • bug #48209 Use array<property-name,Closure> for partial initialization of lazy ghost objects (nicolas-grekas)
var-exporter - v6.2.0-BETA1

Published by fabpot almost 2 years ago

Changelog (https://github.com/symfony/var-exporter/compare/v6.1.6...v6.2.0-BETA1)

  • feature #47236 Generate lazy-loading virtual proxies for non-ghostable lazy services (nicolas-grekas)
  • feature #46751 Add trait to help implement lazy loading ghost objects (nicolas-grekas)
  • feature #46452 Add Hydrator::hydrate() and preserve PHP references when using it (nicolas-grekas)
var-exporter - v6.1.3

Published by fabpot about 2 years ago

var-exporter - v6.0.10

Published by fabpot over 2 years ago

var-exporter - v5.4.10

Published by fabpot over 2 years ago

var-exporter - v4.4.43

Published by fabpot over 2 years ago

var-exporter - v6.1.1

Published by fabpot over 2 years ago

var-exporter - v6.1.0

Published by fabpot over 2 years ago

Changelog (https://github.com/symfony/var-exporter/compare/v6.1.0-RC1...v6.1.0)

  • bug #46421 Deal with DatePeriod->include_end_date on PHP 8.2 (nicolas-grekas)
var-exporter - v6.0.9

Published by fabpot over 2 years ago

Changelog (https://github.com/symfony/var-exporter/compare/v6.0.8...v6.0.9)

  • bug #46421 Deal with DatePeriod->include_end_date on PHP 8.2 (nicolas-grekas)
  • bug #46167 Fix exporting DateTime objects on PHP 8.2 (nicolas-grekas)
var-exporter - v5.4.9

Published by fabpot over 2 years ago

Changelog (https://github.com/symfony/var-exporter/compare/v5.4.8...v5.4.9)

  • bug #46421 Deal with DatePeriod->include_end_date on PHP 8.2 (nicolas-grekas)
  • bug #46167 Fix exporting DateTime objects on PHP 8.2 (nicolas-grekas)
var-exporter - v4.4.42

Published by fabpot over 2 years ago

Changelog (https://github.com/symfony/var-exporter/compare/v4.4.41...v4.4.42)

  • bug #46421 Deal with DatePeriod->include_end_date on PHP 8.2 (nicolas-grekas)
  • bug #46167 Fix exporting DateTime objects on PHP 8.2 (nicolas-grekas)