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
Tobias Schultze fd88de79ff [Routing] serialize the compiled route to speed things up
This also makes the CompiledRoute implement Serializable in order to:
1. make the serialization format shorter
2. have no null bytes in there, which the native serializer add for private properties, and thus would complicate saving in databases etc.
3. We should add to our symfony BC promise, that only classes that implement Serializable are ensured to be deserializable correctly with serialized representations of the class in previous symfony versions.
2014-10-27 15:27:32 +01:00
..
BrowserKit Remove aligned '=>' and '=' 2014-10-26 08:30:58 +01:00
ClassLoader Remove aligned '=>' and '=' 2014-10-26 08:30:58 +01:00
Config Remove aligned '=>' and '=' 2014-10-26 08:30:58 +01:00
Console Remove aligned '=>' and '=' 2014-10-26 08:30:58 +01:00
CssSelector Remove aligned '=>' and '=' 2014-10-26 08:30:58 +01:00
Debug Remove aligned '=>' and '=' 2014-10-26 08:30:58 +01:00
DependencyInjection minor #12293 Remove aligned '=>' and '=' (disquedur) 2014-10-26 08:31:56 +01:00
DomCrawler Remove aligned '=>' and '=' 2014-10-26 08:30:58 +01:00
EventDispatcher Remove aligned '=>' and '=' 2014-10-26 08:30:58 +01:00
Filesystem fixed CS 2014-09-22 10:32:35 +02:00
Finder Remove aligned '=>' and '=' 2014-10-26 08:30:58 +01:00
Form Remove aligned '=>' and '=' 2014-10-26 08:30:58 +01:00
HttpFoundation minor #12293 Remove aligned '=>' and '=' (disquedur) 2014-10-26 08:31:56 +01:00
HttpKernel minor #12293 Remove aligned '=>' and '=' (disquedur) 2014-10-26 08:31:56 +01:00
Intl Remove aligned '=>' and '=' 2014-10-26 08:30:58 +01:00
Locale fixed CS 2014-09-22 10:32:35 +02:00
OptionsResolver [Doc] Use Markdown syntax highlighting 2014-10-01 07:38:33 +02:00
Process [Doc] Use Markdown syntax highlighting 2014-10-01 07:38:33 +02:00
PropertyAccess fixed CS 2014-09-22 10:32:35 +02:00
Routing [Routing] serialize the compiled route to speed things up 2014-10-27 15:27:32 +01:00
Security minor #12293 Remove aligned '=>' and '=' (disquedur) 2014-10-26 08:31:56 +01:00
Serializer Remove aligned '=>' and '=' 2014-10-26 08:30:58 +01:00
Stopwatch fixed CS 2014-09-22 10:32:35 +02:00
Templating Remove aligned '=>' and '=' 2014-10-26 08:30:58 +01:00
Translation Remove aligned '=>' and '=' 2014-10-26 08:30:58 +01:00
Validator Remove aligned '=>' and '=' 2014-10-26 08:30:58 +01:00
Yaml Remove aligned '=>' and '=' 2014-10-26 08:30:58 +01:00