This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Config
Fabien Potencier 0e73b114a1 merged branch stof/serialize_resource (PR #2529)
Commits
-------

cbd0c3c [Config] Implemented Serializable on resources

Discussion
----------

[Config] Implemented Serializable on resources

bug fix: no
feature addition: no
BC break: not really. you simply need to clear your cache in debug mode
test passes: yes

Serializing private variables without implementing Serializable uses far more space as it prepend the fully qualified class name before the name of each property. This change allows keeping the meta file smaller.
2011-11-01 15:27:25 +01:00
..
Definition removed unused use statements 2011-10-29 11:56:30 +02:00
Exception [Config] removed extra whitespace. 2011-07-01 09:35:17 +02:00
Loader [Config] fixed phpdoc 2011-06-20 11:19:55 +02:00
Resource [Config] Implemented Serializable on resources 2011-11-01 02:15:01 +01:00
composer.json merged 2.0 2011-11-01 12:32:44 +01:00
ConfigCache.php converted file_exists calls to either is_file or is_dir where it makes sense 2011-08-29 15:28:26 +02:00
FileLocator.php Make casting scalar to array consistent 2011-04-26 12:16:35 +02:00
FileLocatorInterface.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
LICENSE added LICENSE files for the subtree repositories 2011-02-22 18:58:15 +01:00