rhsa-2011_1423
Vulnerability from csaf_redhat
Published
2011-11-02 22:15
Modified
2024-11-05 17:37
Summary
Red Hat Security Advisory: php53 and php security update
Notes
Topic
Updated php53 and php packages that fix several security issues are now
available for Red Hat Enterprise Linux 5 and 6 respectively.
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.
A signedness issue was found in the way the PHP crypt() function handled
8-bit characters in passwords when using Blowfish hashing. Up to three
characters immediately preceding a non-ASCII character (one with the high
bit set) had no effect on the hash result, thus shortening the effective
password length. This made brute-force guessing more efficient as several
different passwords were hashed to the same value. (CVE-2011-2483)
Note: Due to the CVE-2011-2483 fix, after installing this update some users
may not be able to log in to PHP applications that hash passwords with
Blowfish using the PHP crypt() function. Refer to the upstream
"CRYPT_BLOWFISH security fix details" document, linked to in the
References, for details.
An insufficient input validation flaw, leading to a buffer over-read, was
found in the PHP exif extension. A specially-crafted image file could cause
the PHP interpreter to crash when a PHP script tries to extract
Exchangeable image file format (Exif) metadata from the image file.
(CVE-2011-0708)
An integer overflow flaw was found in the PHP calendar extension. A remote
attacker able to make a PHP script call SdnToJulian() with a large value
could cause the PHP interpreter to crash. (CVE-2011-1466)
Multiple memory leak flaws were found in the PHP OpenSSL extension. A
remote attacker able to make a PHP script use openssl_encrypt() or
openssl_decrypt() repeatedly could cause the PHP interpreter to use an
excessive amount of memory. (CVE-2011-1468)
A use-after-free flaw was found in the PHP substr_replace() function. If a
PHP script used the same variable as multiple function arguments, a remote
attacker could possibly use this to crash the PHP interpreter or, possibly,
execute arbitrary code. (CVE-2011-1148)
A bug in the PHP Streams component caused the PHP interpreter to crash if
an FTP wrapper connection was made through an HTTP proxy. A remote attacker
could possibly trigger this issue if a PHP script accepted an untrusted URL
to connect to. (CVE-2011-1469)
An integer signedness issue was found in the PHP zip extension. An attacker
could use a specially-crafted ZIP archive to cause the PHP interpreter to
use an excessive amount of CPU time until the script execution time limit
is reached. (CVE-2011-1471)
A stack-based buffer overflow flaw was found in the way the PHP socket
extension handled long AF_UNIX socket addresses. An attacker able to make a
PHP script connect to a long AF_UNIX socket address could use this flaw to
crash the PHP interpreter. (CVE-2011-1938)
An off-by-one flaw was found in PHP. If an attacker uploaded a file with a
specially-crafted file name it could cause a PHP script to attempt to write
a file to the root (/) directory. By default, PHP runs as the "apache"
user, preventing it from writing to the root directory. (CVE-2011-2202)
All php53 and 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 php53 and php packages that fix several security issues are now\navailable for Red Hat Enterprise Linux 5 and 6 respectively.\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\nA signedness issue was found in the way the PHP crypt() function handled\n8-bit characters in passwords when using Blowfish hashing. Up to three\ncharacters immediately preceding a non-ASCII character (one with the high\nbit set) had no effect on the hash result, thus shortening the effective\npassword length. This made brute-force guessing more efficient as several\ndifferent passwords were hashed to the same value. (CVE-2011-2483)\n\nNote: Due to the CVE-2011-2483 fix, after installing this update some users\nmay not be able to log in to PHP applications that hash passwords with\nBlowfish using the PHP crypt() function. Refer to the upstream\n\"CRYPT_BLOWFISH security fix details\" document, linked to in the\nReferences, for details.\n\nAn insufficient input validation flaw, leading to a buffer over-read, was\nfound in the PHP exif extension. A specially-crafted image file could cause\nthe PHP interpreter to crash when a PHP script tries to extract\nExchangeable image file format (Exif) metadata from the image file.\n(CVE-2011-0708)\n\nAn integer overflow flaw was found in the PHP calendar extension. A remote\nattacker able to make a PHP script call SdnToJulian() with a large value\ncould cause the PHP interpreter to crash. (CVE-2011-1466)\n\nMultiple memory leak flaws were found in the PHP OpenSSL extension. A\nremote attacker able to make a PHP script use openssl_encrypt() or\nopenssl_decrypt() repeatedly could cause the PHP interpreter to use an\nexcessive amount of memory. (CVE-2011-1468)\n\nA use-after-free flaw was found in the PHP substr_replace() function. If a\nPHP script used the same variable as multiple function arguments, a remote\nattacker could possibly use this to crash the PHP interpreter or, possibly,\nexecute arbitrary code. (CVE-2011-1148)\n\nA bug in the PHP Streams component caused the PHP interpreter to crash if\nan FTP wrapper connection was made through an HTTP proxy. A remote attacker\ncould possibly trigger this issue if a PHP script accepted an untrusted URL\nto connect to. (CVE-2011-1469)\n\nAn integer signedness issue was found in the PHP zip extension. An attacker\ncould use a specially-crafted ZIP archive to cause the PHP interpreter to\nuse an excessive amount of CPU time until the script execution time limit\nis reached. (CVE-2011-1471)\n\nA stack-based buffer overflow flaw was found in the way the PHP socket\nextension handled long AF_UNIX socket addresses. An attacker able to make a\nPHP script connect to a long AF_UNIX socket address could use this flaw to\ncrash the PHP interpreter. (CVE-2011-1938)\n\nAn off-by-one flaw was found in PHP. If an attacker uploaded a file with a\nspecially-crafted file name it could cause a PHP script to attempt to write\na file to the root (/) directory. By default, PHP runs as the \"apache\"\nuser, preventing it from writing to the root directory. (CVE-2011-2202)\n\nAll php53 and php users should upgrade to these updated packages, which\ncontain backported patches to resolve these issues. After installing the\nupdated packages, the httpd daemon must be restarted for the update to take\neffect.", "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-2011:1423", "url": "https://access.redhat.com/errata/RHSA-2011:1423" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "http://www.php.net/security/crypt_blowfish.php", "url": "http://www.php.net/security/crypt_blowfish.php" }, { "category": "external", "summary": "680972", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=680972" }, { "category": "external", "summary": "688958", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=688958" }, { "category": "external", "summary": "689386", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=689386" }, { "category": "external", "summary": "690899", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=690899" }, { "category": "external", "summary": "690905", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=690905" }, { "category": "external", "summary": "690915", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=690915" }, { "category": "external", "summary": "709067", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=709067" }, { "category": "external", "summary": "713194", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=713194" }, { "category": "external", "summary": "715025", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=715025" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2011/rhsa-2011_1423.json" } ], "title": "Red Hat Security Advisory: php53 and php security update", "tracking": { "current_release_date": "2024-11-05T17:37:46+00:00", "generator": { "date": "2024-11-05T17:37:46+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2011:1423", "initial_release_date": "2011-11-02T22:15:00+00:00", "revision_history": [ { "date": "2011-11-02T22:15:00+00:00", "number": "1", "summary": "Initial version" }, { "date": "2011-11-02T18:24:16+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-05T17:37:46+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "RHEL Desktop Workstation (v. 5 client)", "product": { "name": "RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:5::client_workstation" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux (v. 5 server)", "product": { "name": "Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:5::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server (v. 6)", "product": { "name": "Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.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.1.z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:6::server" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "php53-imap-0:5.3.3-1.el5_7.3.x86_64", "product": { "name": "php53-imap-0:5.3.3-1.el5_7.3.x86_64", "product_id": "php53-imap-0:5.3.3-1.el5_7.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-imap@5.3.3-1.el5_7.3?arch=x86_64" } } }, { "category": "product_version", "name": "php53-process-0:5.3.3-1.el5_7.3.x86_64", "product": { "name": "php53-process-0:5.3.3-1.el5_7.3.x86_64", "product_id": "php53-process-0:5.3.3-1.el5_7.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-process@5.3.3-1.el5_7.3?arch=x86_64" } } }, { "category": "product_version", "name": "php53-intl-0:5.3.3-1.el5_7.3.x86_64", "product": { "name": "php53-intl-0:5.3.3-1.el5_7.3.x86_64", "product_id": "php53-intl-0:5.3.3-1.el5_7.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-intl@5.3.3-1.el5_7.3?arch=x86_64" } } }, { "category": "product_version", "name": "php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "product": { "name": "php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "product_id": "php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-mysql@5.3.3-1.el5_7.3?arch=x86_64" } } }, { "category": "product_version", "name": "php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "product": { "name": "php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "product_id": "php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-snmp@5.3.3-1.el5_7.3?arch=x86_64" } } }, { "category": "product_version", "name": "php53-devel-0:5.3.3-1.el5_7.3.x86_64", "product": { "name": "php53-devel-0:5.3.3-1.el5_7.3.x86_64", "product_id": "php53-devel-0:5.3.3-1.el5_7.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-devel@5.3.3-1.el5_7.3?arch=x86_64" } } }, { "category": "product_version", "name": "php53-0:5.3.3-1.el5_7.3.x86_64", "product": { "name": "php53-0:5.3.3-1.el5_7.3.x86_64", "product_id": "php53-0:5.3.3-1.el5_7.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53@5.3.3-1.el5_7.3?arch=x86_64" } } }, { "category": "product_version", "name": "php53-dba-0:5.3.3-1.el5_7.3.x86_64", "product": { "name": "php53-dba-0:5.3.3-1.el5_7.3.x86_64", "product_id": "php53-dba-0:5.3.3-1.el5_7.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-dba@5.3.3-1.el5_7.3?arch=x86_64" } } }, { "category": "product_version", "name": "php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "product": { "name": "php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "product_id": "php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-odbc@5.3.3-1.el5_7.3?arch=x86_64" } } }, { "category": "product_version", "name": "php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "product": { "name": "php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "product_id": "php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-mbstring@5.3.3-1.el5_7.3?arch=x86_64" } } }, { "category": "product_version", "name": "php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "product": { "name": "php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "product_id": "php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-pdo@5.3.3-1.el5_7.3?arch=x86_64" } } }, { "category": "product_version", "name": "php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "product": { "name": "php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "product_id": "php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-xmlrpc@5.3.3-1.el5_7.3?arch=x86_64" } } }, { "category": "product_version", "name": "php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "product": { "name": "php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "product_id": "php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-pspell@5.3.3-1.el5_7.3?arch=x86_64" } } }, { "category": "product_version", "name": "php53-cli-0:5.3.3-1.el5_7.3.x86_64", "product": { "name": "php53-cli-0:5.3.3-1.el5_7.3.x86_64", "product_id": "php53-cli-0:5.3.3-1.el5_7.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-cli@5.3.3-1.el5_7.3?arch=x86_64" } } }, { "category": "product_version", "name": "php53-gd-0:5.3.3-1.el5_7.3.x86_64", "product": { "name": "php53-gd-0:5.3.3-1.el5_7.3.x86_64", "product_id": "php53-gd-0:5.3.3-1.el5_7.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-gd@5.3.3-1.el5_7.3?arch=x86_64" } } }, { "category": "product_version", "name": "php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "product": { "name": "php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "product_id": "php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-debuginfo@5.3.3-1.el5_7.3?arch=x86_64" } } }, { "category": "product_version", "name": "php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "product": { "name": "php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "product_id": "php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-bcmath@5.3.3-1.el5_7.3?arch=x86_64" } } }, { "category": "product_version", "name": "php53-xml-0:5.3.3-1.el5_7.3.x86_64", "product": { "name": "php53-xml-0:5.3.3-1.el5_7.3.x86_64", "product_id": "php53-xml-0:5.3.3-1.el5_7.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-xml@5.3.3-1.el5_7.3?arch=x86_64" } } }, { "category": "product_version", "name": "php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "product": { "name": "php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "product_id": "php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-pgsql@5.3.3-1.el5_7.3?arch=x86_64" } } }, { "category": "product_version", "name": "php53-soap-0:5.3.3-1.el5_7.3.x86_64", "product": { "name": "php53-soap-0:5.3.3-1.el5_7.3.x86_64", "product_id": "php53-soap-0:5.3.3-1.el5_7.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-soap@5.3.3-1.el5_7.3?arch=x86_64" } } }, { "category": "product_version", "name": "php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "product": { "name": "php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "product_id": "php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-ldap@5.3.3-1.el5_7.3?arch=x86_64" } } }, { "category": "product_version", "name": "php53-common-0:5.3.3-1.el5_7.3.x86_64", "product": { "name": "php53-common-0:5.3.3-1.el5_7.3.x86_64", "product_id": "php53-common-0:5.3.3-1.el5_7.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-common@5.3.3-1.el5_7.3?arch=x86_64" } } }, { "category": "product_version", "name": "php-pspell-0:5.3.3-3.el6_1.3.x86_64", "product": { "name": "php-pspell-0:5.3.3-3.el6_1.3.x86_64", "product_id": "php-pspell-0:5.3.3-3.el6_1.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pspell@5.3.3-3.el6_1.3?arch=x86_64" } } }, { "category": "product_version", "name": "php-devel-0:5.3.3-3.el6_1.3.x86_64", "product": { "name": "php-devel-0:5.3.3-3.el6_1.3.x86_64", "product_id": "php-devel-0:5.3.3-3.el6_1.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@5.3.3-3.el6_1.3?arch=x86_64" } } }, { "category": "product_version", "name": "php-intl-0:5.3.3-3.el6_1.3.x86_64", "product": { "name": "php-intl-0:5.3.3-3.el6_1.3.x86_64", "product_id": "php-intl-0:5.3.3-3.el6_1.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@5.3.3-3.el6_1.3?arch=x86_64" } } }, { "category": "product_version", "name": "php-snmp-0:5.3.3-3.el6_1.3.x86_64", "product": { "name": "php-snmp-0:5.3.3-3.el6_1.3.x86_64", "product_id": "php-snmp-0:5.3.3-3.el6_1.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@5.3.3-3.el6_1.3?arch=x86_64" } } }, { "category": "product_version", "name": "php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "product": { "name": "php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "product_id": "php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@5.3.3-3.el6_1.3?arch=x86_64" } } }, { "category": "product_version", "name": "php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "product": { "name": "php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "product_id": "php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@5.3.3-3.el6_1.3?arch=x86_64" } } }, { "category": "product_version", "name": "php-embedded-0:5.3.3-3.el6_1.3.x86_64", "product": { "name": "php-embedded-0:5.3.3-3.el6_1.3.x86_64", "product_id": "php-embedded-0:5.3.3-3.el6_1.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@5.3.3-3.el6_1.3?arch=x86_64" } } }, { "category": "product_version", "name": "php-recode-0:5.3.3-3.el6_1.3.x86_64", "product": { "name": "php-recode-0:5.3.3-3.el6_1.3.x86_64", "product_id": "php-recode-0:5.3.3-3.el6_1.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-recode@5.3.3-3.el6_1.3?arch=x86_64" } } }, { "category": "product_version", "name": "php-imap-0:5.3.3-3.el6_1.3.x86_64", "product": { "name": "php-imap-0:5.3.3-3.el6_1.3.x86_64", "product_id": "php-imap-0:5.3.3-3.el6_1.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-imap@5.3.3-3.el6_1.3?arch=x86_64" } } }, { "category": "product_version", "name": "php-dba-0:5.3.3-3.el6_1.3.x86_64", "product": { "name": "php-dba-0:5.3.3-3.el6_1.3.x86_64", "product_id": "php-dba-0:5.3.3-3.el6_1.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@5.3.3-3.el6_1.3?arch=x86_64" } } }, { "category": "product_version", "name": "php-tidy-0:5.3.3-3.el6_1.3.x86_64", "product": { "name": "php-tidy-0:5.3.3-3.el6_1.3.x86_64", "product_id": "php-tidy-0:5.3.3-3.el6_1.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-tidy@5.3.3-3.el6_1.3?arch=x86_64" } } }, { "category": "product_version", "name": "php-zts-0:5.3.3-3.el6_1.3.x86_64", "product": { "name": "php-zts-0:5.3.3-3.el6_1.3.x86_64", "product_id": "php-zts-0:5.3.3-3.el6_1.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-zts@5.3.3-3.el6_1.3?arch=x86_64" } } }, { "category": "product_version", "name": "php-enchant-0:5.3.3-3.el6_1.3.x86_64", "product": { "name": "php-enchant-0:5.3.3-3.el6_1.3.x86_64", "product_id": "php-enchant-0:5.3.3-3.el6_1.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@5.3.3-3.el6_1.3?arch=x86_64" } } }, { "category": "product_version", "name": "php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "product": { "name": "php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "product_id": "php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@5.3.3-3.el6_1.3?arch=x86_64" } } }, { "category": "product_version", "name": "php-process-0:5.3.3-3.el6_1.3.x86_64", "product": { "name": "php-process-0:5.3.3-3.el6_1.3.x86_64", "product_id": "php-process-0:5.3.3-3.el6_1.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@5.3.3-3.el6_1.3?arch=x86_64" } } }, { "category": "product_version", "name": "php-xml-0:5.3.3-3.el6_1.3.x86_64", "product": { "name": "php-xml-0:5.3.3-3.el6_1.3.x86_64", "product_id": "php-xml-0:5.3.3-3.el6_1.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@5.3.3-3.el6_1.3?arch=x86_64" } } }, { "category": "product_version", "name": "php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "product": { "name": "php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "product_id": "php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@5.3.3-3.el6_1.3?arch=x86_64" } } }, { "category": "product_version", "name": "php-pdo-0:5.3.3-3.el6_1.3.x86_64", "product": { "name": "php-pdo-0:5.3.3-3.el6_1.3.x86_64", "product_id": "php-pdo-0:5.3.3-3.el6_1.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@5.3.3-3.el6_1.3?arch=x86_64" } } }, { "category": "product_version", "name": "php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "product": { "name": "php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "product_id": "php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xmlrpc@5.3.3-3.el6_1.3?arch=x86_64" } } }, { "category": "product_version", "name": "php-0:5.3.3-3.el6_1.3.x86_64", "product": { "name": "php-0:5.3.3-3.el6_1.3.x86_64", "product_id": "php-0:5.3.3-3.el6_1.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@5.3.3-3.el6_1.3?arch=x86_64" } } }, { "category": "product_version", "name": "php-ldap-0:5.3.3-3.el6_1.3.x86_64", "product": { "name": "php-ldap-0:5.3.3-3.el6_1.3.x86_64", "product_id": "php-ldap-0:5.3.3-3.el6_1.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@5.3.3-3.el6_1.3?arch=x86_64" } } }, { "category": "product_version", "name": "php-cli-0:5.3.3-3.el6_1.3.x86_64", "product": { "name": "php-cli-0:5.3.3-3.el6_1.3.x86_64", "product_id": "php-cli-0:5.3.3-3.el6_1.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@5.3.3-3.el6_1.3?arch=x86_64" } } }, { "category": "product_version", "name": "php-common-0:5.3.3-3.el6_1.3.x86_64", "product": { "name": "php-common-0:5.3.3-3.el6_1.3.x86_64", "product_id": "php-common-0:5.3.3-3.el6_1.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@5.3.3-3.el6_1.3?arch=x86_64" } } }, { "category": "product_version", "name": "php-gd-0:5.3.3-3.el6_1.3.x86_64", "product": { "name": "php-gd-0:5.3.3-3.el6_1.3.x86_64", "product_id": "php-gd-0:5.3.3-3.el6_1.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@5.3.3-3.el6_1.3?arch=x86_64" } } }, { "category": "product_version", "name": "php-mysql-0:5.3.3-3.el6_1.3.x86_64", "product": { "name": "php-mysql-0:5.3.3-3.el6_1.3.x86_64", "product_id": "php-mysql-0:5.3.3-3.el6_1.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysql@5.3.3-3.el6_1.3?arch=x86_64" } } }, { "category": "product_version", "name": "php-odbc-0:5.3.3-3.el6_1.3.x86_64", "product": { "name": "php-odbc-0:5.3.3-3.el6_1.3.x86_64", "product_id": "php-odbc-0:5.3.3-3.el6_1.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@5.3.3-3.el6_1.3?arch=x86_64" } } }, { "category": "product_version", "name": "php-soap-0:5.3.3-3.el6_1.3.x86_64", "product": { "name": "php-soap-0:5.3.3-3.el6_1.3.x86_64", "product_id": "php-soap-0:5.3.3-3.el6_1.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@5.3.3-3.el6_1.3?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "php53-imap-0:5.3.3-1.el5_7.3.i386", "product": { "name": "php53-imap-0:5.3.3-1.el5_7.3.i386", "product_id": "php53-imap-0:5.3.3-1.el5_7.3.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-imap@5.3.3-1.el5_7.3?arch=i386" } } }, { "category": "product_version", "name": "php53-process-0:5.3.3-1.el5_7.3.i386", "product": { "name": "php53-process-0:5.3.3-1.el5_7.3.i386", "product_id": "php53-process-0:5.3.3-1.el5_7.3.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-process@5.3.3-1.el5_7.3?arch=i386" } } }, { "category": "product_version", "name": "php53-intl-0:5.3.3-1.el5_7.3.i386", "product": { "name": "php53-intl-0:5.3.3-1.el5_7.3.i386", "product_id": "php53-intl-0:5.3.3-1.el5_7.3.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-intl@5.3.3-1.el5_7.3?arch=i386" } } }, { "category": "product_version", "name": "php53-mysql-0:5.3.3-1.el5_7.3.i386", "product": { "name": "php53-mysql-0:5.3.3-1.el5_7.3.i386", "product_id": "php53-mysql-0:5.3.3-1.el5_7.3.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-mysql@5.3.3-1.el5_7.3?arch=i386" } } }, { "category": "product_version", "name": "php53-snmp-0:5.3.3-1.el5_7.3.i386", "product": { "name": "php53-snmp-0:5.3.3-1.el5_7.3.i386", "product_id": "php53-snmp-0:5.3.3-1.el5_7.3.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-snmp@5.3.3-1.el5_7.3?arch=i386" } } }, { "category": "product_version", "name": "php53-devel-0:5.3.3-1.el5_7.3.i386", "product": { "name": "php53-devel-0:5.3.3-1.el5_7.3.i386", "product_id": "php53-devel-0:5.3.3-1.el5_7.3.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-devel@5.3.3-1.el5_7.3?arch=i386" } } }, { "category": "product_version", "name": "php53-0:5.3.3-1.el5_7.3.i386", "product": { "name": "php53-0:5.3.3-1.el5_7.3.i386", "product_id": "php53-0:5.3.3-1.el5_7.3.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53@5.3.3-1.el5_7.3?arch=i386" } } }, { "category": "product_version", "name": "php53-dba-0:5.3.3-1.el5_7.3.i386", "product": { "name": "php53-dba-0:5.3.3-1.el5_7.3.i386", "product_id": "php53-dba-0:5.3.3-1.el5_7.3.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-dba@5.3.3-1.el5_7.3?arch=i386" } } }, { "category": "product_version", "name": "php53-odbc-0:5.3.3-1.el5_7.3.i386", "product": { "name": "php53-odbc-0:5.3.3-1.el5_7.3.i386", "product_id": "php53-odbc-0:5.3.3-1.el5_7.3.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-odbc@5.3.3-1.el5_7.3?arch=i386" } } }, { "category": "product_version", "name": "php53-mbstring-0:5.3.3-1.el5_7.3.i386", "product": { "name": "php53-mbstring-0:5.3.3-1.el5_7.3.i386", "product_id": "php53-mbstring-0:5.3.3-1.el5_7.3.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-mbstring@5.3.3-1.el5_7.3?arch=i386" } } }, { "category": "product_version", "name": "php53-pdo-0:5.3.3-1.el5_7.3.i386", "product": { "name": "php53-pdo-0:5.3.3-1.el5_7.3.i386", "product_id": "php53-pdo-0:5.3.3-1.el5_7.3.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-pdo@5.3.3-1.el5_7.3?arch=i386" } } }, { "category": "product_version", "name": "php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "product": { "name": "php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "product_id": "php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-xmlrpc@5.3.3-1.el5_7.3?arch=i386" } } }, { "category": "product_version", "name": "php53-pspell-0:5.3.3-1.el5_7.3.i386", "product": { "name": "php53-pspell-0:5.3.3-1.el5_7.3.i386", "product_id": "php53-pspell-0:5.3.3-1.el5_7.3.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-pspell@5.3.3-1.el5_7.3?arch=i386" } } }, { "category": "product_version", "name": "php53-cli-0:5.3.3-1.el5_7.3.i386", "product": { "name": "php53-cli-0:5.3.3-1.el5_7.3.i386", "product_id": "php53-cli-0:5.3.3-1.el5_7.3.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-cli@5.3.3-1.el5_7.3?arch=i386" } } }, { "category": "product_version", "name": "php53-gd-0:5.3.3-1.el5_7.3.i386", "product": { "name": "php53-gd-0:5.3.3-1.el5_7.3.i386", "product_id": "php53-gd-0:5.3.3-1.el5_7.3.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-gd@5.3.3-1.el5_7.3?arch=i386" } } }, { "category": "product_version", "name": "php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "product": { "name": "php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "product_id": "php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-debuginfo@5.3.3-1.el5_7.3?arch=i386" } } }, { "category": "product_version", "name": "php53-bcmath-0:5.3.3-1.el5_7.3.i386", "product": { "name": "php53-bcmath-0:5.3.3-1.el5_7.3.i386", "product_id": "php53-bcmath-0:5.3.3-1.el5_7.3.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-bcmath@5.3.3-1.el5_7.3?arch=i386" } } }, { "category": "product_version", "name": "php53-xml-0:5.3.3-1.el5_7.3.i386", "product": { "name": "php53-xml-0:5.3.3-1.el5_7.3.i386", "product_id": "php53-xml-0:5.3.3-1.el5_7.3.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-xml@5.3.3-1.el5_7.3?arch=i386" } } }, { "category": "product_version", "name": "php53-pgsql-0:5.3.3-1.el5_7.3.i386", "product": { "name": "php53-pgsql-0:5.3.3-1.el5_7.3.i386", "product_id": "php53-pgsql-0:5.3.3-1.el5_7.3.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-pgsql@5.3.3-1.el5_7.3?arch=i386" } } }, { "category": "product_version", "name": "php53-soap-0:5.3.3-1.el5_7.3.i386", "product": { "name": "php53-soap-0:5.3.3-1.el5_7.3.i386", "product_id": "php53-soap-0:5.3.3-1.el5_7.3.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-soap@5.3.3-1.el5_7.3?arch=i386" } } }, { "category": "product_version", "name": "php53-ldap-0:5.3.3-1.el5_7.3.i386", "product": { "name": "php53-ldap-0:5.3.3-1.el5_7.3.i386", "product_id": "php53-ldap-0:5.3.3-1.el5_7.3.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-ldap@5.3.3-1.el5_7.3?arch=i386" } } }, { "category": "product_version", "name": "php53-common-0:5.3.3-1.el5_7.3.i386", "product": { "name": "php53-common-0:5.3.3-1.el5_7.3.i386", "product_id": "php53-common-0:5.3.3-1.el5_7.3.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-common@5.3.3-1.el5_7.3?arch=i386" } } } ], "category": "architecture", "name": "i386" }, { "branches": [ { "category": "product_version", "name": "php53-0:5.3.3-1.el5_7.3.src", "product": { "name": "php53-0:5.3.3-1.el5_7.3.src", "product_id": "php53-0:5.3.3-1.el5_7.3.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53@5.3.3-1.el5_7.3?arch=src" } } }, { "category": "product_version", "name": "php-0:5.3.3-3.el6_1.3.src", "product": { "name": "php-0:5.3.3-3.el6_1.3.src", "product_id": "php-0:5.3.3-3.el6_1.3.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@5.3.3-3.el6_1.3?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "php53-imap-0:5.3.3-1.el5_7.3.ia64", "product": { "name": "php53-imap-0:5.3.3-1.el5_7.3.ia64", "product_id": "php53-imap-0:5.3.3-1.el5_7.3.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-imap@5.3.3-1.el5_7.3?arch=ia64" } } }, { "category": "product_version", "name": "php53-process-0:5.3.3-1.el5_7.3.ia64", "product": { "name": "php53-process-0:5.3.3-1.el5_7.3.ia64", "product_id": "php53-process-0:5.3.3-1.el5_7.3.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-process@5.3.3-1.el5_7.3?arch=ia64" } } }, { "category": "product_version", "name": "php53-intl-0:5.3.3-1.el5_7.3.ia64", "product": { "name": "php53-intl-0:5.3.3-1.el5_7.3.ia64", "product_id": "php53-intl-0:5.3.3-1.el5_7.3.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-intl@5.3.3-1.el5_7.3?arch=ia64" } } }, { "category": "product_version", "name": "php53-mysql-0:5.3.3-1.el5_7.3.ia64", "product": { "name": "php53-mysql-0:5.3.3-1.el5_7.3.ia64", "product_id": "php53-mysql-0:5.3.3-1.el5_7.3.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-mysql@5.3.3-1.el5_7.3?arch=ia64" } } }, { "category": "product_version", "name": "php53-snmp-0:5.3.3-1.el5_7.3.ia64", "product": { "name": "php53-snmp-0:5.3.3-1.el5_7.3.ia64", "product_id": "php53-snmp-0:5.3.3-1.el5_7.3.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-snmp@5.3.3-1.el5_7.3?arch=ia64" } } }, { "category": "product_version", "name": "php53-devel-0:5.3.3-1.el5_7.3.ia64", "product": { "name": "php53-devel-0:5.3.3-1.el5_7.3.ia64", "product_id": "php53-devel-0:5.3.3-1.el5_7.3.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-devel@5.3.3-1.el5_7.3?arch=ia64" } } }, { "category": "product_version", "name": "php53-0:5.3.3-1.el5_7.3.ia64", "product": { "name": "php53-0:5.3.3-1.el5_7.3.ia64", "product_id": "php53-0:5.3.3-1.el5_7.3.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53@5.3.3-1.el5_7.3?arch=ia64" } } }, { "category": "product_version", "name": "php53-dba-0:5.3.3-1.el5_7.3.ia64", "product": { "name": "php53-dba-0:5.3.3-1.el5_7.3.ia64", "product_id": "php53-dba-0:5.3.3-1.el5_7.3.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-dba@5.3.3-1.el5_7.3?arch=ia64" } } }, { "category": "product_version", "name": "php53-odbc-0:5.3.3-1.el5_7.3.ia64", "product": { "name": "php53-odbc-0:5.3.3-1.el5_7.3.ia64", "product_id": "php53-odbc-0:5.3.3-1.el5_7.3.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-odbc@5.3.3-1.el5_7.3?arch=ia64" } } }, { "category": "product_version", "name": "php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "product": { "name": "php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "product_id": "php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-mbstring@5.3.3-1.el5_7.3?arch=ia64" } } }, { "category": "product_version", "name": "php53-pdo-0:5.3.3-1.el5_7.3.ia64", "product": { "name": "php53-pdo-0:5.3.3-1.el5_7.3.ia64", "product_id": "php53-pdo-0:5.3.3-1.el5_7.3.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-pdo@5.3.3-1.el5_7.3?arch=ia64" } } }, { "category": "product_version", "name": "php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "product": { "name": "php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "product_id": "php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-xmlrpc@5.3.3-1.el5_7.3?arch=ia64" } } }, { "category": "product_version", "name": "php53-pspell-0:5.3.3-1.el5_7.3.ia64", "product": { "name": "php53-pspell-0:5.3.3-1.el5_7.3.ia64", "product_id": "php53-pspell-0:5.3.3-1.el5_7.3.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-pspell@5.3.3-1.el5_7.3?arch=ia64" } } }, { "category": "product_version", "name": "php53-cli-0:5.3.3-1.el5_7.3.ia64", "product": { "name": "php53-cli-0:5.3.3-1.el5_7.3.ia64", "product_id": "php53-cli-0:5.3.3-1.el5_7.3.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-cli@5.3.3-1.el5_7.3?arch=ia64" } } }, { "category": "product_version", "name": "php53-gd-0:5.3.3-1.el5_7.3.ia64", "product": { "name": "php53-gd-0:5.3.3-1.el5_7.3.ia64", "product_id": "php53-gd-0:5.3.3-1.el5_7.3.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-gd@5.3.3-1.el5_7.3?arch=ia64" } } }, { "category": "product_version", "name": "php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "product": { "name": "php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "product_id": "php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-debuginfo@5.3.3-1.el5_7.3?arch=ia64" } } }, { "category": "product_version", "name": "php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "product": { "name": "php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "product_id": "php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-bcmath@5.3.3-1.el5_7.3?arch=ia64" } } }, { "category": "product_version", "name": "php53-xml-0:5.3.3-1.el5_7.3.ia64", "product": { "name": "php53-xml-0:5.3.3-1.el5_7.3.ia64", "product_id": "php53-xml-0:5.3.3-1.el5_7.3.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-xml@5.3.3-1.el5_7.3?arch=ia64" } } }, { "category": "product_version", "name": "php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "product": { "name": "php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "product_id": "php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-pgsql@5.3.3-1.el5_7.3?arch=ia64" } } }, { "category": "product_version", "name": "php53-soap-0:5.3.3-1.el5_7.3.ia64", "product": { "name": "php53-soap-0:5.3.3-1.el5_7.3.ia64", "product_id": "php53-soap-0:5.3.3-1.el5_7.3.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-soap@5.3.3-1.el5_7.3?arch=ia64" } } }, { "category": "product_version", "name": "php53-ldap-0:5.3.3-1.el5_7.3.ia64", "product": { "name": "php53-ldap-0:5.3.3-1.el5_7.3.ia64", "product_id": "php53-ldap-0:5.3.3-1.el5_7.3.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-ldap@5.3.3-1.el5_7.3?arch=ia64" } } }, { "category": "product_version", "name": "php53-common-0:5.3.3-1.el5_7.3.ia64", "product": { "name": "php53-common-0:5.3.3-1.el5_7.3.ia64", "product_id": "php53-common-0:5.3.3-1.el5_7.3.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-common@5.3.3-1.el5_7.3?arch=ia64" } } } ], "category": "architecture", "name": "ia64" }, { "branches": [ { "category": "product_version", "name": "php53-imap-0:5.3.3-1.el5_7.3.ppc", "product": { "name": "php53-imap-0:5.3.3-1.el5_7.3.ppc", "product_id": "php53-imap-0:5.3.3-1.el5_7.3.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-imap@5.3.3-1.el5_7.3?arch=ppc" } } }, { "category": "product_version", "name": "php53-process-0:5.3.3-1.el5_7.3.ppc", "product": { "name": "php53-process-0:5.3.3-1.el5_7.3.ppc", "product_id": "php53-process-0:5.3.3-1.el5_7.3.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-process@5.3.3-1.el5_7.3?arch=ppc" } } }, { "category": "product_version", "name": "php53-intl-0:5.3.3-1.el5_7.3.ppc", "product": { "name": "php53-intl-0:5.3.3-1.el5_7.3.ppc", "product_id": "php53-intl-0:5.3.3-1.el5_7.3.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-intl@5.3.3-1.el5_7.3?arch=ppc" } } }, { "category": "product_version", "name": "php53-mysql-0:5.3.3-1.el5_7.3.ppc", "product": { "name": "php53-mysql-0:5.3.3-1.el5_7.3.ppc", "product_id": "php53-mysql-0:5.3.3-1.el5_7.3.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-mysql@5.3.3-1.el5_7.3?arch=ppc" } } }, { "category": "product_version", "name": "php53-snmp-0:5.3.3-1.el5_7.3.ppc", "product": { "name": "php53-snmp-0:5.3.3-1.el5_7.3.ppc", "product_id": "php53-snmp-0:5.3.3-1.el5_7.3.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-snmp@5.3.3-1.el5_7.3?arch=ppc" } } }, { "category": "product_version", "name": "php53-devel-0:5.3.3-1.el5_7.3.ppc", "product": { "name": "php53-devel-0:5.3.3-1.el5_7.3.ppc", "product_id": "php53-devel-0:5.3.3-1.el5_7.3.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-devel@5.3.3-1.el5_7.3?arch=ppc" } } }, { "category": "product_version", "name": "php53-0:5.3.3-1.el5_7.3.ppc", "product": { "name": "php53-0:5.3.3-1.el5_7.3.ppc", "product_id": "php53-0:5.3.3-1.el5_7.3.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53@5.3.3-1.el5_7.3?arch=ppc" } } }, { "category": "product_version", "name": "php53-dba-0:5.3.3-1.el5_7.3.ppc", "product": { "name": "php53-dba-0:5.3.3-1.el5_7.3.ppc", "product_id": "php53-dba-0:5.3.3-1.el5_7.3.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-dba@5.3.3-1.el5_7.3?arch=ppc" } } }, { "category": "product_version", "name": "php53-odbc-0:5.3.3-1.el5_7.3.ppc", "product": { "name": "php53-odbc-0:5.3.3-1.el5_7.3.ppc", "product_id": "php53-odbc-0:5.3.3-1.el5_7.3.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-odbc@5.3.3-1.el5_7.3?arch=ppc" } } }, { "category": "product_version", "name": "php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "product": { "name": "php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "product_id": "php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-mbstring@5.3.3-1.el5_7.3?arch=ppc" } } }, { "category": "product_version", "name": "php53-pdo-0:5.3.3-1.el5_7.3.ppc", "product": { "name": "php53-pdo-0:5.3.3-1.el5_7.3.ppc", "product_id": "php53-pdo-0:5.3.3-1.el5_7.3.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-pdo@5.3.3-1.el5_7.3?arch=ppc" } } }, { "category": "product_version", "name": "php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "product": { "name": "php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "product_id": "php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-xmlrpc@5.3.3-1.el5_7.3?arch=ppc" } } }, { "category": "product_version", "name": "php53-pspell-0:5.3.3-1.el5_7.3.ppc", "product": { "name": "php53-pspell-0:5.3.3-1.el5_7.3.ppc", "product_id": "php53-pspell-0:5.3.3-1.el5_7.3.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-pspell@5.3.3-1.el5_7.3?arch=ppc" } } }, { "category": "product_version", "name": "php53-cli-0:5.3.3-1.el5_7.3.ppc", "product": { "name": "php53-cli-0:5.3.3-1.el5_7.3.ppc", "product_id": "php53-cli-0:5.3.3-1.el5_7.3.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-cli@5.3.3-1.el5_7.3?arch=ppc" } } }, { "category": "product_version", "name": "php53-gd-0:5.3.3-1.el5_7.3.ppc", "product": { "name": "php53-gd-0:5.3.3-1.el5_7.3.ppc", "product_id": "php53-gd-0:5.3.3-1.el5_7.3.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-gd@5.3.3-1.el5_7.3?arch=ppc" } } }, { "category": "product_version", "name": "php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "product": { "name": "php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "product_id": "php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-debuginfo@5.3.3-1.el5_7.3?arch=ppc" } } }, { "category": "product_version", "name": "php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "product": { "name": "php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "product_id": "php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-bcmath@5.3.3-1.el5_7.3?arch=ppc" } } }, { "category": "product_version", "name": "php53-xml-0:5.3.3-1.el5_7.3.ppc", "product": { "name": "php53-xml-0:5.3.3-1.el5_7.3.ppc", "product_id": "php53-xml-0:5.3.3-1.el5_7.3.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-xml@5.3.3-1.el5_7.3?arch=ppc" } } }, { "category": "product_version", "name": "php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "product": { "name": "php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "product_id": "php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-pgsql@5.3.3-1.el5_7.3?arch=ppc" } } }, { "category": "product_version", "name": "php53-soap-0:5.3.3-1.el5_7.3.ppc", "product": { "name": "php53-soap-0:5.3.3-1.el5_7.3.ppc", "product_id": "php53-soap-0:5.3.3-1.el5_7.3.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-soap@5.3.3-1.el5_7.3?arch=ppc" } } }, { "category": "product_version", "name": "php53-ldap-0:5.3.3-1.el5_7.3.ppc", "product": { "name": "php53-ldap-0:5.3.3-1.el5_7.3.ppc", "product_id": "php53-ldap-0:5.3.3-1.el5_7.3.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-ldap@5.3.3-1.el5_7.3?arch=ppc" } } }, { "category": "product_version", "name": "php53-common-0:5.3.3-1.el5_7.3.ppc", "product": { "name": "php53-common-0:5.3.3-1.el5_7.3.ppc", "product_id": "php53-common-0:5.3.3-1.el5_7.3.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-common@5.3.3-1.el5_7.3?arch=ppc" } } } ], "category": "architecture", "name": "ppc" }, { "branches": [ { "category": "product_version", "name": "php53-imap-0:5.3.3-1.el5_7.3.s390x", "product": { "name": "php53-imap-0:5.3.3-1.el5_7.3.s390x", "product_id": "php53-imap-0:5.3.3-1.el5_7.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-imap@5.3.3-1.el5_7.3?arch=s390x" } } }, { "category": "product_version", "name": "php53-process-0:5.3.3-1.el5_7.3.s390x", "product": { "name": "php53-process-0:5.3.3-1.el5_7.3.s390x", "product_id": "php53-process-0:5.3.3-1.el5_7.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-process@5.3.3-1.el5_7.3?arch=s390x" } } }, { "category": "product_version", "name": "php53-intl-0:5.3.3-1.el5_7.3.s390x", "product": { "name": "php53-intl-0:5.3.3-1.el5_7.3.s390x", "product_id": "php53-intl-0:5.3.3-1.el5_7.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-intl@5.3.3-1.el5_7.3?arch=s390x" } } }, { "category": "product_version", "name": "php53-mysql-0:5.3.3-1.el5_7.3.s390x", "product": { "name": "php53-mysql-0:5.3.3-1.el5_7.3.s390x", "product_id": "php53-mysql-0:5.3.3-1.el5_7.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-mysql@5.3.3-1.el5_7.3?arch=s390x" } } }, { "category": "product_version", "name": "php53-snmp-0:5.3.3-1.el5_7.3.s390x", "product": { "name": "php53-snmp-0:5.3.3-1.el5_7.3.s390x", "product_id": "php53-snmp-0:5.3.3-1.el5_7.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-snmp@5.3.3-1.el5_7.3?arch=s390x" } } }, { "category": "product_version", "name": "php53-devel-0:5.3.3-1.el5_7.3.s390x", "product": { "name": "php53-devel-0:5.3.3-1.el5_7.3.s390x", "product_id": "php53-devel-0:5.3.3-1.el5_7.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-devel@5.3.3-1.el5_7.3?arch=s390x" } } }, { "category": "product_version", "name": "php53-0:5.3.3-1.el5_7.3.s390x", "product": { "name": "php53-0:5.3.3-1.el5_7.3.s390x", "product_id": "php53-0:5.3.3-1.el5_7.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53@5.3.3-1.el5_7.3?arch=s390x" } } }, { "category": "product_version", "name": "php53-dba-0:5.3.3-1.el5_7.3.s390x", "product": { "name": "php53-dba-0:5.3.3-1.el5_7.3.s390x", "product_id": "php53-dba-0:5.3.3-1.el5_7.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-dba@5.3.3-1.el5_7.3?arch=s390x" } } }, { "category": "product_version", "name": "php53-odbc-0:5.3.3-1.el5_7.3.s390x", "product": { "name": "php53-odbc-0:5.3.3-1.el5_7.3.s390x", "product_id": "php53-odbc-0:5.3.3-1.el5_7.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-odbc@5.3.3-1.el5_7.3?arch=s390x" } } }, { "category": "product_version", "name": "php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "product": { "name": "php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "product_id": "php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-mbstring@5.3.3-1.el5_7.3?arch=s390x" } } }, { "category": "product_version", "name": "php53-pdo-0:5.3.3-1.el5_7.3.s390x", "product": { "name": "php53-pdo-0:5.3.3-1.el5_7.3.s390x", "product_id": "php53-pdo-0:5.3.3-1.el5_7.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-pdo@5.3.3-1.el5_7.3?arch=s390x" } } }, { "category": "product_version", "name": "php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "product": { "name": "php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "product_id": "php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-xmlrpc@5.3.3-1.el5_7.3?arch=s390x" } } }, { "category": "product_version", "name": "php53-pspell-0:5.3.3-1.el5_7.3.s390x", "product": { "name": "php53-pspell-0:5.3.3-1.el5_7.3.s390x", "product_id": "php53-pspell-0:5.3.3-1.el5_7.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-pspell@5.3.3-1.el5_7.3?arch=s390x" } } }, { "category": "product_version", "name": "php53-cli-0:5.3.3-1.el5_7.3.s390x", "product": { "name": "php53-cli-0:5.3.3-1.el5_7.3.s390x", "product_id": "php53-cli-0:5.3.3-1.el5_7.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-cli@5.3.3-1.el5_7.3?arch=s390x" } } }, { "category": "product_version", "name": "php53-gd-0:5.3.3-1.el5_7.3.s390x", "product": { "name": "php53-gd-0:5.3.3-1.el5_7.3.s390x", "product_id": "php53-gd-0:5.3.3-1.el5_7.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-gd@5.3.3-1.el5_7.3?arch=s390x" } } }, { "category": "product_version", "name": "php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "product": { "name": "php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "product_id": "php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-debuginfo@5.3.3-1.el5_7.3?arch=s390x" } } }, { "category": "product_version", "name": "php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "product": { "name": "php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "product_id": "php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-bcmath@5.3.3-1.el5_7.3?arch=s390x" } } }, { "category": "product_version", "name": "php53-xml-0:5.3.3-1.el5_7.3.s390x", "product": { "name": "php53-xml-0:5.3.3-1.el5_7.3.s390x", "product_id": "php53-xml-0:5.3.3-1.el5_7.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-xml@5.3.3-1.el5_7.3?arch=s390x" } } }, { "category": "product_version", "name": "php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "product": { "name": "php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "product_id": "php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-pgsql@5.3.3-1.el5_7.3?arch=s390x" } } }, { "category": "product_version", "name": "php53-soap-0:5.3.3-1.el5_7.3.s390x", "product": { "name": "php53-soap-0:5.3.3-1.el5_7.3.s390x", "product_id": "php53-soap-0:5.3.3-1.el5_7.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-soap@5.3.3-1.el5_7.3?arch=s390x" } } }, { "category": "product_version", "name": "php53-ldap-0:5.3.3-1.el5_7.3.s390x", "product": { "name": "php53-ldap-0:5.3.3-1.el5_7.3.s390x", "product_id": "php53-ldap-0:5.3.3-1.el5_7.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-ldap@5.3.3-1.el5_7.3?arch=s390x" } } }, { "category": "product_version", "name": "php53-common-0:5.3.3-1.el5_7.3.s390x", "product": { "name": "php53-common-0:5.3.3-1.el5_7.3.s390x", "product_id": "php53-common-0:5.3.3-1.el5_7.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-common@5.3.3-1.el5_7.3?arch=s390x" } } }, { "category": "product_version", "name": "php-pspell-0:5.3.3-3.el6_1.3.s390x", "product": { "name": "php-pspell-0:5.3.3-3.el6_1.3.s390x", "product_id": "php-pspell-0:5.3.3-3.el6_1.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pspell@5.3.3-3.el6_1.3?arch=s390x" } } }, { "category": "product_version", "name": "php-devel-0:5.3.3-3.el6_1.3.s390x", "product": { "name": "php-devel-0:5.3.3-3.el6_1.3.s390x", "product_id": "php-devel-0:5.3.3-3.el6_1.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@5.3.3-3.el6_1.3?arch=s390x" } } }, { "category": "product_version", "name": "php-intl-0:5.3.3-3.el6_1.3.s390x", "product": { "name": "php-intl-0:5.3.3-3.el6_1.3.s390x", "product_id": "php-intl-0:5.3.3-3.el6_1.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@5.3.3-3.el6_1.3?arch=s390x" } } }, { "category": "product_version", "name": "php-snmp-0:5.3.3-3.el6_1.3.s390x", "product": { "name": "php-snmp-0:5.3.3-3.el6_1.3.s390x", "product_id": "php-snmp-0:5.3.3-3.el6_1.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@5.3.3-3.el6_1.3?arch=s390x" } } }, { "category": "product_version", "name": "php-bcmath-0:5.3.3-3.el6_1.3.s390x", "product": { "name": "php-bcmath-0:5.3.3-3.el6_1.3.s390x", "product_id": "php-bcmath-0:5.3.3-3.el6_1.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@5.3.3-3.el6_1.3?arch=s390x" } } }, { "category": "product_version", "name": "php-mbstring-0:5.3.3-3.el6_1.3.s390x", "product": { "name": "php-mbstring-0:5.3.3-3.el6_1.3.s390x", "product_id": "php-mbstring-0:5.3.3-3.el6_1.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@5.3.3-3.el6_1.3?arch=s390x" } } }, { "category": "product_version", "name": "php-embedded-0:5.3.3-3.el6_1.3.s390x", "product": { "name": "php-embedded-0:5.3.3-3.el6_1.3.s390x", "product_id": "php-embedded-0:5.3.3-3.el6_1.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@5.3.3-3.el6_1.3?arch=s390x" } } }, { "category": "product_version", "name": "php-recode-0:5.3.3-3.el6_1.3.s390x", "product": { "name": "php-recode-0:5.3.3-3.el6_1.3.s390x", "product_id": "php-recode-0:5.3.3-3.el6_1.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-recode@5.3.3-3.el6_1.3?arch=s390x" } } }, { "category": "product_version", "name": "php-imap-0:5.3.3-3.el6_1.3.s390x", "product": { "name": "php-imap-0:5.3.3-3.el6_1.3.s390x", "product_id": "php-imap-0:5.3.3-3.el6_1.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-imap@5.3.3-3.el6_1.3?arch=s390x" } } }, { "category": "product_version", "name": "php-dba-0:5.3.3-3.el6_1.3.s390x", "product": { "name": "php-dba-0:5.3.3-3.el6_1.3.s390x", "product_id": "php-dba-0:5.3.3-3.el6_1.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@5.3.3-3.el6_1.3?arch=s390x" } } }, { "category": "product_version", "name": "php-tidy-0:5.3.3-3.el6_1.3.s390x", "product": { "name": "php-tidy-0:5.3.3-3.el6_1.3.s390x", "product_id": "php-tidy-0:5.3.3-3.el6_1.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-tidy@5.3.3-3.el6_1.3?arch=s390x" } } }, { "category": "product_version", "name": "php-zts-0:5.3.3-3.el6_1.3.s390x", "product": { "name": "php-zts-0:5.3.3-3.el6_1.3.s390x", "product_id": "php-zts-0:5.3.3-3.el6_1.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-zts@5.3.3-3.el6_1.3?arch=s390x" } } }, { "category": "product_version", "name": "php-enchant-0:5.3.3-3.el6_1.3.s390x", "product": { "name": "php-enchant-0:5.3.3-3.el6_1.3.s390x", "product_id": "php-enchant-0:5.3.3-3.el6_1.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@5.3.3-3.el6_1.3?arch=s390x" } } }, { "category": "product_version", "name": "php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "product": { "name": "php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "product_id": "php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@5.3.3-3.el6_1.3?arch=s390x" } } }, { "category": "product_version", "name": "php-process-0:5.3.3-3.el6_1.3.s390x", "product": { "name": "php-process-0:5.3.3-3.el6_1.3.s390x", "product_id": "php-process-0:5.3.3-3.el6_1.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@5.3.3-3.el6_1.3?arch=s390x" } } }, { "category": "product_version", "name": "php-xml-0:5.3.3-3.el6_1.3.s390x", "product": { "name": "php-xml-0:5.3.3-3.el6_1.3.s390x", "product_id": "php-xml-0:5.3.3-3.el6_1.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@5.3.3-3.el6_1.3?arch=s390x" } } }, { "category": "product_version", "name": "php-pgsql-0:5.3.3-3.el6_1.3.s390x", "product": { "name": "php-pgsql-0:5.3.3-3.el6_1.3.s390x", "product_id": "php-pgsql-0:5.3.3-3.el6_1.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@5.3.3-3.el6_1.3?arch=s390x" } } }, { "category": "product_version", "name": "php-pdo-0:5.3.3-3.el6_1.3.s390x", "product": { "name": "php-pdo-0:5.3.3-3.el6_1.3.s390x", "product_id": "php-pdo-0:5.3.3-3.el6_1.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@5.3.3-3.el6_1.3?arch=s390x" } } }, { "category": "product_version", "name": "php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "product": { "name": "php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "product_id": "php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xmlrpc@5.3.3-3.el6_1.3?arch=s390x" } } }, { "category": "product_version", "name": "php-0:5.3.3-3.el6_1.3.s390x", "product": { "name": "php-0:5.3.3-3.el6_1.3.s390x", "product_id": "php-0:5.3.3-3.el6_1.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@5.3.3-3.el6_1.3?arch=s390x" } } }, { "category": "product_version", "name": "php-ldap-0:5.3.3-3.el6_1.3.s390x", "product": { "name": "php-ldap-0:5.3.3-3.el6_1.3.s390x", "product_id": "php-ldap-0:5.3.3-3.el6_1.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@5.3.3-3.el6_1.3?arch=s390x" } } }, { "category": "product_version", "name": "php-cli-0:5.3.3-3.el6_1.3.s390x", "product": { "name": "php-cli-0:5.3.3-3.el6_1.3.s390x", "product_id": "php-cli-0:5.3.3-3.el6_1.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@5.3.3-3.el6_1.3?arch=s390x" } } }, { "category": "product_version", "name": "php-common-0:5.3.3-3.el6_1.3.s390x", "product": { "name": "php-common-0:5.3.3-3.el6_1.3.s390x", "product_id": "php-common-0:5.3.3-3.el6_1.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@5.3.3-3.el6_1.3?arch=s390x" } } }, { "category": "product_version", "name": "php-gd-0:5.3.3-3.el6_1.3.s390x", "product": { "name": "php-gd-0:5.3.3-3.el6_1.3.s390x", "product_id": "php-gd-0:5.3.3-3.el6_1.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@5.3.3-3.el6_1.3?arch=s390x" } } }, { "category": "product_version", "name": "php-mysql-0:5.3.3-3.el6_1.3.s390x", "product": { "name": "php-mysql-0:5.3.3-3.el6_1.3.s390x", "product_id": "php-mysql-0:5.3.3-3.el6_1.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysql@5.3.3-3.el6_1.3?arch=s390x" } } }, { "category": "product_version", "name": "php-odbc-0:5.3.3-3.el6_1.3.s390x", "product": { "name": "php-odbc-0:5.3.3-3.el6_1.3.s390x", "product_id": "php-odbc-0:5.3.3-3.el6_1.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@5.3.3-3.el6_1.3?arch=s390x" } } }, { "category": "product_version", "name": "php-soap-0:5.3.3-3.el6_1.3.s390x", "product": { "name": "php-soap-0:5.3.3-3.el6_1.3.s390x", "product_id": "php-soap-0:5.3.3-3.el6_1.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@5.3.3-3.el6_1.3?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "php-pspell-0:5.3.3-3.el6_1.3.i686", "product": { "name": "php-pspell-0:5.3.3-3.el6_1.3.i686", "product_id": "php-pspell-0:5.3.3-3.el6_1.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pspell@5.3.3-3.el6_1.3?arch=i686" } } }, { "category": "product_version", "name": "php-devel-0:5.3.3-3.el6_1.3.i686", "product": { "name": "php-devel-0:5.3.3-3.el6_1.3.i686", "product_id": "php-devel-0:5.3.3-3.el6_1.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@5.3.3-3.el6_1.3?arch=i686" } } }, { "category": "product_version", "name": "php-intl-0:5.3.3-3.el6_1.3.i686", "product": { "name": "php-intl-0:5.3.3-3.el6_1.3.i686", "product_id": "php-intl-0:5.3.3-3.el6_1.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@5.3.3-3.el6_1.3?arch=i686" } } }, { "category": "product_version", "name": "php-snmp-0:5.3.3-3.el6_1.3.i686", "product": { "name": "php-snmp-0:5.3.3-3.el6_1.3.i686", "product_id": "php-snmp-0:5.3.3-3.el6_1.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@5.3.3-3.el6_1.3?arch=i686" } } }, { "category": "product_version", "name": "php-bcmath-0:5.3.3-3.el6_1.3.i686", "product": { "name": "php-bcmath-0:5.3.3-3.el6_1.3.i686", "product_id": "php-bcmath-0:5.3.3-3.el6_1.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@5.3.3-3.el6_1.3?arch=i686" } } }, { "category": "product_version", "name": "php-mbstring-0:5.3.3-3.el6_1.3.i686", "product": { "name": "php-mbstring-0:5.3.3-3.el6_1.3.i686", "product_id": "php-mbstring-0:5.3.3-3.el6_1.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@5.3.3-3.el6_1.3?arch=i686" } } }, { "category": "product_version", "name": "php-embedded-0:5.3.3-3.el6_1.3.i686", "product": { "name": "php-embedded-0:5.3.3-3.el6_1.3.i686", "product_id": "php-embedded-0:5.3.3-3.el6_1.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@5.3.3-3.el6_1.3?arch=i686" } } }, { "category": "product_version", "name": "php-recode-0:5.3.3-3.el6_1.3.i686", "product": { "name": "php-recode-0:5.3.3-3.el6_1.3.i686", "product_id": "php-recode-0:5.3.3-3.el6_1.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-recode@5.3.3-3.el6_1.3?arch=i686" } } }, { "category": "product_version", "name": "php-imap-0:5.3.3-3.el6_1.3.i686", "product": { "name": "php-imap-0:5.3.3-3.el6_1.3.i686", "product_id": "php-imap-0:5.3.3-3.el6_1.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-imap@5.3.3-3.el6_1.3?arch=i686" } } }, { "category": "product_version", "name": "php-dba-0:5.3.3-3.el6_1.3.i686", "product": { "name": "php-dba-0:5.3.3-3.el6_1.3.i686", "product_id": "php-dba-0:5.3.3-3.el6_1.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@5.3.3-3.el6_1.3?arch=i686" } } }, { "category": "product_version", "name": "php-tidy-0:5.3.3-3.el6_1.3.i686", "product": { "name": "php-tidy-0:5.3.3-3.el6_1.3.i686", "product_id": "php-tidy-0:5.3.3-3.el6_1.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-tidy@5.3.3-3.el6_1.3?arch=i686" } } }, { "category": "product_version", "name": "php-zts-0:5.3.3-3.el6_1.3.i686", "product": { "name": "php-zts-0:5.3.3-3.el6_1.3.i686", "product_id": "php-zts-0:5.3.3-3.el6_1.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-zts@5.3.3-3.el6_1.3?arch=i686" } } }, { "category": "product_version", "name": "php-enchant-0:5.3.3-3.el6_1.3.i686", "product": { "name": "php-enchant-0:5.3.3-3.el6_1.3.i686", "product_id": "php-enchant-0:5.3.3-3.el6_1.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@5.3.3-3.el6_1.3?arch=i686" } } }, { "category": "product_version", "name": "php-debuginfo-0:5.3.3-3.el6_1.3.i686", "product": { "name": "php-debuginfo-0:5.3.3-3.el6_1.3.i686", "product_id": "php-debuginfo-0:5.3.3-3.el6_1.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@5.3.3-3.el6_1.3?arch=i686" } } }, { "category": "product_version", "name": "php-process-0:5.3.3-3.el6_1.3.i686", "product": { "name": "php-process-0:5.3.3-3.el6_1.3.i686", "product_id": "php-process-0:5.3.3-3.el6_1.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@5.3.3-3.el6_1.3?arch=i686" } } }, { "category": "product_version", "name": "php-xml-0:5.3.3-3.el6_1.3.i686", "product": { "name": "php-xml-0:5.3.3-3.el6_1.3.i686", "product_id": "php-xml-0:5.3.3-3.el6_1.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@5.3.3-3.el6_1.3?arch=i686" } } }, { "category": "product_version", "name": "php-pgsql-0:5.3.3-3.el6_1.3.i686", "product": { "name": "php-pgsql-0:5.3.3-3.el6_1.3.i686", "product_id": "php-pgsql-0:5.3.3-3.el6_1.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@5.3.3-3.el6_1.3?arch=i686" } } }, { "category": "product_version", "name": "php-pdo-0:5.3.3-3.el6_1.3.i686", "product": { "name": "php-pdo-0:5.3.3-3.el6_1.3.i686", "product_id": "php-pdo-0:5.3.3-3.el6_1.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@5.3.3-3.el6_1.3?arch=i686" } } }, { "category": "product_version", "name": "php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "product": { "name": "php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "product_id": "php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xmlrpc@5.3.3-3.el6_1.3?arch=i686" } } }, { "category": "product_version", "name": "php-0:5.3.3-3.el6_1.3.i686", "product": { "name": "php-0:5.3.3-3.el6_1.3.i686", "product_id": "php-0:5.3.3-3.el6_1.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@5.3.3-3.el6_1.3?arch=i686" } } }, { "category": "product_version", "name": "php-ldap-0:5.3.3-3.el6_1.3.i686", "product": { "name": "php-ldap-0:5.3.3-3.el6_1.3.i686", "product_id": "php-ldap-0:5.3.3-3.el6_1.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@5.3.3-3.el6_1.3?arch=i686" } } }, { "category": "product_version", "name": "php-cli-0:5.3.3-3.el6_1.3.i686", "product": { "name": "php-cli-0:5.3.3-3.el6_1.3.i686", "product_id": "php-cli-0:5.3.3-3.el6_1.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@5.3.3-3.el6_1.3?arch=i686" } } }, { "category": "product_version", "name": "php-common-0:5.3.3-3.el6_1.3.i686", "product": { "name": "php-common-0:5.3.3-3.el6_1.3.i686", "product_id": "php-common-0:5.3.3-3.el6_1.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@5.3.3-3.el6_1.3?arch=i686" } } }, { "category": "product_version", "name": "php-gd-0:5.3.3-3.el6_1.3.i686", "product": { "name": "php-gd-0:5.3.3-3.el6_1.3.i686", "product_id": "php-gd-0:5.3.3-3.el6_1.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@5.3.3-3.el6_1.3?arch=i686" } } }, { "category": "product_version", "name": "php-mysql-0:5.3.3-3.el6_1.3.i686", "product": { "name": "php-mysql-0:5.3.3-3.el6_1.3.i686", "product_id": "php-mysql-0:5.3.3-3.el6_1.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysql@5.3.3-3.el6_1.3?arch=i686" } } }, { "category": "product_version", "name": "php-odbc-0:5.3.3-3.el6_1.3.i686", "product": { "name": "php-odbc-0:5.3.3-3.el6_1.3.i686", "product_id": "php-odbc-0:5.3.3-3.el6_1.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@5.3.3-3.el6_1.3?arch=i686" } } }, { "category": "product_version", "name": "php-soap-0:5.3.3-3.el6_1.3.i686", "product": { "name": "php-soap-0:5.3.3-3.el6_1.3.i686", "product_id": "php-soap-0:5.3.3-3.el6_1.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@5.3.3-3.el6_1.3?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "php-pspell-0:5.3.3-3.el6_1.3.ppc64", "product": { "name": "php-pspell-0:5.3.3-3.el6_1.3.ppc64", "product_id": "php-pspell-0:5.3.3-3.el6_1.3.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pspell@5.3.3-3.el6_1.3?arch=ppc64" } } }, { "category": "product_version", "name": "php-devel-0:5.3.3-3.el6_1.3.ppc64", "product": { "name": "php-devel-0:5.3.3-3.el6_1.3.ppc64", "product_id": "php-devel-0:5.3.3-3.el6_1.3.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@5.3.3-3.el6_1.3?arch=ppc64" } } }, { "category": "product_version", "name": "php-intl-0:5.3.3-3.el6_1.3.ppc64", "product": { "name": "php-intl-0:5.3.3-3.el6_1.3.ppc64", "product_id": "php-intl-0:5.3.3-3.el6_1.3.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@5.3.3-3.el6_1.3?arch=ppc64" } } }, { "category": "product_version", "name": "php-snmp-0:5.3.3-3.el6_1.3.ppc64", "product": { "name": "php-snmp-0:5.3.3-3.el6_1.3.ppc64", "product_id": "php-snmp-0:5.3.3-3.el6_1.3.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@5.3.3-3.el6_1.3?arch=ppc64" } } }, { "category": "product_version", "name": "php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "product": { "name": "php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "product_id": "php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@5.3.3-3.el6_1.3?arch=ppc64" } } }, { "category": "product_version", "name": "php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "product": { "name": "php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "product_id": "php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@5.3.3-3.el6_1.3?arch=ppc64" } } }, { "category": "product_version", "name": "php-embedded-0:5.3.3-3.el6_1.3.ppc64", "product": { "name": "php-embedded-0:5.3.3-3.el6_1.3.ppc64", "product_id": "php-embedded-0:5.3.3-3.el6_1.3.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@5.3.3-3.el6_1.3?arch=ppc64" } } }, { "category": "product_version", "name": "php-recode-0:5.3.3-3.el6_1.3.ppc64", "product": { "name": "php-recode-0:5.3.3-3.el6_1.3.ppc64", "product_id": "php-recode-0:5.3.3-3.el6_1.3.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-recode@5.3.3-3.el6_1.3?arch=ppc64" } } }, { "category": "product_version", "name": "php-imap-0:5.3.3-3.el6_1.3.ppc64", "product": { "name": "php-imap-0:5.3.3-3.el6_1.3.ppc64", "product_id": "php-imap-0:5.3.3-3.el6_1.3.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-imap@5.3.3-3.el6_1.3?arch=ppc64" } } }, { "category": "product_version", "name": "php-dba-0:5.3.3-3.el6_1.3.ppc64", "product": { "name": "php-dba-0:5.3.3-3.el6_1.3.ppc64", "product_id": "php-dba-0:5.3.3-3.el6_1.3.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@5.3.3-3.el6_1.3?arch=ppc64" } } }, { "category": "product_version", "name": "php-tidy-0:5.3.3-3.el6_1.3.ppc64", "product": { "name": "php-tidy-0:5.3.3-3.el6_1.3.ppc64", "product_id": "php-tidy-0:5.3.3-3.el6_1.3.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-tidy@5.3.3-3.el6_1.3?arch=ppc64" } } }, { "category": "product_version", "name": "php-zts-0:5.3.3-3.el6_1.3.ppc64", "product": { "name": "php-zts-0:5.3.3-3.el6_1.3.ppc64", "product_id": "php-zts-0:5.3.3-3.el6_1.3.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-zts@5.3.3-3.el6_1.3?arch=ppc64" } } }, { "category": "product_version", "name": "php-enchant-0:5.3.3-3.el6_1.3.ppc64", "product": { "name": "php-enchant-0:5.3.3-3.el6_1.3.ppc64", "product_id": "php-enchant-0:5.3.3-3.el6_1.3.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@5.3.3-3.el6_1.3?arch=ppc64" } } }, { "category": "product_version", "name": "php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "product": { "name": "php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "product_id": "php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@5.3.3-3.el6_1.3?arch=ppc64" } } }, { "category": "product_version", "name": "php-process-0:5.3.3-3.el6_1.3.ppc64", "product": { "name": "php-process-0:5.3.3-3.el6_1.3.ppc64", "product_id": "php-process-0:5.3.3-3.el6_1.3.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@5.3.3-3.el6_1.3?arch=ppc64" } } }, { "category": "product_version", "name": "php-xml-0:5.3.3-3.el6_1.3.ppc64", "product": { "name": "php-xml-0:5.3.3-3.el6_1.3.ppc64", "product_id": "php-xml-0:5.3.3-3.el6_1.3.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@5.3.3-3.el6_1.3?arch=ppc64" } } }, { "category": "product_version", "name": "php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "product": { "name": "php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "product_id": "php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@5.3.3-3.el6_1.3?arch=ppc64" } } }, { "category": "product_version", "name": "php-pdo-0:5.3.3-3.el6_1.3.ppc64", "product": { "name": "php-pdo-0:5.3.3-3.el6_1.3.ppc64", "product_id": "php-pdo-0:5.3.3-3.el6_1.3.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@5.3.3-3.el6_1.3?arch=ppc64" } } }, { "category": "product_version", "name": "php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "product": { "name": "php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "product_id": "php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xmlrpc@5.3.3-3.el6_1.3?arch=ppc64" } } }, { "category": "product_version", "name": "php-0:5.3.3-3.el6_1.3.ppc64", "product": { "name": "php-0:5.3.3-3.el6_1.3.ppc64", "product_id": "php-0:5.3.3-3.el6_1.3.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@5.3.3-3.el6_1.3?arch=ppc64" } } }, { "category": "product_version", "name": "php-ldap-0:5.3.3-3.el6_1.3.ppc64", "product": { "name": "php-ldap-0:5.3.3-3.el6_1.3.ppc64", "product_id": "php-ldap-0:5.3.3-3.el6_1.3.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@5.3.3-3.el6_1.3?arch=ppc64" } } }, { "category": "product_version", "name": "php-cli-0:5.3.3-3.el6_1.3.ppc64", "product": { "name": "php-cli-0:5.3.3-3.el6_1.3.ppc64", "product_id": "php-cli-0:5.3.3-3.el6_1.3.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@5.3.3-3.el6_1.3?arch=ppc64" } } }, { "category": "product_version", "name": "php-common-0:5.3.3-3.el6_1.3.ppc64", "product": { "name": "php-common-0:5.3.3-3.el6_1.3.ppc64", "product_id": "php-common-0:5.3.3-3.el6_1.3.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@5.3.3-3.el6_1.3?arch=ppc64" } } }, { "category": "product_version", "name": "php-gd-0:5.3.3-3.el6_1.3.ppc64", "product": { "name": "php-gd-0:5.3.3-3.el6_1.3.ppc64", "product_id": "php-gd-0:5.3.3-3.el6_1.3.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@5.3.3-3.el6_1.3?arch=ppc64" } } }, { "category": "product_version", "name": "php-mysql-0:5.3.3-3.el6_1.3.ppc64", "product": { "name": "php-mysql-0:5.3.3-3.el6_1.3.ppc64", "product_id": "php-mysql-0:5.3.3-3.el6_1.3.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysql@5.3.3-3.el6_1.3?arch=ppc64" } } }, { "category": "product_version", "name": "php-odbc-0:5.3.3-3.el6_1.3.ppc64", "product": { "name": "php-odbc-0:5.3.3-3.el6_1.3.ppc64", "product_id": "php-odbc-0:5.3.3-3.el6_1.3.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@5.3.3-3.el6_1.3?arch=ppc64" } } }, { "category": "product_version", "name": "php-soap-0:5.3.3-3.el6_1.3.ppc64", "product": { "name": "php-soap-0:5.3.3-3.el6_1.3.ppc64", "product_id": "php-soap-0:5.3.3-3.el6_1.3.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@5.3.3-3.el6_1.3?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "php53-0:5.3.3-1.el5_7.3.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386" }, "product_reference": "php53-0:5.3.3-1.el5_7.3.i386", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-0:5.3.3-1.el5_7.3.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64" }, "product_reference": "php53-0:5.3.3-1.el5_7.3.ia64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-0:5.3.3-1.el5_7.3.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc" }, "product_reference": "php53-0:5.3.3-1.el5_7.3.ppc", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-0:5.3.3-1.el5_7.3.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x" }, "product_reference": "php53-0:5.3.3-1.el5_7.3.s390x", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-0:5.3.3-1.el5_7.3.src as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.src" }, "product_reference": "php53-0:5.3.3-1.el5_7.3.src", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-0:5.3.3-1.el5_7.3.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64" }, "product_reference": "php53-0:5.3.3-1.el5_7.3.x86_64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bcmath-0:5.3.3-1.el5_7.3.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386" }, "product_reference": "php53-bcmath-0:5.3.3-1.el5_7.3.i386", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bcmath-0:5.3.3-1.el5_7.3.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64" }, "product_reference": "php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bcmath-0:5.3.3-1.el5_7.3.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc" }, "product_reference": "php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bcmath-0:5.3.3-1.el5_7.3.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x" }, "product_reference": "php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bcmath-0:5.3.3-1.el5_7.3.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64" }, "product_reference": "php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-cli-0:5.3.3-1.el5_7.3.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386" }, "product_reference": "php53-cli-0:5.3.3-1.el5_7.3.i386", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-cli-0:5.3.3-1.el5_7.3.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64" }, "product_reference": "php53-cli-0:5.3.3-1.el5_7.3.ia64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-cli-0:5.3.3-1.el5_7.3.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc" }, "product_reference": "php53-cli-0:5.3.3-1.el5_7.3.ppc", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-cli-0:5.3.3-1.el5_7.3.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x" }, "product_reference": "php53-cli-0:5.3.3-1.el5_7.3.s390x", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-cli-0:5.3.3-1.el5_7.3.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64" }, "product_reference": "php53-cli-0:5.3.3-1.el5_7.3.x86_64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-common-0:5.3.3-1.el5_7.3.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386" }, "product_reference": "php53-common-0:5.3.3-1.el5_7.3.i386", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-common-0:5.3.3-1.el5_7.3.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64" }, "product_reference": "php53-common-0:5.3.3-1.el5_7.3.ia64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-common-0:5.3.3-1.el5_7.3.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc" }, "product_reference": "php53-common-0:5.3.3-1.el5_7.3.ppc", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-common-0:5.3.3-1.el5_7.3.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x" }, "product_reference": "php53-common-0:5.3.3-1.el5_7.3.s390x", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-common-0:5.3.3-1.el5_7.3.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64" }, "product_reference": "php53-common-0:5.3.3-1.el5_7.3.x86_64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dba-0:5.3.3-1.el5_7.3.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386" }, "product_reference": "php53-dba-0:5.3.3-1.el5_7.3.i386", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dba-0:5.3.3-1.el5_7.3.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64" }, "product_reference": "php53-dba-0:5.3.3-1.el5_7.3.ia64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dba-0:5.3.3-1.el5_7.3.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc" }, "product_reference": "php53-dba-0:5.3.3-1.el5_7.3.ppc", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dba-0:5.3.3-1.el5_7.3.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x" }, "product_reference": "php53-dba-0:5.3.3-1.el5_7.3.s390x", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dba-0:5.3.3-1.el5_7.3.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64" }, "product_reference": "php53-dba-0:5.3.3-1.el5_7.3.x86_64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-debuginfo-0:5.3.3-1.el5_7.3.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386" }, "product_reference": "php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-debuginfo-0:5.3.3-1.el5_7.3.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64" }, "product_reference": "php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-debuginfo-0:5.3.3-1.el5_7.3.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc" }, "product_reference": "php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-debuginfo-0:5.3.3-1.el5_7.3.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x" }, "product_reference": "php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64" }, "product_reference": "php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-devel-0:5.3.3-1.el5_7.3.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386" }, "product_reference": "php53-devel-0:5.3.3-1.el5_7.3.i386", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-devel-0:5.3.3-1.el5_7.3.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64" }, "product_reference": "php53-devel-0:5.3.3-1.el5_7.3.ia64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-devel-0:5.3.3-1.el5_7.3.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc" }, "product_reference": "php53-devel-0:5.3.3-1.el5_7.3.ppc", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-devel-0:5.3.3-1.el5_7.3.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x" }, "product_reference": "php53-devel-0:5.3.3-1.el5_7.3.s390x", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-devel-0:5.3.3-1.el5_7.3.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64" }, "product_reference": "php53-devel-0:5.3.3-1.el5_7.3.x86_64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gd-0:5.3.3-1.el5_7.3.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386" }, "product_reference": "php53-gd-0:5.3.3-1.el5_7.3.i386", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gd-0:5.3.3-1.el5_7.3.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64" }, "product_reference": "php53-gd-0:5.3.3-1.el5_7.3.ia64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gd-0:5.3.3-1.el5_7.3.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc" }, "product_reference": "php53-gd-0:5.3.3-1.el5_7.3.ppc", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gd-0:5.3.3-1.el5_7.3.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x" }, "product_reference": "php53-gd-0:5.3.3-1.el5_7.3.s390x", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gd-0:5.3.3-1.el5_7.3.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64" }, "product_reference": "php53-gd-0:5.3.3-1.el5_7.3.x86_64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-imap-0:5.3.3-1.el5_7.3.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386" }, "product_reference": "php53-imap-0:5.3.3-1.el5_7.3.i386", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-imap-0:5.3.3-1.el5_7.3.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64" }, "product_reference": "php53-imap-0:5.3.3-1.el5_7.3.ia64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-imap-0:5.3.3-1.el5_7.3.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc" }, "product_reference": "php53-imap-0:5.3.3-1.el5_7.3.ppc", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-imap-0:5.3.3-1.el5_7.3.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x" }, "product_reference": "php53-imap-0:5.3.3-1.el5_7.3.s390x", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-imap-0:5.3.3-1.el5_7.3.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64" }, "product_reference": "php53-imap-0:5.3.3-1.el5_7.3.x86_64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-intl-0:5.3.3-1.el5_7.3.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386" }, "product_reference": "php53-intl-0:5.3.3-1.el5_7.3.i386", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-intl-0:5.3.3-1.el5_7.3.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64" }, "product_reference": "php53-intl-0:5.3.3-1.el5_7.3.ia64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-intl-0:5.3.3-1.el5_7.3.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc" }, "product_reference": "php53-intl-0:5.3.3-1.el5_7.3.ppc", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-intl-0:5.3.3-1.el5_7.3.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x" }, "product_reference": "php53-intl-0:5.3.3-1.el5_7.3.s390x", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-intl-0:5.3.3-1.el5_7.3.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64" }, "product_reference": "php53-intl-0:5.3.3-1.el5_7.3.x86_64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ldap-0:5.3.3-1.el5_7.3.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386" }, "product_reference": "php53-ldap-0:5.3.3-1.el5_7.3.i386", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ldap-0:5.3.3-1.el5_7.3.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64" }, "product_reference": "php53-ldap-0:5.3.3-1.el5_7.3.ia64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ldap-0:5.3.3-1.el5_7.3.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc" }, "product_reference": "php53-ldap-0:5.3.3-1.el5_7.3.ppc", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ldap-0:5.3.3-1.el5_7.3.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x" }, "product_reference": "php53-ldap-0:5.3.3-1.el5_7.3.s390x", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ldap-0:5.3.3-1.el5_7.3.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64" }, "product_reference": "php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mbstring-0:5.3.3-1.el5_7.3.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386" }, "product_reference": "php53-mbstring-0:5.3.3-1.el5_7.3.i386", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mbstring-0:5.3.3-1.el5_7.3.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64" }, "product_reference": "php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mbstring-0:5.3.3-1.el5_7.3.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc" }, "product_reference": "php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mbstring-0:5.3.3-1.el5_7.3.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x" }, "product_reference": "php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mbstring-0:5.3.3-1.el5_7.3.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64" }, "product_reference": "php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mysql-0:5.3.3-1.el5_7.3.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386" }, "product_reference": "php53-mysql-0:5.3.3-1.el5_7.3.i386", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mysql-0:5.3.3-1.el5_7.3.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64" }, "product_reference": "php53-mysql-0:5.3.3-1.el5_7.3.ia64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mysql-0:5.3.3-1.el5_7.3.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc" }, "product_reference": "php53-mysql-0:5.3.3-1.el5_7.3.ppc", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mysql-0:5.3.3-1.el5_7.3.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x" }, "product_reference": "php53-mysql-0:5.3.3-1.el5_7.3.s390x", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mysql-0:5.3.3-1.el5_7.3.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64" }, "product_reference": "php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-odbc-0:5.3.3-1.el5_7.3.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386" }, "product_reference": "php53-odbc-0:5.3.3-1.el5_7.3.i386", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-odbc-0:5.3.3-1.el5_7.3.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64" }, "product_reference": "php53-odbc-0:5.3.3-1.el5_7.3.ia64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-odbc-0:5.3.3-1.el5_7.3.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc" }, "product_reference": "php53-odbc-0:5.3.3-1.el5_7.3.ppc", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-odbc-0:5.3.3-1.el5_7.3.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x" }, "product_reference": "php53-odbc-0:5.3.3-1.el5_7.3.s390x", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-odbc-0:5.3.3-1.el5_7.3.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64" }, "product_reference": "php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pdo-0:5.3.3-1.el5_7.3.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386" }, "product_reference": "php53-pdo-0:5.3.3-1.el5_7.3.i386", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pdo-0:5.3.3-1.el5_7.3.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64" }, "product_reference": "php53-pdo-0:5.3.3-1.el5_7.3.ia64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pdo-0:5.3.3-1.el5_7.3.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc" }, "product_reference": "php53-pdo-0:5.3.3-1.el5_7.3.ppc", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pdo-0:5.3.3-1.el5_7.3.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x" }, "product_reference": "php53-pdo-0:5.3.3-1.el5_7.3.s390x", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pdo-0:5.3.3-1.el5_7.3.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64" }, "product_reference": "php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pgsql-0:5.3.3-1.el5_7.3.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386" }, "product_reference": "php53-pgsql-0:5.3.3-1.el5_7.3.i386", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pgsql-0:5.3.3-1.el5_7.3.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64" }, "product_reference": "php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pgsql-0:5.3.3-1.el5_7.3.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc" }, "product_reference": "php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pgsql-0:5.3.3-1.el5_7.3.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x" }, "product_reference": "php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pgsql-0:5.3.3-1.el5_7.3.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64" }, "product_reference": "php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-process-0:5.3.3-1.el5_7.3.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386" }, "product_reference": "php53-process-0:5.3.3-1.el5_7.3.i386", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-process-0:5.3.3-1.el5_7.3.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64" }, "product_reference": "php53-process-0:5.3.3-1.el5_7.3.ia64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-process-0:5.3.3-1.el5_7.3.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc" }, "product_reference": "php53-process-0:5.3.3-1.el5_7.3.ppc", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-process-0:5.3.3-1.el5_7.3.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x" }, "product_reference": "php53-process-0:5.3.3-1.el5_7.3.s390x", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-process-0:5.3.3-1.el5_7.3.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64" }, "product_reference": "php53-process-0:5.3.3-1.el5_7.3.x86_64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pspell-0:5.3.3-1.el5_7.3.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386" }, "product_reference": "php53-pspell-0:5.3.3-1.el5_7.3.i386", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pspell-0:5.3.3-1.el5_7.3.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64" }, "product_reference": "php53-pspell-0:5.3.3-1.el5_7.3.ia64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pspell-0:5.3.3-1.el5_7.3.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc" }, "product_reference": "php53-pspell-0:5.3.3-1.el5_7.3.ppc", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pspell-0:5.3.3-1.el5_7.3.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x" }, "product_reference": "php53-pspell-0:5.3.3-1.el5_7.3.s390x", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pspell-0:5.3.3-1.el5_7.3.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64" }, "product_reference": "php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-snmp-0:5.3.3-1.el5_7.3.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386" }, "product_reference": "php53-snmp-0:5.3.3-1.el5_7.3.i386", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-snmp-0:5.3.3-1.el5_7.3.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64" }, "product_reference": "php53-snmp-0:5.3.3-1.el5_7.3.ia64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-snmp-0:5.3.3-1.el5_7.3.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc" }, "product_reference": "php53-snmp-0:5.3.3-1.el5_7.3.ppc", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-snmp-0:5.3.3-1.el5_7.3.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x" }, "product_reference": "php53-snmp-0:5.3.3-1.el5_7.3.s390x", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-snmp-0:5.3.3-1.el5_7.3.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64" }, "product_reference": "php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-soap-0:5.3.3-1.el5_7.3.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386" }, "product_reference": "php53-soap-0:5.3.3-1.el5_7.3.i386", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-soap-0:5.3.3-1.el5_7.3.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64" }, "product_reference": "php53-soap-0:5.3.3-1.el5_7.3.ia64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-soap-0:5.3.3-1.el5_7.3.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc" }, "product_reference": "php53-soap-0:5.3.3-1.el5_7.3.ppc", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-soap-0:5.3.3-1.el5_7.3.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x" }, "product_reference": "php53-soap-0:5.3.3-1.el5_7.3.s390x", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-soap-0:5.3.3-1.el5_7.3.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64" }, "product_reference": "php53-soap-0:5.3.3-1.el5_7.3.x86_64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xml-0:5.3.3-1.el5_7.3.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386" }, "product_reference": "php53-xml-0:5.3.3-1.el5_7.3.i386", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xml-0:5.3.3-1.el5_7.3.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64" }, "product_reference": "php53-xml-0:5.3.3-1.el5_7.3.ia64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xml-0:5.3.3-1.el5_7.3.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc" }, "product_reference": "php53-xml-0:5.3.3-1.el5_7.3.ppc", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xml-0:5.3.3-1.el5_7.3.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x" }, "product_reference": "php53-xml-0:5.3.3-1.el5_7.3.s390x", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xml-0:5.3.3-1.el5_7.3.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64" }, "product_reference": "php53-xml-0:5.3.3-1.el5_7.3.x86_64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlrpc-0:5.3.3-1.el5_7.3.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386" }, "product_reference": "php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64" }, "product_reference": "php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc" }, "product_reference": "php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x" }, "product_reference": "php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64" }, "product_reference": "php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-0:5.3.3-1.el5_7.3.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386" }, "product_reference": "php53-0:5.3.3-1.el5_7.3.i386", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-0:5.3.3-1.el5_7.3.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64" }, "product_reference": "php53-0:5.3.3-1.el5_7.3.ia64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-0:5.3.3-1.el5_7.3.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc" }, "product_reference": "php53-0:5.3.3-1.el5_7.3.ppc", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-0:5.3.3-1.el5_7.3.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x" }, "product_reference": "php53-0:5.3.3-1.el5_7.3.s390x", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-0:5.3.3-1.el5_7.3.src as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.src" }, "product_reference": "php53-0:5.3.3-1.el5_7.3.src", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-0:5.3.3-1.el5_7.3.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64" }, "product_reference": "php53-0:5.3.3-1.el5_7.3.x86_64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bcmath-0:5.3.3-1.el5_7.3.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386" }, "product_reference": "php53-bcmath-0:5.3.3-1.el5_7.3.i386", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bcmath-0:5.3.3-1.el5_7.3.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64" }, "product_reference": "php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bcmath-0:5.3.3-1.el5_7.3.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc" }, "product_reference": "php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bcmath-0:5.3.3-1.el5_7.3.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x" }, "product_reference": "php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bcmath-0:5.3.3-1.el5_7.3.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64" }, "product_reference": "php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-cli-0:5.3.3-1.el5_7.3.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386" }, "product_reference": "php53-cli-0:5.3.3-1.el5_7.3.i386", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-cli-0:5.3.3-1.el5_7.3.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64" }, "product_reference": "php53-cli-0:5.3.3-1.el5_7.3.ia64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-cli-0:5.3.3-1.el5_7.3.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc" }, "product_reference": "php53-cli-0:5.3.3-1.el5_7.3.ppc", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-cli-0:5.3.3-1.el5_7.3.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x" }, "product_reference": "php53-cli-0:5.3.3-1.el5_7.3.s390x", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-cli-0:5.3.3-1.el5_7.3.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64" }, "product_reference": "php53-cli-0:5.3.3-1.el5_7.3.x86_64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-common-0:5.3.3-1.el5_7.3.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386" }, "product_reference": "php53-common-0:5.3.3-1.el5_7.3.i386", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-common-0:5.3.3-1.el5_7.3.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64" }, "product_reference": "php53-common-0:5.3.3-1.el5_7.3.ia64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-common-0:5.3.3-1.el5_7.3.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc" }, "product_reference": "php53-common-0:5.3.3-1.el5_7.3.ppc", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-common-0:5.3.3-1.el5_7.3.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x" }, "product_reference": "php53-common-0:5.3.3-1.el5_7.3.s390x", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-common-0:5.3.3-1.el5_7.3.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64" }, "product_reference": "php53-common-0:5.3.3-1.el5_7.3.x86_64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dba-0:5.3.3-1.el5_7.3.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386" }, "product_reference": "php53-dba-0:5.3.3-1.el5_7.3.i386", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dba-0:5.3.3-1.el5_7.3.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64" }, "product_reference": "php53-dba-0:5.3.3-1.el5_7.3.ia64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dba-0:5.3.3-1.el5_7.3.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc" }, "product_reference": "php53-dba-0:5.3.3-1.el5_7.3.ppc", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dba-0:5.3.3-1.el5_7.3.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x" }, "product_reference": "php53-dba-0:5.3.3-1.el5_7.3.s390x", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dba-0:5.3.3-1.el5_7.3.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64" }, "product_reference": "php53-dba-0:5.3.3-1.el5_7.3.x86_64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-debuginfo-0:5.3.3-1.el5_7.3.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386" }, "product_reference": "php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-debuginfo-0:5.3.3-1.el5_7.3.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64" }, "product_reference": "php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-debuginfo-0:5.3.3-1.el5_7.3.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc" }, "product_reference": "php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-debuginfo-0:5.3.3-1.el5_7.3.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x" }, "product_reference": "php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64" }, "product_reference": "php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-devel-0:5.3.3-1.el5_7.3.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386" }, "product_reference": "php53-devel-0:5.3.3-1.el5_7.3.i386", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-devel-0:5.3.3-1.el5_7.3.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64" }, "product_reference": "php53-devel-0:5.3.3-1.el5_7.3.ia64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-devel-0:5.3.3-1.el5_7.3.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc" }, "product_reference": "php53-devel-0:5.3.3-1.el5_7.3.ppc", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-devel-0:5.3.3-1.el5_7.3.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x" }, "product_reference": "php53-devel-0:5.3.3-1.el5_7.3.s390x", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-devel-0:5.3.3-1.el5_7.3.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64" }, "product_reference": "php53-devel-0:5.3.3-1.el5_7.3.x86_64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gd-0:5.3.3-1.el5_7.3.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386" }, "product_reference": "php53-gd-0:5.3.3-1.el5_7.3.i386", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gd-0:5.3.3-1.el5_7.3.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64" }, "product_reference": "php53-gd-0:5.3.3-1.el5_7.3.ia64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gd-0:5.3.3-1.el5_7.3.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc" }, "product_reference": "php53-gd-0:5.3.3-1.el5_7.3.ppc", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gd-0:5.3.3-1.el5_7.3.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x" }, "product_reference": "php53-gd-0:5.3.3-1.el5_7.3.s390x", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gd-0:5.3.3-1.el5_7.3.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64" }, "product_reference": "php53-gd-0:5.3.3-1.el5_7.3.x86_64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-imap-0:5.3.3-1.el5_7.3.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386" }, "product_reference": "php53-imap-0:5.3.3-1.el5_7.3.i386", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-imap-0:5.3.3-1.el5_7.3.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64" }, "product_reference": "php53-imap-0:5.3.3-1.el5_7.3.ia64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-imap-0:5.3.3-1.el5_7.3.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc" }, "product_reference": "php53-imap-0:5.3.3-1.el5_7.3.ppc", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-imap-0:5.3.3-1.el5_7.3.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x" }, "product_reference": "php53-imap-0:5.3.3-1.el5_7.3.s390x", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-imap-0:5.3.3-1.el5_7.3.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64" }, "product_reference": "php53-imap-0:5.3.3-1.el5_7.3.x86_64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-intl-0:5.3.3-1.el5_7.3.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386" }, "product_reference": "php53-intl-0:5.3.3-1.el5_7.3.i386", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-intl-0:5.3.3-1.el5_7.3.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64" }, "product_reference": "php53-intl-0:5.3.3-1.el5_7.3.ia64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-intl-0:5.3.3-1.el5_7.3.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc" }, "product_reference": "php53-intl-0:5.3.3-1.el5_7.3.ppc", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-intl-0:5.3.3-1.el5_7.3.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x" }, "product_reference": "php53-intl-0:5.3.3-1.el5_7.3.s390x", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-intl-0:5.3.3-1.el5_7.3.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64" }, "product_reference": "php53-intl-0:5.3.3-1.el5_7.3.x86_64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ldap-0:5.3.3-1.el5_7.3.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386" }, "product_reference": "php53-ldap-0:5.3.3-1.el5_7.3.i386", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ldap-0:5.3.3-1.el5_7.3.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64" }, "product_reference": "php53-ldap-0:5.3.3-1.el5_7.3.ia64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ldap-0:5.3.3-1.el5_7.3.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc" }, "product_reference": "php53-ldap-0:5.3.3-1.el5_7.3.ppc", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ldap-0:5.3.3-1.el5_7.3.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x" }, "product_reference": "php53-ldap-0:5.3.3-1.el5_7.3.s390x", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ldap-0:5.3.3-1.el5_7.3.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64" }, "product_reference": "php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mbstring-0:5.3.3-1.el5_7.3.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386" }, "product_reference": "php53-mbstring-0:5.3.3-1.el5_7.3.i386", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mbstring-0:5.3.3-1.el5_7.3.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64" }, "product_reference": "php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mbstring-0:5.3.3-1.el5_7.3.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc" }, "product_reference": "php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mbstring-0:5.3.3-1.el5_7.3.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x" }, "product_reference": "php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mbstring-0:5.3.3-1.el5_7.3.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64" }, "product_reference": "php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mysql-0:5.3.3-1.el5_7.3.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386" }, "product_reference": "php53-mysql-0:5.3.3-1.el5_7.3.i386", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mysql-0:5.3.3-1.el5_7.3.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64" }, "product_reference": "php53-mysql-0:5.3.3-1.el5_7.3.ia64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mysql-0:5.3.3-1.el5_7.3.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc" }, "product_reference": "php53-mysql-0:5.3.3-1.el5_7.3.ppc", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mysql-0:5.3.3-1.el5_7.3.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x" }, "product_reference": "php53-mysql-0:5.3.3-1.el5_7.3.s390x", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mysql-0:5.3.3-1.el5_7.3.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64" }, "product_reference": "php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-odbc-0:5.3.3-1.el5_7.3.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386" }, "product_reference": "php53-odbc-0:5.3.3-1.el5_7.3.i386", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-odbc-0:5.3.3-1.el5_7.3.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64" }, "product_reference": "php53-odbc-0:5.3.3-1.el5_7.3.ia64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-odbc-0:5.3.3-1.el5_7.3.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc" }, "product_reference": "php53-odbc-0:5.3.3-1.el5_7.3.ppc", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-odbc-0:5.3.3-1.el5_7.3.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x" }, "product_reference": "php53-odbc-0:5.3.3-1.el5_7.3.s390x", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-odbc-0:5.3.3-1.el5_7.3.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64" }, "product_reference": "php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pdo-0:5.3.3-1.el5_7.3.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386" }, "product_reference": "php53-pdo-0:5.3.3-1.el5_7.3.i386", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pdo-0:5.3.3-1.el5_7.3.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64" }, "product_reference": "php53-pdo-0:5.3.3-1.el5_7.3.ia64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pdo-0:5.3.3-1.el5_7.3.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc" }, "product_reference": "php53-pdo-0:5.3.3-1.el5_7.3.ppc", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pdo-0:5.3.3-1.el5_7.3.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x" }, "product_reference": "php53-pdo-0:5.3.3-1.el5_7.3.s390x", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pdo-0:5.3.3-1.el5_7.3.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64" }, "product_reference": "php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pgsql-0:5.3.3-1.el5_7.3.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386" }, "product_reference": "php53-pgsql-0:5.3.3-1.el5_7.3.i386", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pgsql-0:5.3.3-1.el5_7.3.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64" }, "product_reference": "php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pgsql-0:5.3.3-1.el5_7.3.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc" }, "product_reference": "php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pgsql-0:5.3.3-1.el5_7.3.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x" }, "product_reference": "php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pgsql-0:5.3.3-1.el5_7.3.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64" }, "product_reference": "php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-process-0:5.3.3-1.el5_7.3.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386" }, "product_reference": "php53-process-0:5.3.3-1.el5_7.3.i386", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-process-0:5.3.3-1.el5_7.3.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64" }, "product_reference": "php53-process-0:5.3.3-1.el5_7.3.ia64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-process-0:5.3.3-1.el5_7.3.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc" }, "product_reference": "php53-process-0:5.3.3-1.el5_7.3.ppc", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-process-0:5.3.3-1.el5_7.3.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x" }, "product_reference": "php53-process-0:5.3.3-1.el5_7.3.s390x", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-process-0:5.3.3-1.el5_7.3.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64" }, "product_reference": "php53-process-0:5.3.3-1.el5_7.3.x86_64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pspell-0:5.3.3-1.el5_7.3.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386" }, "product_reference": "php53-pspell-0:5.3.3-1.el5_7.3.i386", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pspell-0:5.3.3-1.el5_7.3.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64" }, "product_reference": "php53-pspell-0:5.3.3-1.el5_7.3.ia64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pspell-0:5.3.3-1.el5_7.3.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc" }, "product_reference": "php53-pspell-0:5.3.3-1.el5_7.3.ppc", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pspell-0:5.3.3-1.el5_7.3.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x" }, "product_reference": "php53-pspell-0:5.3.3-1.el5_7.3.s390x", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pspell-0:5.3.3-1.el5_7.3.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64" }, "product_reference": "php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-snmp-0:5.3.3-1.el5_7.3.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386" }, "product_reference": "php53-snmp-0:5.3.3-1.el5_7.3.i386", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-snmp-0:5.3.3-1.el5_7.3.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64" }, "product_reference": "php53-snmp-0:5.3.3-1.el5_7.3.ia64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-snmp-0:5.3.3-1.el5_7.3.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc" }, "product_reference": "php53-snmp-0:5.3.3-1.el5_7.3.ppc", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-snmp-0:5.3.3-1.el5_7.3.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x" }, "product_reference": "php53-snmp-0:5.3.3-1.el5_7.3.s390x", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-snmp-0:5.3.3-1.el5_7.3.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64" }, "product_reference": "php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-soap-0:5.3.3-1.el5_7.3.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386" }, "product_reference": "php53-soap-0:5.3.3-1.el5_7.3.i386", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-soap-0:5.3.3-1.el5_7.3.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64" }, "product_reference": "php53-soap-0:5.3.3-1.el5_7.3.ia64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-soap-0:5.3.3-1.el5_7.3.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc" }, "product_reference": "php53-soap-0:5.3.3-1.el5_7.3.ppc", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-soap-0:5.3.3-1.el5_7.3.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x" }, "product_reference": "php53-soap-0:5.3.3-1.el5_7.3.s390x", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-soap-0:5.3.3-1.el5_7.3.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64" }, "product_reference": "php53-soap-0:5.3.3-1.el5_7.3.x86_64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xml-0:5.3.3-1.el5_7.3.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386" }, "product_reference": "php53-xml-0:5.3.3-1.el5_7.3.i386", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xml-0:5.3.3-1.el5_7.3.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64" }, "product_reference": "php53-xml-0:5.3.3-1.el5_7.3.ia64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xml-0:5.3.3-1.el5_7.3.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc" }, "product_reference": "php53-xml-0:5.3.3-1.el5_7.3.ppc", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xml-0:5.3.3-1.el5_7.3.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x" }, "product_reference": "php53-xml-0:5.3.3-1.el5_7.3.s390x", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xml-0:5.3.3-1.el5_7.3.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64" }, "product_reference": "php53-xml-0:5.3.3-1.el5_7.3.x86_64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlrpc-0:5.3.3-1.el5_7.3.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386" }, "product_reference": "php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64" }, "product_reference": "php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc" }, "product_reference": "php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x" }, "product_reference": "php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64" }, "product_reference": "php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:5.3.3-3.el6_1.3.src as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.src" }, "product_reference": "php-0:5.3.3-3.el6_1.3.src", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-bcmath-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-bcmath-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-cli-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-cli-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-cli-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-cli-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-common-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-common-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-common-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-common-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-dba-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-dba-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-dba-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-dba-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-debuginfo-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-devel-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-devel-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-devel-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-devel-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-embedded-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-embedded-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-embedded-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-embedded-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-enchant-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-enchant-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-enchant-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-enchant-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-gd-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-gd-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-gd-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-gd-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-imap-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-imap-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-imap-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-imap-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-imap-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-imap-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-imap-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-imap-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-intl-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-intl-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-intl-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-intl-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-ldap-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-ldap-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-ldap-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-ldap-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-mbstring-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-mbstring-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysql-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-mysql-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysql-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-mysql-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysql-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-mysql-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysql-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-mysql-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-odbc-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-odbc-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-odbc-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-odbc-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-pdo-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-pdo-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-pdo-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-pdo-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-pgsql-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-pgsql-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-process-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-process-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-process-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-process-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-pspell-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-pspell-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-pspell-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-pspell-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-pspell-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-pspell-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-pspell-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-pspell-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-recode-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-recode-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-recode-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-recode-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-recode-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-recode-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-recode-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-recode-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-snmp-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-snmp-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-snmp-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-snmp-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-soap-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-soap-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-soap-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-soap-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-tidy-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-tidy-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-tidy-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-tidy-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-tidy-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-tidy-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-tidy-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-tidy-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-xml-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-xml-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-xml-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-xml-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-zts-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-zts-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-zts-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-zts-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-zts-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-zts-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-zts-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-zts-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:5.3.3-3.el6_1.3.src as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.src" }, "product_reference": "php-0:5.3.3-3.el6_1.3.src", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-bcmath-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-bcmath-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-cli-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-cli-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-cli-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-cli-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-common-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-common-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-common-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-common-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-dba-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-dba-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-dba-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-dba-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-debuginfo-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-devel-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-devel-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-devel-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-devel-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-embedded-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-embedded-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-embedded-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-embedded-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-enchant-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-enchant-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-enchant-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-enchant-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-gd-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-gd-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-gd-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-gd-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-imap-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-imap-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-imap-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-imap-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-imap-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-imap-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-imap-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-imap-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-intl-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-intl-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-intl-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-intl-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-ldap-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-ldap-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-ldap-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-ldap-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-mbstring-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-mbstring-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysql-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-mysql-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysql-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-mysql-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysql-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-mysql-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysql-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-mysql-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-odbc-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-odbc-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-odbc-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-odbc-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-pdo-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-pdo-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-pdo-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-pdo-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-pgsql-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-pgsql-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-process-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-process-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-process-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-process-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-pspell-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-pspell-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-pspell-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-pspell-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-pspell-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-pspell-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-pspell-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-pspell-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-recode-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-recode-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-recode-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-recode-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-recode-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-recode-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-recode-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-recode-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-snmp-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-snmp-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-snmp-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-snmp-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-soap-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-soap-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-soap-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-soap-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-tidy-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-tidy-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-tidy-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-tidy-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-tidy-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-tidy-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-tidy-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-tidy-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-xml-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-xml-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-xml-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-xml-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-zts-0:5.3.3-3.el6_1.3.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686" }, "product_reference": "php-zts-0:5.3.3-3.el6_1.3.i686", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-zts-0:5.3.3-3.el6_1.3.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64" }, "product_reference": "php-zts-0:5.3.3-3.el6_1.3.ppc64", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-zts-0:5.3.3-3.el6_1.3.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x" }, "product_reference": "php-zts-0:5.3.3-3.el6_1.3.s390x", "relates_to_product_reference": "6Server-optional-6.1.z" }, { "category": "default_component_of", "full_product_name": { "name": "php-zts-0:5.3.3-3.el6_1.3.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64" }, "product_reference": "php-zts-0:5.3.3-3.el6_1.3.x86_64", "relates_to_product_reference": "6Server-optional-6.1.z" } ] }, "vulnerabilities": [ { "cve": "CVE-2011-0708", "discovery_date": "2011-02-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "680972" } ], "notes": [ { "category": "description", "text": "exif.c in the Exif extension in PHP before 5.3.6 on 64-bit platforms performs an incorrect cast, which allows remote attackers to cause a denial of service (application crash) via an image with a crafted Image File Directory (IFD) that triggers a buffer over-read.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: buffer over-read in Exif extension", "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": [ "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2011-0708" }, { "category": "external", "summary": "RHBZ#680972", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=680972" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2011-0708", "url": "https://www.cve.org/CVERecord?id=CVE-2011-0708" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2011-0708", "url": "https://nvd.nist.gov/vuln/detail/CVE-2011-0708" } ], "release_date": "2011-02-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2011-11-02T22:15: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/kb/docs/DOC-11259", "product_ids": [ "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2011:1423" } ], "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": [ "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "php: buffer over-read in Exif extension" }, { "cve": "CVE-2011-1148", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2011-03-13T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "688958" } ], "notes": [ { "category": "description", "text": "Use-after-free vulnerability in the substr_replace function in PHP 5.3.6 and earlier allows context-dependent attackers to cause a denial of service (memory corruption) or possibly have unspecified other impact by using the same variable for multiple arguments.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: use-after-free vulnerability in substr_replace()", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue did not affect the versions of php as shipped with Red Hat Enterprise Linux 4.", "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": [ "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2011-1148" }, { "category": "external", "summary": "RHBZ#688958", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=688958" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2011-1148", "url": "https://www.cve.org/CVERecord?id=CVE-2011-1148" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2011-1148", "url": "https://nvd.nist.gov/vuln/detail/CVE-2011-1148" } ], "release_date": "2011-03-13T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2011-11-02T22:15: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/kb/docs/DOC-11259", "product_ids": [ "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2011:1423" } ], "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": [ "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: use-after-free vulnerability in substr_replace()" }, { "cve": "CVE-2011-1466", "discovery_date": "2011-03-19T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "689386" } ], "notes": [ { "category": "description", "text": "Integer overflow in the SdnToJulian function in the Calendar extension in PHP before 5.3.6 allows context-dependent attackers to cause a denial of service (application crash) via a large integer in the first argument to the cal_from_jd function.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Crash by converting serial day numbers (SDN) into Julian calendar", "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": [ "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2011-1466" }, { "category": "external", "summary": "RHBZ#689386", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=689386" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2011-1466", "url": "https://www.cve.org/CVERecord?id=CVE-2011-1466" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2011-1466", "url": "https://nvd.nist.gov/vuln/detail/CVE-2011-1466" } ], "release_date": "2010-12-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2011-11-02T22:15: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/kb/docs/DOC-11259", "product_ids": [ "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2011:1423" } ], "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": [ "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "php: Crash by converting serial day numbers (SDN) into Julian calendar" }, { "cve": "CVE-2011-1468", "cwe": { "id": "CWE-401", "name": "Missing Release of Memory after Effective Lifetime" }, "discovery_date": "2011-03-19T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "690899" } ], "notes": [ { "category": "description", "text": "Multiple memory leaks in the OpenSSL extension in PHP before 5.3.6 might allow remote attackers to cause a denial of service (memory consumption) via (1) plaintext data to the openssl_encrypt function or (2) ciphertext data to the openssl_decrypt function.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Multiple memory leaks in the OpenSSL extension", "title": "Vulnerability summary" }, { "category": "other", "text": "Not vulnerable. This issue did not affect the versions of php as shipped with Red Hat Enterprise Linux 4 and 5. It has been addressed in Red Hat Enterprise Linux 5 (php53) and 6 (php).", "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": [ "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2011-1468" }, { "category": "external", "summary": "RHBZ#690899", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=690899" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2011-1468", "url": "https://www.cve.org/CVERecord?id=CVE-2011-1468" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2011-1468", "url": "https://nvd.nist.gov/vuln/detail/CVE-2011-1468" } ], "release_date": "2011-02-21T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2011-11-02T22:15: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/kb/docs/DOC-11259", "product_ids": [ "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2011:1423" } ], "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": [ "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "php: Multiple memory leaks in the OpenSSL extension" }, { "cve": "CVE-2011-1469", "discovery_date": "2011-03-19T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "690905" } ], "notes": [ { "category": "description", "text": "Unspecified vulnerability in the Streams component in PHP before 5.3.6 allows context-dependent attackers to cause a denial of service (application crash) by accessing an ftp:// URL during use of an HTTP proxy with the FTP wrapper.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: DoS when using HTTP proxy with the FTP wrapper", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue did not affect the version of php as shipped with Red Hat Enterprise Linux 4.", "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": [ "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2011-1469" }, { "category": "external", "summary": "RHBZ#690905", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=690905" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2011-1469", "url": "https://www.cve.org/CVERecord?id=CVE-2011-1469" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2011-1469", "url": "https://nvd.nist.gov/vuln/detail/CVE-2011-1469" } ], "release_date": "2011-02-24T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2011-11-02T22:15: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/kb/docs/DOC-11259", "product_ids": [ "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2011:1423" } ], "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": [ "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "php: DoS when using HTTP proxy with the FTP wrapper" }, { "cve": "CVE-2011-1471", "discovery_date": "2011-03-19T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "690915" } ], "notes": [ { "category": "description", "text": "Integer signedness error in zip_stream.c in the Zip extension in PHP before 5.3.6 allows context-dependent attackers to cause a denial of service (CPU consumption) via a malformed archive file that triggers errors in zip_fread function calls.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: DoS (excessive CPU consumption) by processing certain Zip archive files", "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": [ "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2011-1471" }, { "category": "external", "summary": "RHBZ#690915", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=690915" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2011-1471", "url": "https://www.cve.org/CVERecord?id=CVE-2011-1471" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2011-1471", "url": "https://nvd.nist.gov/vuln/detail/CVE-2011-1471" } ], "release_date": "2009-07-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2011-11-02T22:15: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/kb/docs/DOC-11259", "product_ids": [ "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2011:1423" } ], "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": [ "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "php: DoS (excessive CPU consumption) by processing certain Zip archive files" }, { "cve": "CVE-2011-1938", "cwe": { "id": "CWE-121", "name": "Stack-based Buffer Overflow" }, "discovery_date": "2011-05-24T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "709067" } ], "notes": [ { "category": "description", "text": "Stack-based buffer overflow in the socket_connect function in ext/sockets/sockets.c in PHP 5.3.3 through 5.3.6 might allow context-dependent attackers to execute arbitrary code via a long pathname for a UNIX socket.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: stack-based buffer overflow in socket_connect()", "title": "Vulnerability summary" }, { "category": "other", "text": "Not vulnerable. This issue did not affect the versions of php as shipped with Red Hat Enterprise Linux 4 and 5. It has been addressed in Red Hat Enterprise Linux 5 (php53) and 6 (php).", "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": [ "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2011-1938" }, { "category": "external", "summary": "RHBZ#709067", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=709067" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2011-1938", "url": "https://www.cve.org/CVERecord?id=CVE-2011-1938" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2011-1938", "url": "https://nvd.nist.gov/vuln/detail/CVE-2011-1938" } ], "release_date": "2011-05-23T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2011-11-02T22:15: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/kb/docs/DOC-11259", "product_ids": [ "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2011:1423" } ], "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": [ "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "php: stack-based buffer overflow in socket_connect()" }, { "cve": "CVE-2011-2202", "discovery_date": "2011-06-12T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "713194" } ], "notes": [ { "category": "description", "text": "The rfc1867_post_handler function in main/rfc1867.c in PHP before 5.3.7 does not properly restrict filenames in multipart/form-data POST requests, which allows remote attackers to conduct absolute path traversal attacks, and possibly create or overwrite arbitrary files, via a crafted upload request, related to a \"file path injection vulnerability.\"", "title": "Vulnerability description" }, { "category": "summary", "text": "php: file path injection vulnerability in RFC1867 file upload filename", "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": [ "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2011-2202" }, { "category": "external", "summary": "RHBZ#713194", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=713194" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2011-2202", "url": "https://www.cve.org/CVERecord?id=CVE-2011-2202" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2011-2202", "url": "https://nvd.nist.gov/vuln/detail/CVE-2011-2202" } ], "release_date": "2011-06-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2011-11-02T22:15: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/kb/docs/DOC-11259", "product_ids": [ "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2011:1423" } ], "scores": [ { "cvss_v2": { "accessComplexity": "HIGH", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 2.6, "confidentialityImpact": "NONE", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:H/Au:N/C:N/I:P/A:N", "version": "2.0" }, "products": [ "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "php: file path injection vulnerability in RFC1867 file upload filename" }, { "cve": "CVE-2011-2483", "discovery_date": "2011-06-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "715025" } ], "notes": [ { "category": "description", "text": "crypt_blowfish before 1.1, as used in PHP before 5.3.7 on certain platforms, PostgreSQL before 8.4.9, and other products, does not properly handle 8-bit characters, which makes it easier for context-dependent attackers to determine a cleartext password by leveraging knowledge of a password hash.", "title": "Vulnerability description" }, { "category": "summary", "text": "crypt_blowfish: 8-bit character mishandling allows different password pairs to produce the same hash", "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": [ "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2011-2483" }, { "category": "external", "summary": "RHBZ#715025", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=715025" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2011-2483", "url": "https://www.cve.org/CVERecord?id=CVE-2011-2483" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2011-2483", "url": "https://nvd.nist.gov/vuln/detail/CVE-2011-2483" }, { "category": "external", "summary": "http://www.php.net/security/crypt_blowfish.php", "url": "http://www.php.net/security/crypt_blowfish.php" } ], "release_date": "2011-06-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2011-11-02T22:15: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/kb/docs/DOC-11259", "product_ids": [ "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2011:1423" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 4.3, "confidentialityImpact": "PARTIAL", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:P/I:N/A:N", "version": "2.0" }, "products": [ "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Client-Workstation-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Client-Workstation-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.src", "5Server-5.7.Z:php53-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-bcmath-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-cli-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-common-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-dba-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-debuginfo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-devel-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-gd-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-imap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-intl-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-ldap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mbstring-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-mysql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-odbc-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pdo-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pgsql-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-process-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-pspell-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-snmp-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-soap-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xml-0:5.3.3-1.el5_7.3.x86_64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.i386", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ia64", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.ppc", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.s390x", "5Server-5.7.Z:php53-xmlrpc-0:5.3.3-1.el5_7.3.x86_64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.src", "6Server-optional-6.1.z:php-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-bcmath-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-cli-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-common-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-dba-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-debuginfo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-devel-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-embedded-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-enchant-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-gd-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-imap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-intl-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-ldap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mbstring-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-mysql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-odbc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pdo-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pgsql-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-process-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-pspell-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-recode-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-snmp-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-soap-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-tidy-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xml-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-xmlrpc-0:5.3.3-3.el6_1.3.x86_64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.i686", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.ppc64", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.s390x", "6Server-optional-6.1.z:php-zts-0:5.3.3-3.el6_1.3.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "crypt_blowfish: 8-bit character mishandling allows different password pairs to produce the same hash" } ] }
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.
- 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.