Fedora EPEL 6 Update: php-symfony2-ClassLoader-2.1.3-1.el6
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2012-13497
2012-11-17 19:34:48
--------------------------------------------------------------------------------
Name : php-symfony2-ClassLoader
Product : Fedora EPEL 6
Version : 2.1.3
Release : 1.el6
URL : http://symfony.com/doc/current/components/class_loader.html
Summary : Symfony2 ClassLoader Component
Description :
The ClassLoader Component loads your project classes automatically if they
follow some standard PHP conventions.
Whenever you use an undefined class, PHP uses the auto-loading mechanism to
delegate the loading of a file defining the class. Symfony2 provides a
"universal" auto-loader, which is able to load classes from files that
implement one of the following conventions:
* The technical interoperability standards (http://symfony.com/PSR0) for
PHP 5.3 name-spaces and class names.
* The PEAR (http://pear.php.net/manual/en/standards.php) naming convention for
classes.
If your classes and the third-party libraries you use for your project follow
these standards, the Symfony2 auto-loader is the only auto-loader you will
ever need.
Optional dependencies: APC, XCache
--------------------------------------------------------------------------------
Update Information:
Updated to upstream version 2.1.3
Changelog: https://github.com/symfony/symfony/blob/v2.1.3/CHANGELOG-2.1.md
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-symfony2-ClassLoader' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
10 years, 5 months
Fedora EPEL 6 Update: php-symfony2-Console-2.1.3-2.el6
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2012-13497
2012-11-17 19:34:48
--------------------------------------------------------------------------------
Name : php-symfony2-Console
Product : Fedora EPEL 6
Version : 2.1.3
Release : 2.el6
URL : http://symfony.com/doc/current/components/console.html
Summary : Symfony2 Console Component
Description :
The Console component eases the creation of beautiful and testable command line
interfaces.
The Console component allows you to create command-line commands. Your console
commands can be used for any recurring task, such as cron jobs, imports, or
other batch jobs.
--------------------------------------------------------------------------------
Update Information:
Updated to upstream version 2.1.3
Changelog: https://github.com/symfony/symfony/blob/v2.1.3/CHANGELOG-2.1.md
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-symfony2-Console' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
10 years, 5 months
Fedora EPEL 6 Update: php-symfony2-HttpFoundation-2.1.3-2.el6
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2012-13497
2012-11-17 19:34:48
--------------------------------------------------------------------------------
Name : php-symfony2-HttpFoundation
Product : Fedora EPEL 6
Version : 2.1.3
Release : 2.el6
URL : http://symfony.com/doc/current/components/http_foundation/index.html
Summary : Symfony2 HttpFoundation Component
Description :
The HttpFoundation Component defines an object-oriented layer for the HTTP
specification.
In PHP, the request is represented by some global variables ($_GET, $_POST,
$_FILE, $_COOKIE, $_SESSION...) and the response is generated by some functions
(echo, header, setcookie, ...).
The Symfony2 HttpFoundation component replaces these default PHP global
variables and functions by an Object-Oriented layer.
Optional dependencies: memcache, memcached, mongo
--------------------------------------------------------------------------------
Update Information:
Updated to upstream version 2.1.3
Changelog: https://github.com/symfony/symfony/blob/v2.1.3/CHANGELOG-2.1.md
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-symfony2-HttpFoundation' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
10 years, 5 months
Fedora EPEL 6 Update: php-symfony2-DomCrawler-2.1.3-1.el6
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2012-13497
2012-11-17 19:34:48
--------------------------------------------------------------------------------
Name : php-symfony2-DomCrawler
Product : Fedora EPEL 6
Version : 2.1.3
Release : 1.el6
URL : http://symfony.com/doc/current/components/dom_crawler.html
Summary : Symfony2 DomCrawler Component
Description :
The DomCrawler Component eases DOM navigation for HTML and XML documents.
--------------------------------------------------------------------------------
Update Information:
Updated to upstream version 2.1.3
Changelog: https://github.com/symfony/symfony/blob/v2.1.3/CHANGELOG-2.1.md
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-symfony2-DomCrawler' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
10 years, 5 months
Fedora EPEL 6 Update: php-symfony2-Yaml-2.1.3-2.el6
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2012-13497
2012-11-17 19:34:48
--------------------------------------------------------------------------------
Name : php-symfony2-Yaml
Product : Fedora EPEL 6
Version : 2.1.3
Release : 2.el6
URL : http://symfony.com/doc/current/components/yaml.html
Summary : Symfony2 Yaml Component
Description :
The Symfony2 YAML Component parses YAML strings to convert them to PHP arrays.
It is also able to convert PHP arrays to YAML strings.
YAML, YAML Ain't Markup Language, is a human friendly data serialization
standard for all programming languages. YAML is a great format for your
configuration files. YAML files are as expressive as XML files and as readable
as INI files.
The Symfony2 YAML Component implements the YAML 1.2 version of the
specification.
--------------------------------------------------------------------------------
Update Information:
Updated to upstream version 2.1.3
Changelog: https://github.com/symfony/symfony/blob/v2.1.3/CHANGELOG-2.1.md
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-symfony2-Yaml' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
10 years, 5 months
Fedora EPEL 6 Update: php-symfony2-Locale-2.1.3-2.el6
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2012-13497
2012-11-17 19:34:48
--------------------------------------------------------------------------------
Name : php-symfony2-Locale
Product : Fedora EPEL 6
Version : 2.1.3
Release : 2.el6
URL : http://symfony.com/doc/current/components/locale.html
Summary : Symfony2 Locale Component
Description :
Locale component provides fallback code to handle cases when the intl extension
is missing. Additionally it extends the implementation of a native Locale
(http://php.net/manual/en/class.locale.php) class with several handy methods.
Replacement for the following functions and classes is provided:
* intl_is_failure
* intl_get_error_code
* intl_get_error_message
* Collator
* IntlDateFormatter
* Locale
* NumberFormatter
Stub implementation only supports the en locale.
--------------------------------------------------------------------------------
Update Information:
Updated to upstream version 2.1.3
Changelog: https://github.com/symfony/symfony/blob/v2.1.3/CHANGELOG-2.1.md
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-symfony2-Locale' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
10 years, 5 months
Fedora EPEL 6 Update: php-symfony2-Process-2.1.3-2.el6
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2012-13497
2012-11-17 19:34:48
--------------------------------------------------------------------------------
Name : php-symfony2-Process
Product : Fedora EPEL 6
Version : 2.1.3
Release : 2.el6
URL : http://symfony.com/doc/current/components/process.html
Summary : Symfony2 Process Component
Description :
The Process Component executes commands in sub-processes.
--------------------------------------------------------------------------------
Update Information:
Updated to upstream version 2.1.3
Changelog: https://github.com/symfony/symfony/blob/v2.1.3/CHANGELOG-2.1.md
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-symfony2-Process' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
10 years, 5 months
Fedora EPEL 6 Update: php-symfony2-Templating-2.1.3-2.el6
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2012-13497
2012-11-17 19:34:48
--------------------------------------------------------------------------------
Name : php-symfony2-Templating
Product : Fedora EPEL 6
Version : 2.1.3
Release : 2.el6
URL : http://symfony.com/doc/current/components/templating.html
Summary : Symfony2 Templating Component
Description :
Templating provides all the tools needed to build any kind of template system.
It provides an infrastructure to load template files and optionally monitor
them for changes. It also provides a concrete template engine implementation
using PHP with additional tools for escaping and separating templates into
blocks and layouts.
--------------------------------------------------------------------------------
Update Information:
Updated to upstream version 2.1.3
Changelog: https://github.com/symfony/symfony/blob/v2.1.3/CHANGELOG-2.1.md
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-symfony2-Templating' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
10 years, 5 months
Fedora EPEL 6 Update: php-symfony2-EventDispatcher-2.1.3-1.el6
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2012-13497
2012-11-17 19:34:48
--------------------------------------------------------------------------------
Name : php-symfony2-EventDispatcher
Product : Fedora EPEL 6
Version : 2.1.3
Release : 1.el6
URL : http://symfony.com/doc/current/components/event_dispatcher/index.html
Summary : Symfony2 EventDispatcher Component
Description :
The Symfony2 Event Dispatcher component implements the Observer
(http://en.wikipedia.org/wiki/Observer_pattern) pattern in a simple and
effective way to make all these things possible and to make your projects
truly extensible.
Take a simple example from the Symfony2 HttpKernel component. Once a Response
object has been created, it may be useful to allow other elements in the system
to modify it (e.g. add some cache headers) before it's actually used. To make
this possible, the Symfony2 kernel throws an event - kernel.response. Here's
how it works:
* A listener (PHP object) tells a central dispatcher object that it wants to
listen to the kernel.response event;
* At some point, the Symfony2 kernel tells the dispatcher object to dispatch
the kernel.response event, passing with it an Event object that has access to
the Response object;
* The dispatcher notifies (i.e. calls a method on) all listeners of the
kernel.response event, allowing each of them to make modifications to the
Response object.
Optional dependency: HttpKernel
--------------------------------------------------------------------------------
Update Information:
Updated to upstream version 2.1.3
Changelog: https://github.com/symfony/symfony/blob/v2.1.3/CHANGELOG-2.1.md
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-symfony2-EventDispatcher' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
10 years, 5 months
Fedora EPEL 6 Update: php-symfony2-Form-2.1.3-1.el6
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2012-13497
2012-11-17 19:34:48
--------------------------------------------------------------------------------
Name : php-symfony2-Form
Product : Fedora EPEL 6
Version : 2.1.3
Release : 1.el6
URL : http://symfony.com/components
Summary : Symfony2 Form Component
Description :
Form provides tools for defining forms, rendering and binding request data
to related models. Furthermore it provides integration with the Validation
component.
--------------------------------------------------------------------------------
Update Information:
Updated to upstream version 2.1.3
Changelog: https://github.com/symfony/symfony/blob/v2.1.3/CHANGELOG-2.1.md
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-symfony2-Form' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
10 years, 5 months