rhsa-2012:1046
Vulnerability from csaf_redhat
Published
2012-06-27 15:44
Modified
2025-10-09 13:35
Summary
Red Hat Security Advisory: php security update
Notes
Topic
Updated php packages that fix multiple security issues are now available
for Red Hat Enterprise Linux 6.
The Red Hat Security Response Team has rated this update as having moderate
security impact. Common Vulnerability Scoring System (CVSS) base scores,
which give detailed severity ratings, are available for each vulnerability
from the CVE links in the References section.
Details
PHP is an HTML-embedded scripting language commonly used with the Apache
HTTP Server.
It was discovered that the PHP XSL extension did not restrict the file
writing capability of libxslt. A remote attacker could use this flaw to
create or overwrite an arbitrary file that is writable by the user running
PHP, if a PHP script processed untrusted eXtensible Style Sheet Language
Transformations (XSLT) content. (CVE-2012-0057)
Note: This update disables file writing by default. A new PHP configuration
directive, "xsl.security_prefs", can be used to enable file writing in
XSLT.
A flaw was found in the way PHP validated file names in file upload
requests. A remote attacker could possibly use this flaw to bypass the
sanitization of the uploaded file names, and cause a PHP script to store
the uploaded file in an unexpected directory, by using a directory
traversal attack. (CVE-2012-1172)
Multiple integer overflow flaws, leading to heap-based buffer overflows,
were found in the way the PHP phar extension processed certain fields of
tar archive files. A remote attacker could provide a specially-crafted tar
archive file that, when processed by a PHP application using the phar
extension, could cause the application to crash or, potentially, execute
arbitrary code with the privileges of the user running PHP. (CVE-2012-2386)
A format string flaw was found in the way the PHP phar extension processed
certain PHAR files. A remote attacker could provide a specially-crafted
PHAR file, which once processed in a PHP application using the phar
extension, could lead to information disclosure and possibly arbitrary code
execution via a crafted phar:// URI. (CVE-2010-2950)
A flaw was found in the DES algorithm implementation in the crypt()
password hashing function in PHP. If the password string to be hashed
contained certain characters, the remainder of the string was ignored when
calculating the hash, significantly reducing the password strength.
(CVE-2012-2143)
Note: With this update, passwords are no longer truncated when performing
DES hashing. Therefore, new hashes of the affected passwords will not match
stored hashes generated using vulnerable PHP versions, and will need to be
updated.
It was discovered that the fix for CVE-2012-1823, released via
RHSA-2012:0546, did not properly filter all php-cgi command line arguments.
A specially-crafted request to a PHP script could cause the PHP interpreter
to execute the script in a loop, or output usage information that triggers
an Internal Server Error. (CVE-2012-2336)
A memory leak flaw was found in the PHP strtotime() function call. A remote
attacker could possibly use this flaw to cause excessive memory consumption
by triggering many strtotime() function calls. (CVE-2012-0789)
A NULL pointer dereference flaw was found in the PHP tidy_diagnose()
function. A remote attacker could use specially-crafted input to crash an
application that uses tidy::diagnose. (CVE-2012-0781)
It was found that PHP did not check the zend_strndup() function's return
value in certain cases. A remote attacker could possibly use this flaw to
crash a PHP application. (CVE-2011-4153)
Upstream acknowledges Rubin Xu and Joseph Bonneau as the original reporters
of CVE-2012-2143.
All php users should upgrade to these updated packages, which contain
backported patches to resolve these issues. After installing the updated
packages, the httpd daemon must be restarted for the update to take effect.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Updated php packages that fix multiple security issues are now available\nfor Red Hat Enterprise Linux 6.\n\nThe Red Hat Security Response Team has rated this update as having moderate\nsecurity impact. Common Vulnerability Scoring System (CVSS) base scores,\nwhich give detailed severity ratings, are available for each vulnerability\nfrom the CVE links in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "PHP is an HTML-embedded scripting language commonly used with the Apache\nHTTP Server.\n\nIt was discovered that the PHP XSL extension did not restrict the file\nwriting capability of libxslt. A remote attacker could use this flaw to\ncreate or overwrite an arbitrary file that is writable by the user running\nPHP, if a PHP script processed untrusted eXtensible Style Sheet Language\nTransformations (XSLT) content. (CVE-2012-0057)\n\nNote: This update disables file writing by default. A new PHP configuration\ndirective, \"xsl.security_prefs\", can be used to enable file writing in\nXSLT.\n\nA flaw was found in the way PHP validated file names in file upload\nrequests. A remote attacker could possibly use this flaw to bypass the\nsanitization of the uploaded file names, and cause a PHP script to store\nthe uploaded file in an unexpected directory, by using a directory\ntraversal attack. (CVE-2012-1172)\n\nMultiple integer overflow flaws, leading to heap-based buffer overflows,\nwere found in the way the PHP phar extension processed certain fields of\ntar archive files. A remote attacker could provide a specially-crafted tar\narchive file that, when processed by a PHP application using the phar\nextension, could cause the application to crash or, potentially, execute\narbitrary code with the privileges of the user running PHP. (CVE-2012-2386)\n\nA format string flaw was found in the way the PHP phar extension processed\ncertain PHAR files. A remote attacker could provide a specially-crafted\nPHAR file, which once processed in a PHP application using the phar\nextension, could lead to information disclosure and possibly arbitrary code\nexecution via a crafted phar:// URI. (CVE-2010-2950)\n\nA flaw was found in the DES algorithm implementation in the crypt()\npassword hashing function in PHP. If the password string to be hashed\ncontained certain characters, the remainder of the string was ignored when\ncalculating the hash, significantly reducing the password strength.\n(CVE-2012-2143)\n\nNote: With this update, passwords are no longer truncated when performing\nDES hashing. Therefore, new hashes of the affected passwords will not match\nstored hashes generated using vulnerable PHP versions, and will need to be\nupdated.\n\nIt was discovered that the fix for CVE-2012-1823, released via\nRHSA-2012:0546, did not properly filter all php-cgi command line arguments.\nA specially-crafted request to a PHP script could cause the PHP interpreter\nto execute the script in a loop, or output usage information that triggers\nan Internal Server Error. (CVE-2012-2336)\n\nA memory leak flaw was found in the PHP strtotime() function call. A remote\nattacker could possibly use this flaw to cause excessive memory consumption\nby triggering many strtotime() function calls. (CVE-2012-0789)\n\nA NULL pointer dereference flaw was found in the PHP tidy_diagnose()\nfunction. A remote attacker could use specially-crafted input to crash an\napplication that uses tidy::diagnose. (CVE-2012-0781)\n\nIt was found that PHP did not check the zend_strndup() function\u0027s return\nvalue in certain cases. A remote attacker could possibly use this flaw to\ncrash a PHP application. (CVE-2011-4153)\n\nUpstream acknowledges Rubin Xu and Joseph Bonneau as the original reporters\nof CVE-2012-2143.\n\nAll php users should upgrade to these updated packages, which contain\nbackported patches to resolve these issues. After installing the updated\npackages, the httpd daemon must be restarted for the update to take effect.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2012:1046",
"url": "https://access.redhat.com/errata/RHSA-2012:1046"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://rhn.redhat.com/errata/RHSA-2012-0546.html",
"url": "https://rhn.redhat.com/errata/RHSA-2012-0546.html"
},
{
"category": "external",
"summary": "782657",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=782657"
},
{
"category": "external",
"summary": "782943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=782943"
},
{
"category": "external",
"summary": "782951",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=782951"
},
{
"category": "external",
"summary": "783609",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=783609"
},
{
"category": "external",
"summary": "799187",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=799187"
},
{
"category": "external",
"summary": "816956",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=816956"
},
{
"category": "external",
"summary": "820708",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=820708"
},
{
"category": "external",
"summary": "823594",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=823594"
},
{
"category": "external",
"summary": "835024",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=835024"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2012/rhsa-2012_1046.json"
}
],
"title": "Red Hat Security Advisory: php security update",
"tracking": {
"current_release_date": "2025-10-09T13:35:50+00:00",
"generator": {
"date": "2025-10-09T13:35:50+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.9"
}
},
"id": "RHSA-2012:1046",
"initial_release_date": "2012-06-27T15:44:00+00:00",
"revision_history": [
{
"date": "2012-06-27T15:44:00+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2012-06-27T15:48:23+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-10-09T13:35:50+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product": {
"name": "Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:6::client"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux HPC Node (v. 6)",
"product": {
"name": "Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:6::computenode"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product": {
"name": "Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:6::computenode"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server (v. 6)",
"product": {
"name": "Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:6::server"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server Optional (v. 6)",
"product": {
"name": "Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:6::server"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Workstation (v. 6)",
"product": {
"name": "Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:6::workstation"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product": {
"name": "Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:6::workstation"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "php-pdo-0:5.3.3-14.el6_3.x86_64",
"product": {
"name": "php-pdo-0:5.3.3-14.el6_3.x86_64",
"product_id": "php-pdo-0:5.3.3-14.el6_3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@5.3.3-14.el6_3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:5.3.3-14.el6_3.x86_64",
"product": {
"name": "php-enchant-0:5.3.3-14.el6_3.x86_64",
"product_id": "php-enchant-0:5.3.3-14.el6_3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@5.3.3-14.el6_3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:5.3.3-14.el6_3.x86_64",
"product": {
"name": "php-devel-0:5.3.3-14.el6_3.x86_64",
"product_id": "php-devel-0:5.3.3-14.el6_3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@5.3.3-14.el6_3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:5.3.3-14.el6_3.x86_64",
"product": {
"name": "php-embedded-0:5.3.3-14.el6_3.x86_64",
"product_id": "php-embedded-0:5.3.3-14.el6_3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@5.3.3-14.el6_3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:5.3.3-14.el6_3.x86_64",
"product": {
"name": "php-soap-0:5.3.3-14.el6_3.x86_64",
"product_id": "php-soap-0:5.3.3-14.el6_3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@5.3.3-14.el6_3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:5.3.3-14.el6_3.x86_64",
"product": {
"name": "php-odbc-0:5.3.3-14.el6_3.x86_64",
"product_id": "php-odbc-0:5.3.3-14.el6_3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@5.3.3-14.el6_3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:5.3.3-14.el6_3.x86_64",
"product": {
"name": "php-xml-0:5.3.3-14.el6_3.x86_64",
"product_id": "php-xml-0:5.3.3-14.el6_3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@5.3.3-14.el6_3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:5.3.3-14.el6_3.x86_64",
"product": {
"name": "php-mbstring-0:5.3.3-14.el6_3.x86_64",
"product_id": "php-mbstring-0:5.3.3-14.el6_3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@5.3.3-14.el6_3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:5.3.3-14.el6_3.x86_64",
"product": {
"name": "php-intl-0:5.3.3-14.el6_3.x86_64",
"product_id": "php-intl-0:5.3.3-14.el6_3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@5.3.3-14.el6_3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"product": {
"name": "php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"product_id": "php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@5.3.3-14.el6_3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:5.3.3-14.el6_3.x86_64",
"product": {
"name": "php-gd-0:5.3.3-14.el6_3.x86_64",
"product_id": "php-gd-0:5.3.3-14.el6_3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@5.3.3-14.el6_3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:5.3.3-14.el6_3.x86_64",
"product": {
"name": "php-dba-0:5.3.3-14.el6_3.x86_64",
"product_id": "php-dba-0:5.3.3-14.el6_3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@5.3.3-14.el6_3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-0:5.3.3-14.el6_3.x86_64",
"product": {
"name": "php-0:5.3.3-14.el6_3.x86_64",
"product_id": "php-0:5.3.3-14.el6_3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@5.3.3-14.el6_3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-imap-0:5.3.3-14.el6_3.x86_64",
"product": {
"name": "php-imap-0:5.3.3-14.el6_3.x86_64",
"product_id": "php-imap-0:5.3.3-14.el6_3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-imap@5.3.3-14.el6_3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-common-0:5.3.3-14.el6_3.x86_64",
"product": {
"name": "php-common-0:5.3.3-14.el6_3.x86_64",
"product_id": "php-common-0:5.3.3-14.el6_3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@5.3.3-14.el6_3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:5.3.3-14.el6_3.x86_64",
"product": {
"name": "php-bcmath-0:5.3.3-14.el6_3.x86_64",
"product_id": "php-bcmath-0:5.3.3-14.el6_3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@5.3.3-14.el6_3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:5.3.3-14.el6_3.x86_64",
"product": {
"name": "php-cli-0:5.3.3-14.el6_3.x86_64",
"product_id": "php-cli-0:5.3.3-14.el6_3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@5.3.3-14.el6_3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-zts-0:5.3.3-14.el6_3.x86_64",
"product": {
"name": "php-zts-0:5.3.3-14.el6_3.x86_64",
"product_id": "php-zts-0:5.3.3-14.el6_3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-zts@5.3.3-14.el6_3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:5.3.3-14.el6_3.x86_64",
"product": {
"name": "php-snmp-0:5.3.3-14.el6_3.x86_64",
"product_id": "php-snmp-0:5.3.3-14.el6_3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@5.3.3-14.el6_3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-process-0:5.3.3-14.el6_3.x86_64",
"product": {
"name": "php-process-0:5.3.3-14.el6_3.x86_64",
"product_id": "php-process-0:5.3.3-14.el6_3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@5.3.3-14.el6_3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-tidy-0:5.3.3-14.el6_3.x86_64",
"product": {
"name": "php-tidy-0:5.3.3-14.el6_3.x86_64",
"product_id": "php-tidy-0:5.3.3-14.el6_3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-tidy@5.3.3-14.el6_3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-mysql-0:5.3.3-14.el6_3.x86_64",
"product": {
"name": "php-mysql-0:5.3.3-14.el6_3.x86_64",
"product_id": "php-mysql-0:5.3.3-14.el6_3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysql@5.3.3-14.el6_3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-pspell-0:5.3.3-14.el6_3.x86_64",
"product": {
"name": "php-pspell-0:5.3.3-14.el6_3.x86_64",
"product_id": "php-pspell-0:5.3.3-14.el6_3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pspell@5.3.3-14.el6_3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:5.3.3-14.el6_3.x86_64",
"product": {
"name": "php-ldap-0:5.3.3-14.el6_3.x86_64",
"product_id": "php-ldap-0:5.3.3-14.el6_3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@5.3.3-14.el6_3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"product": {
"name": "php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"product_id": "php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xmlrpc@5.3.3-14.el6_3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-recode-0:5.3.3-14.el6_3.x86_64",
"product": {
"name": "php-recode-0:5.3.3-14.el6_3.x86_64",
"product_id": "php-recode-0:5.3.3-14.el6_3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-recode@5.3.3-14.el6_3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:5.3.3-14.el6_3.x86_64",
"product": {
"name": "php-pgsql-0:5.3.3-14.el6_3.x86_64",
"product_id": "php-pgsql-0:5.3.3-14.el6_3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@5.3.3-14.el6_3?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "php-pdo-0:5.3.3-14.el6_3.i686",
"product": {
"name": "php-pdo-0:5.3.3-14.el6_3.i686",
"product_id": "php-pdo-0:5.3.3-14.el6_3.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@5.3.3-14.el6_3?arch=i686"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:5.3.3-14.el6_3.i686",
"product": {
"name": "php-enchant-0:5.3.3-14.el6_3.i686",
"product_id": "php-enchant-0:5.3.3-14.el6_3.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@5.3.3-14.el6_3?arch=i686"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:5.3.3-14.el6_3.i686",
"product": {
"name": "php-devel-0:5.3.3-14.el6_3.i686",
"product_id": "php-devel-0:5.3.3-14.el6_3.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@5.3.3-14.el6_3?arch=i686"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:5.3.3-14.el6_3.i686",
"product": {
"name": "php-embedded-0:5.3.3-14.el6_3.i686",
"product_id": "php-embedded-0:5.3.3-14.el6_3.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@5.3.3-14.el6_3?arch=i686"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:5.3.3-14.el6_3.i686",
"product": {
"name": "php-soap-0:5.3.3-14.el6_3.i686",
"product_id": "php-soap-0:5.3.3-14.el6_3.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@5.3.3-14.el6_3?arch=i686"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:5.3.3-14.el6_3.i686",
"product": {
"name": "php-odbc-0:5.3.3-14.el6_3.i686",
"product_id": "php-odbc-0:5.3.3-14.el6_3.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@5.3.3-14.el6_3?arch=i686"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:5.3.3-14.el6_3.i686",
"product": {
"name": "php-xml-0:5.3.3-14.el6_3.i686",
"product_id": "php-xml-0:5.3.3-14.el6_3.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@5.3.3-14.el6_3?arch=i686"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:5.3.3-14.el6_3.i686",
"product": {
"name": "php-mbstring-0:5.3.3-14.el6_3.i686",
"product_id": "php-mbstring-0:5.3.3-14.el6_3.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@5.3.3-14.el6_3?arch=i686"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:5.3.3-14.el6_3.i686",
"product": {
"name": "php-intl-0:5.3.3-14.el6_3.i686",
"product_id": "php-intl-0:5.3.3-14.el6_3.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@5.3.3-14.el6_3?arch=i686"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:5.3.3-14.el6_3.i686",
"product": {
"name": "php-debuginfo-0:5.3.3-14.el6_3.i686",
"product_id": "php-debuginfo-0:5.3.3-14.el6_3.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@5.3.3-14.el6_3?arch=i686"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:5.3.3-14.el6_3.i686",
"product": {
"name": "php-gd-0:5.3.3-14.el6_3.i686",
"product_id": "php-gd-0:5.3.3-14.el6_3.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@5.3.3-14.el6_3?arch=i686"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:5.3.3-14.el6_3.i686",
"product": {
"name": "php-dba-0:5.3.3-14.el6_3.i686",
"product_id": "php-dba-0:5.3.3-14.el6_3.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@5.3.3-14.el6_3?arch=i686"
}
}
},
{
"category": "product_version",
"name": "php-0:5.3.3-14.el6_3.i686",
"product": {
"name": "php-0:5.3.3-14.el6_3.i686",
"product_id": "php-0:5.3.3-14.el6_3.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@5.3.3-14.el6_3?arch=i686"
}
}
},
{
"category": "product_version",
"name": "php-imap-0:5.3.3-14.el6_3.i686",
"product": {
"name": "php-imap-0:5.3.3-14.el6_3.i686",
"product_id": "php-imap-0:5.3.3-14.el6_3.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-imap@5.3.3-14.el6_3?arch=i686"
}
}
},
{
"category": "product_version",
"name": "php-common-0:5.3.3-14.el6_3.i686",
"product": {
"name": "php-common-0:5.3.3-14.el6_3.i686",
"product_id": "php-common-0:5.3.3-14.el6_3.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@5.3.3-14.el6_3?arch=i686"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:5.3.3-14.el6_3.i686",
"product": {
"name": "php-bcmath-0:5.3.3-14.el6_3.i686",
"product_id": "php-bcmath-0:5.3.3-14.el6_3.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@5.3.3-14.el6_3?arch=i686"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:5.3.3-14.el6_3.i686",
"product": {
"name": "php-cli-0:5.3.3-14.el6_3.i686",
"product_id": "php-cli-0:5.3.3-14.el6_3.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@5.3.3-14.el6_3?arch=i686"
}
}
},
{
"category": "product_version",
"name": "php-zts-0:5.3.3-14.el6_3.i686",
"product": {
"name": "php-zts-0:5.3.3-14.el6_3.i686",
"product_id": "php-zts-0:5.3.3-14.el6_3.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-zts@5.3.3-14.el6_3?arch=i686"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:5.3.3-14.el6_3.i686",
"product": {
"name": "php-snmp-0:5.3.3-14.el6_3.i686",
"product_id": "php-snmp-0:5.3.3-14.el6_3.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@5.3.3-14.el6_3?arch=i686"
}
}
},
{
"category": "product_version",
"name": "php-process-0:5.3.3-14.el6_3.i686",
"product": {
"name": "php-process-0:5.3.3-14.el6_3.i686",
"product_id": "php-process-0:5.3.3-14.el6_3.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@5.3.3-14.el6_3?arch=i686"
}
}
},
{
"category": "product_version",
"name": "php-tidy-0:5.3.3-14.el6_3.i686",
"product": {
"name": "php-tidy-0:5.3.3-14.el6_3.i686",
"product_id": "php-tidy-0:5.3.3-14.el6_3.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-tidy@5.3.3-14.el6_3?arch=i686"
}
}
},
{
"category": "product_version",
"name": "php-mysql-0:5.3.3-14.el6_3.i686",
"product": {
"name": "php-mysql-0:5.3.3-14.el6_3.i686",
"product_id": "php-mysql-0:5.3.3-14.el6_3.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysql@5.3.3-14.el6_3?arch=i686"
}
}
},
{
"category": "product_version",
"name": "php-pspell-0:5.3.3-14.el6_3.i686",
"product": {
"name": "php-pspell-0:5.3.3-14.el6_3.i686",
"product_id": "php-pspell-0:5.3.3-14.el6_3.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pspell@5.3.3-14.el6_3?arch=i686"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:5.3.3-14.el6_3.i686",
"product": {
"name": "php-ldap-0:5.3.3-14.el6_3.i686",
"product_id": "php-ldap-0:5.3.3-14.el6_3.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@5.3.3-14.el6_3?arch=i686"
}
}
},
{
"category": "product_version",
"name": "php-xmlrpc-0:5.3.3-14.el6_3.i686",
"product": {
"name": "php-xmlrpc-0:5.3.3-14.el6_3.i686",
"product_id": "php-xmlrpc-0:5.3.3-14.el6_3.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xmlrpc@5.3.3-14.el6_3?arch=i686"
}
}
},
{
"category": "product_version",
"name": "php-recode-0:5.3.3-14.el6_3.i686",
"product": {
"name": "php-recode-0:5.3.3-14.el6_3.i686",
"product_id": "php-recode-0:5.3.3-14.el6_3.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-recode@5.3.3-14.el6_3?arch=i686"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:5.3.3-14.el6_3.i686",
"product": {
"name": "php-pgsql-0:5.3.3-14.el6_3.i686",
"product_id": "php-pgsql-0:5.3.3-14.el6_3.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@5.3.3-14.el6_3?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:5.3.3-14.el6_3.src",
"product": {
"name": "php-0:5.3.3-14.el6_3.src",
"product_id": "php-0:5.3.3-14.el6_3.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@5.3.3-14.el6_3?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "php-enchant-0:5.3.3-14.el6_3.ppc64",
"product": {
"name": "php-enchant-0:5.3.3-14.el6_3.ppc64",
"product_id": "php-enchant-0:5.3.3-14.el6_3.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@5.3.3-14.el6_3?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:5.3.3-14.el6_3.ppc64",
"product": {
"name": "php-embedded-0:5.3.3-14.el6_3.ppc64",
"product_id": "php-embedded-0:5.3.3-14.el6_3.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@5.3.3-14.el6_3?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:5.3.3-14.el6_3.ppc64",
"product": {
"name": "php-devel-0:5.3.3-14.el6_3.ppc64",
"product_id": "php-devel-0:5.3.3-14.el6_3.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@5.3.3-14.el6_3?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:5.3.3-14.el6_3.ppc64",
"product": {
"name": "php-mbstring-0:5.3.3-14.el6_3.ppc64",
"product_id": "php-mbstring-0:5.3.3-14.el6_3.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@5.3.3-14.el6_3?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:5.3.3-14.el6_3.ppc64",
"product": {
"name": "php-intl-0:5.3.3-14.el6_3.ppc64",
"product_id": "php-intl-0:5.3.3-14.el6_3.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@5.3.3-14.el6_3?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"product": {
"name": "php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"product_id": "php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@5.3.3-14.el6_3?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:5.3.3-14.el6_3.ppc64",
"product": {
"name": "php-dba-0:5.3.3-14.el6_3.ppc64",
"product_id": "php-dba-0:5.3.3-14.el6_3.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@5.3.3-14.el6_3?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "php-imap-0:5.3.3-14.el6_3.ppc64",
"product": {
"name": "php-imap-0:5.3.3-14.el6_3.ppc64",
"product_id": "php-imap-0:5.3.3-14.el6_3.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-imap@5.3.3-14.el6_3?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:5.3.3-14.el6_3.ppc64",
"product": {
"name": "php-bcmath-0:5.3.3-14.el6_3.ppc64",
"product_id": "php-bcmath-0:5.3.3-14.el6_3.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@5.3.3-14.el6_3?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "php-process-0:5.3.3-14.el6_3.ppc64",
"product": {
"name": "php-process-0:5.3.3-14.el6_3.ppc64",
"product_id": "php-process-0:5.3.3-14.el6_3.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@5.3.3-14.el6_3?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "php-tidy-0:5.3.3-14.el6_3.ppc64",
"product": {
"name": "php-tidy-0:5.3.3-14.el6_3.ppc64",
"product_id": "php-tidy-0:5.3.3-14.el6_3.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-tidy@5.3.3-14.el6_3?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "php-zts-0:5.3.3-14.el6_3.ppc64",
"product": {
"name": "php-zts-0:5.3.3-14.el6_3.ppc64",
"product_id": "php-zts-0:5.3.3-14.el6_3.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-zts@5.3.3-14.el6_3?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:5.3.3-14.el6_3.ppc64",
"product": {
"name": "php-snmp-0:5.3.3-14.el6_3.ppc64",
"product_id": "php-snmp-0:5.3.3-14.el6_3.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@5.3.3-14.el6_3?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "php-pspell-0:5.3.3-14.el6_3.ppc64",
"product": {
"name": "php-pspell-0:5.3.3-14.el6_3.ppc64",
"product_id": "php-pspell-0:5.3.3-14.el6_3.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pspell@5.3.3-14.el6_3?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "php-recode-0:5.3.3-14.el6_3.ppc64",
"product": {
"name": "php-recode-0:5.3.3-14.el6_3.ppc64",
"product_id": "php-recode-0:5.3.3-14.el6_3.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-recode@5.3.3-14.el6_3?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:5.3.3-14.el6_3.ppc64",
"product": {
"name": "php-pdo-0:5.3.3-14.el6_3.ppc64",
"product_id": "php-pdo-0:5.3.3-14.el6_3.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@5.3.3-14.el6_3?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:5.3.3-14.el6_3.ppc64",
"product": {
"name": "php-soap-0:5.3.3-14.el6_3.ppc64",
"product_id": "php-soap-0:5.3.3-14.el6_3.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@5.3.3-14.el6_3?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:5.3.3-14.el6_3.ppc64",
"product": {
"name": "php-xml-0:5.3.3-14.el6_3.ppc64",
"product_id": "php-xml-0:5.3.3-14.el6_3.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@5.3.3-14.el6_3?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:5.3.3-14.el6_3.ppc64",
"product": {
"name": "php-odbc-0:5.3.3-14.el6_3.ppc64",
"product_id": "php-odbc-0:5.3.3-14.el6_3.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@5.3.3-14.el6_3?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:5.3.3-14.el6_3.ppc64",
"product": {
"name": "php-gd-0:5.3.3-14.el6_3.ppc64",
"product_id": "php-gd-0:5.3.3-14.el6_3.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@5.3.3-14.el6_3?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "php-0:5.3.3-14.el6_3.ppc64",
"product": {
"name": "php-0:5.3.3-14.el6_3.ppc64",
"product_id": "php-0:5.3.3-14.el6_3.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@5.3.3-14.el6_3?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "php-common-0:5.3.3-14.el6_3.ppc64",
"product": {
"name": "php-common-0:5.3.3-14.el6_3.ppc64",
"product_id": "php-common-0:5.3.3-14.el6_3.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@5.3.3-14.el6_3?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:5.3.3-14.el6_3.ppc64",
"product": {
"name": "php-cli-0:5.3.3-14.el6_3.ppc64",
"product_id": "php-cli-0:5.3.3-14.el6_3.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@5.3.3-14.el6_3?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "php-mysql-0:5.3.3-14.el6_3.ppc64",
"product": {
"name": "php-mysql-0:5.3.3-14.el6_3.ppc64",
"product_id": "php-mysql-0:5.3.3-14.el6_3.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysql@5.3.3-14.el6_3?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:5.3.3-14.el6_3.ppc64",
"product": {
"name": "php-ldap-0:5.3.3-14.el6_3.ppc64",
"product_id": "php-ldap-0:5.3.3-14.el6_3.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@5.3.3-14.el6_3?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:5.3.3-14.el6_3.ppc64",
"product": {
"name": "php-pgsql-0:5.3.3-14.el6_3.ppc64",
"product_id": "php-pgsql-0:5.3.3-14.el6_3.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@5.3.3-14.el6_3?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"product": {
"name": "php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"product_id": "php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xmlrpc@5.3.3-14.el6_3?arch=ppc64"
}
}
}
],
"category": "architecture",
"name": "ppc64"
},
{
"branches": [
{
"category": "product_version",
"name": "php-enchant-0:5.3.3-14.el6_3.s390x",
"product": {
"name": "php-enchant-0:5.3.3-14.el6_3.s390x",
"product_id": "php-enchant-0:5.3.3-14.el6_3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@5.3.3-14.el6_3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:5.3.3-14.el6_3.s390x",
"product": {
"name": "php-embedded-0:5.3.3-14.el6_3.s390x",
"product_id": "php-embedded-0:5.3.3-14.el6_3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@5.3.3-14.el6_3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:5.3.3-14.el6_3.s390x",
"product": {
"name": "php-devel-0:5.3.3-14.el6_3.s390x",
"product_id": "php-devel-0:5.3.3-14.el6_3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@5.3.3-14.el6_3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:5.3.3-14.el6_3.s390x",
"product": {
"name": "php-mbstring-0:5.3.3-14.el6_3.s390x",
"product_id": "php-mbstring-0:5.3.3-14.el6_3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@5.3.3-14.el6_3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:5.3.3-14.el6_3.s390x",
"product": {
"name": "php-intl-0:5.3.3-14.el6_3.s390x",
"product_id": "php-intl-0:5.3.3-14.el6_3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@5.3.3-14.el6_3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:5.3.3-14.el6_3.s390x",
"product": {
"name": "php-debuginfo-0:5.3.3-14.el6_3.s390x",
"product_id": "php-debuginfo-0:5.3.3-14.el6_3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@5.3.3-14.el6_3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:5.3.3-14.el6_3.s390x",
"product": {
"name": "php-dba-0:5.3.3-14.el6_3.s390x",
"product_id": "php-dba-0:5.3.3-14.el6_3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@5.3.3-14.el6_3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-imap-0:5.3.3-14.el6_3.s390x",
"product": {
"name": "php-imap-0:5.3.3-14.el6_3.s390x",
"product_id": "php-imap-0:5.3.3-14.el6_3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-imap@5.3.3-14.el6_3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:5.3.3-14.el6_3.s390x",
"product": {
"name": "php-bcmath-0:5.3.3-14.el6_3.s390x",
"product_id": "php-bcmath-0:5.3.3-14.el6_3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@5.3.3-14.el6_3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-process-0:5.3.3-14.el6_3.s390x",
"product": {
"name": "php-process-0:5.3.3-14.el6_3.s390x",
"product_id": "php-process-0:5.3.3-14.el6_3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@5.3.3-14.el6_3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-tidy-0:5.3.3-14.el6_3.s390x",
"product": {
"name": "php-tidy-0:5.3.3-14.el6_3.s390x",
"product_id": "php-tidy-0:5.3.3-14.el6_3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-tidy@5.3.3-14.el6_3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-zts-0:5.3.3-14.el6_3.s390x",
"product": {
"name": "php-zts-0:5.3.3-14.el6_3.s390x",
"product_id": "php-zts-0:5.3.3-14.el6_3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-zts@5.3.3-14.el6_3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:5.3.3-14.el6_3.s390x",
"product": {
"name": "php-snmp-0:5.3.3-14.el6_3.s390x",
"product_id": "php-snmp-0:5.3.3-14.el6_3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@5.3.3-14.el6_3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-pspell-0:5.3.3-14.el6_3.s390x",
"product": {
"name": "php-pspell-0:5.3.3-14.el6_3.s390x",
"product_id": "php-pspell-0:5.3.3-14.el6_3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pspell@5.3.3-14.el6_3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-recode-0:5.3.3-14.el6_3.s390x",
"product": {
"name": "php-recode-0:5.3.3-14.el6_3.s390x",
"product_id": "php-recode-0:5.3.3-14.el6_3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-recode@5.3.3-14.el6_3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:5.3.3-14.el6_3.s390x",
"product": {
"name": "php-pdo-0:5.3.3-14.el6_3.s390x",
"product_id": "php-pdo-0:5.3.3-14.el6_3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@5.3.3-14.el6_3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:5.3.3-14.el6_3.s390x",
"product": {
"name": "php-soap-0:5.3.3-14.el6_3.s390x",
"product_id": "php-soap-0:5.3.3-14.el6_3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@5.3.3-14.el6_3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:5.3.3-14.el6_3.s390x",
"product": {
"name": "php-xml-0:5.3.3-14.el6_3.s390x",
"product_id": "php-xml-0:5.3.3-14.el6_3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@5.3.3-14.el6_3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:5.3.3-14.el6_3.s390x",
"product": {
"name": "php-odbc-0:5.3.3-14.el6_3.s390x",
"product_id": "php-odbc-0:5.3.3-14.el6_3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@5.3.3-14.el6_3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:5.3.3-14.el6_3.s390x",
"product": {
"name": "php-gd-0:5.3.3-14.el6_3.s390x",
"product_id": "php-gd-0:5.3.3-14.el6_3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@5.3.3-14.el6_3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-0:5.3.3-14.el6_3.s390x",
"product": {
"name": "php-0:5.3.3-14.el6_3.s390x",
"product_id": "php-0:5.3.3-14.el6_3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@5.3.3-14.el6_3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-common-0:5.3.3-14.el6_3.s390x",
"product": {
"name": "php-common-0:5.3.3-14.el6_3.s390x",
"product_id": "php-common-0:5.3.3-14.el6_3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@5.3.3-14.el6_3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:5.3.3-14.el6_3.s390x",
"product": {
"name": "php-cli-0:5.3.3-14.el6_3.s390x",
"product_id": "php-cli-0:5.3.3-14.el6_3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@5.3.3-14.el6_3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-mysql-0:5.3.3-14.el6_3.s390x",
"product": {
"name": "php-mysql-0:5.3.3-14.el6_3.s390x",
"product_id": "php-mysql-0:5.3.3-14.el6_3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysql@5.3.3-14.el6_3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:5.3.3-14.el6_3.s390x",
"product": {
"name": "php-ldap-0:5.3.3-14.el6_3.s390x",
"product_id": "php-ldap-0:5.3.3-14.el6_3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@5.3.3-14.el6_3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:5.3.3-14.el6_3.s390x",
"product": {
"name": "php-pgsql-0:5.3.3-14.el6_3.s390x",
"product_id": "php-pgsql-0:5.3.3-14.el6_3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@5.3.3-14.el6_3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"product": {
"name": "php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"product_id": "php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xmlrpc@5.3.3-14.el6_3?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:5.3.3-14.el6_3.src as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.src"
},
"product_reference": "php-0:5.3.3-14.el6_3.src",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-bcmath-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-bcmath-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-bcmath-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-bcmath-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-cli-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-cli-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-cli-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-cli-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-common-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-common-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-common-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-common-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-dba-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-dba-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-dba-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-dba-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-debuginfo-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-debuginfo-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-devel-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-devel-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-devel-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-devel-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-embedded-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-embedded-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-embedded-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-embedded-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-enchant-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-enchant-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-enchant-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-enchant-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-gd-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-gd-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-gd-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-gd-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-imap-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-imap-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-imap-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-imap-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-imap-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-imap-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-imap-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-imap-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-intl-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-intl-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-intl-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-intl-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-ldap-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-ldap-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-ldap-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-ldap-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-mbstring-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-mbstring-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-mbstring-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-mbstring-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysql-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-mysql-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysql-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-mysql-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysql-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-mysql-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysql-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-mysql-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-odbc-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-odbc-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-odbc-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-odbc-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-pdo-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-pdo-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-pdo-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-pdo-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-pgsql-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-pgsql-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-pgsql-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-pgsql-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-process-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-process-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-process-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-process-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pspell-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-pspell-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pspell-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-pspell-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pspell-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-pspell-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pspell-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-pspell-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-recode-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-recode-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-recode-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-recode-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-recode-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-recode-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-recode-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-recode-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-snmp-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-snmp-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-snmp-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-snmp-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-soap-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-soap-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-soap-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-soap-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-tidy-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-tidy-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-tidy-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-tidy-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-tidy-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-tidy-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-tidy-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-tidy-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-xml-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-xml-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-xml-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-xml-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xmlrpc-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-xmlrpc-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xmlrpc-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xmlrpc-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xmlrpc-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-zts-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-zts-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-zts-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-zts-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-zts-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-zts-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-zts-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-zts-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Client-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:5.3.3-14.el6_3.src as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.src"
},
"product_reference": "php-0:5.3.3-14.el6_3.src",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-bcmath-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-bcmath-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-bcmath-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-bcmath-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-cli-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-cli-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-cli-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-cli-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-common-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-common-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-common-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-common-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-dba-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-dba-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-dba-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-dba-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-debuginfo-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-debuginfo-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-devel-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-devel-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-devel-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-devel-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-embedded-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-embedded-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-embedded-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-embedded-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-enchant-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-enchant-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-enchant-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-enchant-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-gd-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-gd-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-gd-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-gd-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-imap-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-imap-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-imap-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-imap-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-imap-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-imap-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-imap-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-imap-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-intl-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-intl-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-intl-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-intl-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-ldap-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-ldap-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-ldap-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-ldap-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-mbstring-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-mbstring-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-mbstring-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-mbstring-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysql-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-mysql-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysql-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-mysql-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysql-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-mysql-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysql-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-mysql-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-odbc-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-odbc-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-odbc-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-odbc-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-pdo-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-pdo-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-pdo-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-pdo-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-pgsql-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-pgsql-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-pgsql-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-pgsql-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-process-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-process-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-process-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-process-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pspell-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-pspell-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pspell-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-pspell-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pspell-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-pspell-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pspell-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-pspell-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-recode-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-recode-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-recode-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-recode-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-recode-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-recode-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-recode-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-recode-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-snmp-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-snmp-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-snmp-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-snmp-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-soap-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-soap-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-soap-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-soap-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-tidy-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-tidy-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-tidy-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-tidy-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-tidy-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-tidy-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-tidy-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-tidy-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-xml-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-xml-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-xml-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-xml-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xmlrpc-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-xmlrpc-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xmlrpc-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xmlrpc-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xmlrpc-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-zts-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-zts-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-zts-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-zts-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-zts-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-zts-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-zts-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-zts-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:5.3.3-14.el6_3.src as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.src"
},
"product_reference": "php-0:5.3.3-14.el6_3.src",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-bcmath-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-bcmath-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-bcmath-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-bcmath-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-cli-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-cli-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-cli-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-cli-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-common-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-common-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-common-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-common-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-dba-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-dba-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-dba-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-dba-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-debuginfo-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-debuginfo-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-devel-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-devel-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-devel-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-devel-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-embedded-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-embedded-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-embedded-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-embedded-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-enchant-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-enchant-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-enchant-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-enchant-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-gd-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-gd-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-gd-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-gd-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-imap-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-imap-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-imap-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-imap-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-imap-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-imap-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-imap-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-imap-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-intl-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-intl-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-intl-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-intl-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-ldap-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-ldap-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-ldap-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-ldap-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-mbstring-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-mbstring-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-mbstring-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-mbstring-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysql-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-mysql-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysql-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-mysql-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysql-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-mysql-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysql-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-mysql-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-odbc-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-odbc-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-odbc-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-odbc-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-pdo-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-pdo-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-pdo-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-pdo-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-pgsql-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-pgsql-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-pgsql-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-pgsql-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-process-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-process-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-process-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-process-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pspell-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-pspell-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pspell-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-pspell-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pspell-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-pspell-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pspell-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-pspell-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-recode-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-recode-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-recode-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-recode-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-recode-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-recode-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-recode-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-recode-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-snmp-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-snmp-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-snmp-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-snmp-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-soap-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-soap-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-soap-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-soap-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-tidy-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-tidy-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-tidy-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-tidy-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-tidy-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-tidy-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-tidy-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-tidy-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-xml-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-xml-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-xml-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-xml-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xmlrpc-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-xmlrpc-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xmlrpc-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xmlrpc-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xmlrpc-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-zts-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-zts-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-zts-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-zts-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-zts-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-zts-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-zts-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-zts-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6ComputeNode-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:5.3.3-14.el6_3.src as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-0:5.3.3-14.el6_3.src"
},
"product_reference": "php-0:5.3.3-14.el6_3.src",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-bcmath-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-bcmath-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-bcmath-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-bcmath-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-cli-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-cli-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-cli-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-cli-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-common-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-common-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-common-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-common-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-common-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-common-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-dba-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-dba-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-dba-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-dba-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-debuginfo-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-debuginfo-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-devel-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-devel-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-devel-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-devel-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-embedded-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-embedded-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-embedded-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-embedded-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-enchant-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-enchant-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-enchant-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-enchant-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-gd-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-gd-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-gd-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-gd-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-imap-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-imap-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-imap-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-imap-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-imap-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-imap-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-imap-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-imap-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-intl-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-intl-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-intl-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-intl-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-ldap-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-ldap-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-ldap-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-ldap-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-mbstring-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-mbstring-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-mbstring-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-mbstring-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysql-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-mysql-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysql-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-mysql-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysql-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-mysql-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysql-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-mysql-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-odbc-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-odbc-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-odbc-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-odbc-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-pdo-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-pdo-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-pdo-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-pdo-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-pgsql-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-pgsql-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-pgsql-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-pgsql-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-process-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-process-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-process-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-process-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-process-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-process-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pspell-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-pspell-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pspell-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-pspell-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pspell-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-pspell-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pspell-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-pspell-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-recode-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-recode-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-recode-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-recode-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-recode-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-recode-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-recode-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-recode-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-snmp-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-snmp-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-snmp-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-snmp-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-soap-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-soap-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-soap-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-soap-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-tidy-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-tidy-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-tidy-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-tidy-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-tidy-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-tidy-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-tidy-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-tidy-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-xml-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-xml-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-xml-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-xml-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xmlrpc-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-xmlrpc-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xmlrpc-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xmlrpc-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xmlrpc-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-zts-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-zts-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-zts-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-zts-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-zts-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-zts-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-zts-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-zts-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:5.3.3-14.el6_3.src as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.src"
},
"product_reference": "php-0:5.3.3-14.el6_3.src",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-bcmath-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-bcmath-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-bcmath-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-bcmath-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-cli-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-cli-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-cli-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-cli-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-common-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-common-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-common-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-common-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-dba-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-dba-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-dba-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-dba-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-debuginfo-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-debuginfo-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-devel-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-devel-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-devel-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-devel-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-embedded-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-embedded-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-embedded-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-embedded-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-enchant-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-enchant-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-enchant-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-enchant-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-gd-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-gd-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-gd-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-gd-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-imap-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-imap-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-imap-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-imap-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-imap-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-imap-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-imap-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-imap-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-intl-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-intl-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-intl-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-intl-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-ldap-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-ldap-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-ldap-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-ldap-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-mbstring-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-mbstring-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-mbstring-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-mbstring-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysql-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-mysql-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysql-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-mysql-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysql-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-mysql-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysql-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-mysql-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-odbc-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-odbc-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-odbc-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-odbc-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-pdo-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-pdo-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-pdo-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-pdo-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-pgsql-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-pgsql-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-pgsql-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-pgsql-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-process-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-process-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-process-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-process-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pspell-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-pspell-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pspell-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-pspell-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pspell-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-pspell-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pspell-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-pspell-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-recode-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-recode-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-recode-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-recode-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-recode-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-recode-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-recode-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-recode-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-snmp-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-snmp-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-snmp-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-snmp-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-soap-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-soap-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-soap-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-soap-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-tidy-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-tidy-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-tidy-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-tidy-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-tidy-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-tidy-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-tidy-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-tidy-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-xml-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-xml-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-xml-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-xml-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xmlrpc-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-xmlrpc-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xmlrpc-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xmlrpc-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xmlrpc-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-zts-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-zts-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-zts-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-zts-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-zts-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-zts-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-zts-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-zts-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Server-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:5.3.3-14.el6_3.src as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-0:5.3.3-14.el6_3.src"
},
"product_reference": "php-0:5.3.3-14.el6_3.src",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-bcmath-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-bcmath-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-bcmath-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-bcmath-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-cli-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-cli-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-cli-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-cli-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-common-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-common-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-common-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-common-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-dba-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-dba-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-dba-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-dba-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-debuginfo-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-debuginfo-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-devel-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-devel-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-devel-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-devel-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-embedded-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-embedded-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-embedded-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-embedded-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-enchant-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-enchant-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-enchant-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-enchant-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-gd-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-gd-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-gd-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-gd-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-imap-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-imap-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-imap-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-imap-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-imap-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-imap-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-imap-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-imap-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-intl-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-intl-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-intl-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-intl-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-ldap-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-ldap-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-ldap-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-ldap-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-mbstring-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-mbstring-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-mbstring-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-mbstring-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysql-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-mysql-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysql-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-mysql-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysql-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-mysql-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysql-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-mysql-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-odbc-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-odbc-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-odbc-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-odbc-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-pdo-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-pdo-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-pdo-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-pdo-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-pgsql-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-pgsql-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-pgsql-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-pgsql-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-process-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-process-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-process-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-process-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pspell-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-pspell-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pspell-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-pspell-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pspell-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-pspell-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pspell-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-pspell-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-recode-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-recode-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-recode-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-recode-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-recode-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-recode-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-recode-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-recode-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-snmp-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-snmp-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-snmp-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-snmp-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-soap-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-soap-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-soap-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-soap-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-tidy-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-tidy-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-tidy-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-tidy-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-tidy-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-tidy-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-tidy-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-tidy-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-xml-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-xml-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-xml-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-xml-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xmlrpc-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-xmlrpc-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xmlrpc-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xmlrpc-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xmlrpc-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-zts-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-zts-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-zts-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-zts-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-zts-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-zts-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-zts-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-zts-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:5.3.3-14.el6_3.src as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.src"
},
"product_reference": "php-0:5.3.3-14.el6_3.src",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-bcmath-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-bcmath-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-bcmath-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-bcmath-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-cli-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-cli-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-cli-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-cli-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-common-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-common-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-common-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-common-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-dba-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-dba-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-dba-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-dba-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-debuginfo-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-debuginfo-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-devel-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-devel-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-devel-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-devel-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-embedded-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-embedded-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-embedded-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-embedded-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-enchant-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-enchant-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-enchant-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-enchant-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-gd-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-gd-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-gd-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-gd-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-imap-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-imap-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-imap-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-imap-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-imap-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-imap-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-imap-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-imap-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-intl-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-intl-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-intl-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-intl-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-ldap-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-ldap-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-ldap-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-ldap-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-mbstring-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-mbstring-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-mbstring-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-mbstring-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysql-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-mysql-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysql-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-mysql-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysql-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-mysql-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysql-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-mysql-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-odbc-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-odbc-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-odbc-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-odbc-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-pdo-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-pdo-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-pdo-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-pdo-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-pgsql-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-pgsql-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-pgsql-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-pgsql-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-process-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-process-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-process-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-process-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pspell-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-pspell-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pspell-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-pspell-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pspell-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-pspell-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pspell-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-pspell-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-recode-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-recode-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-recode-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-recode-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-recode-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-recode-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-recode-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-recode-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-snmp-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-snmp-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-snmp-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-snmp-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-soap-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-soap-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-soap-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-soap-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-tidy-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-tidy-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-tidy-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-tidy-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-tidy-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-tidy-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-tidy-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-tidy-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-xml-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-xml-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-xml-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-xml-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xmlrpc-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-xmlrpc-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xmlrpc-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xmlrpc-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xmlrpc-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-zts-0:5.3.3-14.el6_3.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686"
},
"product_reference": "php-zts-0:5.3.3-14.el6_3.i686",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-zts-0:5.3.3-14.el6_3.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64"
},
"product_reference": "php-zts-0:5.3.3-14.el6_3.ppc64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-zts-0:5.3.3-14.el6_3.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x"
},
"product_reference": "php-zts-0:5.3.3-14.el6_3.s390x",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-zts-0:5.3.3-14.el6_3.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64"
},
"product_reference": "php-zts-0:5.3.3-14.el6_3.x86_64",
"relates_to_product_reference": "6Workstation-optional-6.3.z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2010-2950",
"discovery_date": "2010-05-27T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "835024"
}
],
"notes": [
{
"category": "description",
"text": "Format string vulnerability in stream.c in the phar extension in PHP 5.3.x through 5.3.3 allows context-dependent attackers to obtain sensitive information (memory contents) and possibly execute arbitrary code via a crafted phar:// URI that is not properly handled by the phar_stream_flush function, leading to errors in the php_stream_wrapper_log_error function. NOTE: this vulnerability exists because of an incomplete fix for CVE-2010-2094.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: Format string flaw in phar extension via phar_stream_flush() (MOPS-2010-024)",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2010-2950"
},
{
"category": "external",
"summary": "RHBZ#835024",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=835024"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2010-2950",
"url": "https://www.cve.org/CVERecord?id=CVE-2010-2950"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2010-2950",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2010-2950"
}
],
"release_date": "2010-05-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2012-06-27T15:44:00+00:00",
"details": "Before applying this update, make sure all previously-released errata\nrelevant to your system have been applied.\n\nThis update is available via the Red Hat Network. Details on how to\nuse the Red Hat Network to apply this update are available at\nhttps://access.redhat.com/knowledge/articles/11258",
"product_ids": [
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2012:1046"
}
],
"scores": [
{
"cvss_v2": {
"accessComplexity": "MEDIUM",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "PARTIAL",
"baseScore": 5.8,
"confidentialityImpact": "NONE",
"integrityImpact": "PARTIAL",
"vectorString": "AV:N/AC:M/Au:N/C:N/I:P/A:P",
"version": "2.0"
},
"products": [
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "php: Format string flaw in phar extension via phar_stream_flush() (MOPS-2010-024)"
},
{
"cve": "CVE-2011-4153",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2012-01-10T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "782943"
}
],
"notes": [
{
"category": "description",
"text": "PHP 5.3.8 does not always check the return value of the zend_strndup function, which might allow remote attackers to cause a denial of service (NULL pointer dereference and application crash) via crafted input to an application that performs strndup operations on untrusted string data, as demonstrated by the define function in zend_builtin_functions.c, and unspecified functions in ext/soap/php_sdl.c, ext/standard/syslog.c, ext/standard/browscap.c, ext/oci8/oci8.c, ext/com_dotnet/com_typeinfo.c, and main/php_open_temporary_file.c.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: zend_strndup() NULL pointer dereference may cause DoS",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2011-4153"
},
{
"category": "external",
"summary": "RHBZ#782943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=782943"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2011-4153",
"url": "https://www.cve.org/CVERecord?id=CVE-2011-4153"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2011-4153",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2011-4153"
}
],
"release_date": "2012-01-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2012-06-27T15:44:00+00:00",
"details": "Before applying this update, make sure all previously-released errata\nrelevant to your system have been applied.\n\nThis update is available via the Red Hat Network. Details on how to\nuse the Red Hat Network to apply this update are available at\nhttps://access.redhat.com/knowledge/articles/11258",
"product_ids": [
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2012:1046"
}
],
"scores": [
{
"cvss_v2": {
"accessComplexity": "MEDIUM",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "PARTIAL",
"baseScore": 4.3,
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P",
"version": "2.0"
},
"products": [
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "php: zend_strndup() NULL pointer dereference may cause DoS"
},
{
"cve": "CVE-2012-0057",
"discovery_date": "2012-01-11T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "782657"
}
],
"notes": [
{
"category": "description",
"text": "PHP before 5.3.9 has improper libxslt security settings, which allows remote attackers to create arbitrary files via a crafted XSLT stylesheet that uses the libxslt output extension.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: XSLT file writing vulnerability",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2012-0057"
},
{
"category": "external",
"summary": "RHBZ#782657",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=782657"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2012-0057",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-0057"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2012-0057",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2012-0057"
}
],
"release_date": "2012-01-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2012-06-27T15:44:00+00:00",
"details": "Before applying this update, make sure all previously-released errata\nrelevant to your system have been applied.\n\nThis update is available via the Red Hat Network. Details on how to\nuse the Red Hat Network to apply this update are available at\nhttps://access.redhat.com/knowledge/articles/11258",
"product_ids": [
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2012:1046"
}
],
"scores": [
{
"cvss_v2": {
"accessComplexity": "LOW",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "NONE",
"baseScore": 6.4,
"confidentialityImpact": "PARTIAL",
"integrityImpact": "PARTIAL",
"vectorString": "AV:N/AC:L/Au:N/C:P/I:P/A:N",
"version": "2.0"
},
"products": [
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "php: XSLT file writing vulnerability"
},
{
"cve": "CVE-2012-0781",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2012-01-10T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "782951"
}
],
"notes": [
{
"category": "description",
"text": "The tidy_diagnose function in PHP 5.3.8 might allow remote attackers to cause a denial of service (NULL pointer dereference and application crash) via crafted input to an application that attempts to perform Tidy::diagnose operations on invalid objects, a different vulnerability than CVE-2011-4153.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: tidy_diagnose() NULL pointer dereference may cause DoS",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2012-0781"
},
{
"category": "external",
"summary": "RHBZ#782951",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=782951"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2012-0781",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-0781"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2012-0781",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2012-0781"
}
],
"release_date": "2012-01-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2012-06-27T15:44:00+00:00",
"details": "Before applying this update, make sure all previously-released errata\nrelevant to your system have been applied.\n\nThis update is available via the Red Hat Network. Details on how to\nuse the Red Hat Network to apply this update are available at\nhttps://access.redhat.com/knowledge/articles/11258",
"product_ids": [
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2012:1046"
}
],
"scores": [
{
"cvss_v2": {
"accessComplexity": "HIGH",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "PARTIAL",
"baseScore": 2.6,
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"vectorString": "AV:N/AC:H/Au:N/C:N/I:N/A:P",
"version": "2.0"
},
"products": [
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "php: tidy_diagnose() NULL pointer dereference may cause DoS"
},
{
"cve": "CVE-2012-0789",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"discovery_date": "2012-01-11T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "783609"
}
],
"notes": [
{
"category": "description",
"text": "Memory leak in the timezone functionality in PHP before 5.3.9 allows remote attackers to cause a denial of service (memory consumption) by triggering many strtotime function calls, which are not properly handled by the php_date_parse_tzfile cache.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: strtotime timezone memory leak",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2012-0789"
},
{
"category": "external",
"summary": "RHBZ#783609",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=783609"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2012-0789",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-0789"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2012-0789",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2012-0789"
}
],
"release_date": "2012-01-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2012-06-27T15:44:00+00:00",
"details": "Before applying this update, make sure all previously-released errata\nrelevant to your system have been applied.\n\nThis update is available via the Red Hat Network. Details on how to\nuse the Red Hat Network to apply this update are available at\nhttps://access.redhat.com/knowledge/articles/11258",
"product_ids": [
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2012:1046"
}
],
"scores": [
{
"cvss_v2": {
"accessComplexity": "MEDIUM",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "PARTIAL",
"baseScore": 4.3,
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P",
"version": "2.0"
},
"products": [
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "php: strtotime timezone memory leak"
},
{
"cve": "CVE-2012-1172",
"discovery_date": "2012-03-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "799187"
}
],
"notes": [
{
"category": "description",
"text": "The file-upload implementation in rfc1867.c in PHP before 5.4.0 does not properly handle invalid [ (open square bracket) characters in name values, which makes it easier for remote attackers to cause a denial of service (malformed $_FILES indexes) or conduct directory traversal attacks during multi-file uploads by leveraging a script that lacks its own filename restrictions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: $_FILES array indexes corruption",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2012-1172"
},
{
"category": "external",
"summary": "RHBZ#799187",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=799187"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2012-1172",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-1172"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2012-1172",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2012-1172"
}
],
"release_date": "2012-03-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2012-06-27T15:44:00+00:00",
"details": "Before applying this update, make sure all previously-released errata\nrelevant to your system have been applied.\n\nThis update is available via the Red Hat Network. Details on how to\nuse the Red Hat Network to apply this update are available at\nhttps://access.redhat.com/knowledge/articles/11258",
"product_ids": [
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2012:1046"
}
],
"scores": [
{
"cvss_v2": {
"accessComplexity": "LOW",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "NONE",
"baseScore": 6.4,
"confidentialityImpact": "PARTIAL",
"integrityImpact": "PARTIAL",
"vectorString": "AV:N/AC:L/Au:N/C:P/I:P/A:N",
"version": "2.0"
},
"products": [
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "php: $_FILES array indexes corruption"
},
{
"acknowledgments": [
{
"names": [
"Rubin Xu",
"Joseph Bonneau"
],
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2012-2143",
"discovery_date": "2012-04-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "816956"
}
],
"notes": [
{
"category": "description",
"text": "The crypt_des (aka DES-based crypt) function in FreeBSD before 9.0-RELEASE-p2, as used in PHP, PostgreSQL, and other products, does not process the complete cleartext password if this password contains a 0x80 character, which makes it easier for context-dependent attackers to obtain access via an authentication attempt with an initial substring of the intended password, as demonstrated by a Unicode password.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypt(): DES encrypted password weakness",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue did not affect the version of php as shipped with Red Hat Enterprise Linux 5 as it did not include FreeSec\u0027s libcrypt cryptographic algorithms implementation yet. This issue was addressed in php53 package for Red Hat Enterprise Linux 5 via RHSA-2012:1047 and in php package for Red Hat Enterprise Linux 6 via RHSA-2012:1046.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2012-2143"
},
{
"category": "external",
"summary": "RHBZ#816956",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=816956"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2012-2143",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-2143"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2012-2143",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2012-2143"
}
],
"release_date": "2012-05-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2012-06-27T15:44:00+00:00",
"details": "Before applying this update, make sure all previously-released errata\nrelevant to your system have been applied.\n\nThis update is available via the Red Hat Network. Details on how to\nuse the Red Hat Network to apply this update are available at\nhttps://access.redhat.com/knowledge/articles/11258",
"product_ids": [
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2012:1046"
}
],
"scores": [
{
"cvss_v2": {
"accessComplexity": "HIGH",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "NONE",
"baseScore": 4.0,
"confidentialityImpact": "PARTIAL",
"integrityImpact": "PARTIAL",
"vectorString": "AV:N/AC:H/Au:N/C:P/I:P/A:N",
"version": "2.0"
},
"products": [
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypt(): DES encrypted password weakness"
},
{
"cve": "CVE-2012-2336",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2012-05-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "820708"
}
],
"notes": [
{
"category": "description",
"text": "sapi/cgi/cgi_main.c in PHP before 5.3.13 and 5.4.x before 5.4.3, when configured as a CGI script (aka php-cgi), does not properly handle query strings that lack an = (equals sign) character, which allows remote attackers to cause a denial of service (resource consumption) by placing command-line options in the query string, related to lack of skipping a certain php_getopt for the \u0027T\u0027 case. NOTE: this vulnerability exists because of an incomplete fix for CVE-2012-1823.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: incomplete CVE-2012-1823 fix - missing filtering of -T and -h",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2012-2336"
},
{
"category": "external",
"summary": "RHBZ#820708",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=820708"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2012-2336",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-2336"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2012-2336",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2012-2336"
}
],
"release_date": "2012-05-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2012-06-27T15:44:00+00:00",
"details": "Before applying this update, make sure all previously-released errata\nrelevant to your system have been applied.\n\nThis update is available via the Red Hat Network. Details on how to\nuse the Red Hat Network to apply this update are available at\nhttps://access.redhat.com/knowledge/articles/11258",
"product_ids": [
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2012:1046"
}
],
"scores": [
{
"cvss_v2": {
"accessComplexity": "LOW",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "PARTIAL",
"baseScore": 7.5,
"confidentialityImpact": "PARTIAL",
"integrityImpact": "PARTIAL",
"vectorString": "AV:N/AC:L/Au:N/C:P/I:P/A:P",
"version": "2.0"
},
"products": [
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "php: incomplete CVE-2012-1823 fix - missing filtering of -T and -h"
},
{
"cve": "CVE-2012-2386",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"discovery_date": "2012-05-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "823594"
}
],
"notes": [
{
"category": "description",
"text": "Integer overflow in the phar_parse_tarfile function in tar.c in the phar extension in PHP before 5.3.14 and 5.4.x before 5.4.4 allows remote attackers to cause a denial of service (application crash) or possibly execute arbitrary code via a crafted tar file that triggers a heap-based buffer overflow.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: Integer overflow leading to heap-buffer overflow in the Phar extension",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue did not affect the version of php as shipped with Red Hat Enterprise Linux 5 as it did not include support for phar extension yet. This issue was addressed in php53 package for Red Hat Enterprise Linux 5 via RHSA-2012:1047 and in php package for Red Hat Enterprise Linux 6 via RHSA-2012:1046.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2012-2386"
},
{
"category": "external",
"summary": "RHBZ#823594",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=823594"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2012-2386",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-2386"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2012-2386",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2012-2386"
}
],
"release_date": "2012-05-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2012-06-27T15:44:00+00:00",
"details": "Before applying this update, make sure all previously-released errata\nrelevant to your system have been applied.\n\nThis update is available via the Red Hat Network. Details on how to\nuse the Red Hat Network to apply this update are available at\nhttps://access.redhat.com/knowledge/articles/11258",
"product_ids": [
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2012:1046"
}
],
"scores": [
{
"cvss_v2": {
"accessComplexity": "MEDIUM",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "PARTIAL",
"baseScore": 6.8,
"confidentialityImpact": "PARTIAL",
"integrityImpact": "PARTIAL",
"vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P",
"version": "2.0"
},
"products": [
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Client-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Client-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6ComputeNode-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6ComputeNode-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Server-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Server-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.src",
"6Workstation-optional-6.3.z:php-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-bcmath-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-cli-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-common-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-dba-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-debuginfo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-devel-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-embedded-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-enchant-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-gd-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-imap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-intl-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-ldap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mbstring-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-mysql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-odbc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pdo-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pgsql-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-process-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-pspell-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-recode-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-snmp-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-soap-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-tidy-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xml-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-xmlrpc-0:5.3.3-14.el6_3.x86_64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.i686",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.ppc64",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.s390x",
"6Workstation-optional-6.3.z:php-zts-0:5.3.3-14.el6_3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "php: Integer overflow leading to heap-buffer overflow in the Phar extension"
}
]
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…