PHP Multiple Local And Remote Vulnerabilities
BID:11964
Info
PHP Multiple Local And Remote Vulnerabilities
| Bugtraq ID: | 11964 |
| Class: | Design Error |
| CVE: |
CVE-2004-1018 CVE-2004-1019 CVE-2004-1063 CVE-2004-1064 |
| Remote: | Yes |
| Local: | Yes |
| Published: | Dec 15 2004 12:00AM |
| Updated: | Jul 12 2009 09:26AM |
| Credit: | Discovery of the unserialize bugs is credited to Stefan Esser and Marcus Boerger; Stefan Esser is credited with the discovery of the other vulnerabilities. |
| Vulnerable: |
Ubuntu Ubuntu Linux 4.1 ppc Ubuntu Ubuntu Linux 4.1 ia64 Ubuntu Ubuntu Linux 4.1 ia32 Turbolinux Turbolinux Workstation 8.0 Turbolinux Turbolinux Server 10.0 Turbolinux Turbolinux Server 8.0 Turbolinux Turbolinux Desktop 10.0 Turbolinux Home Trustix Secure Linux 2.2 Trustix Secure Linux 2.1 Trustix Secure Linux 2.0 Trustix Secure Enterprise Linux 2.0 SGI ProPack 3.0 Redhat Stronghold 4.0 Redhat Linux 9.0 i386 Redhat Fedora Core1 PHP PHP 5.0.2 PHP PHP 5.0.1 PHP PHP 5.0 candidate 3 PHP PHP 5.0 candidate 2 PHP PHP 5.0 candidate 1 PHP PHP 5.0 .0 PHP PHP 4.3.9 PHP PHP 4.3.8 PHP PHP 4.3.7 PHP PHP 4.3.6 PHP PHP 4.3.5 PHP PHP 4.3.4 PHP PHP 4.3.3 PHP PHP 4.3.2 PHP PHP 4.3.1 PHP PHP 4.3 PHP PHP 4.2.3 PHP PHP 4.2.2 PHP PHP 4.2.1 PHP PHP 4.2 .0 PHP PHP 4.2 -dev PHP PHP 4.1.2 PHP PHP 4.1.1 PHP PHP 4.1 .0 PHP PHP 4.0.7 RC3 PHP PHP 4.0.7 RC2 PHP PHP 4.0.7 RC1 PHP PHP 4.0.7 PHP PHP 4.0.6 PHP PHP 4.0.5 PHP PHP 4.0.4 PHP PHP 4.0.3 pl1 PHP PHP 4.0.3 PHP PHP 4.0.2 PHP PHP 4.0.1 pl2 PHP PHP 4.0.1 pl1 PHP PHP 4.0.1 PHP PHP 4.0 0 PHP PHP 3.0.18 PHP PHP 3.0.17 PHP PHP 3.0.16 PHP PHP 3.0.15 PHP PHP 3.0.14 PHP PHP 3.0.13 PHP PHP 3.0.12 PHP PHP 3.0.11 PHP PHP 3.0.10 PHP PHP 3.0.9 PHP PHP 3.0.8 PHP PHP 3.0.7 PHP PHP 3.0.6 PHP PHP 3.0.5 PHP PHP 3.0.4 PHP PHP 3.0.3 PHP PHP 3.0.2 PHP PHP 3.0.1 PHP PHP 3.0 0 PHP PHP 3.0 .16 PHP PHP 3.0 .13 PHP PHP 3.0 .12 PHP PHP 3.0 .11 OpenPKG OpenPKG 2.2 OpenPKG OpenPKG 2.1 OpenPKG OpenPKG Current HP System Management Homepage 2.0.2 HP System Management Homepage 2.0.1 HP System Management Homepage 2.0 Apple Mac OS X Server 10.3.7 Apple Mac OS X Server 10.3.6 Apple Mac OS X Server 10.3.5 Apple Mac OS X Server 10.3.4 Apple Mac OS X Server 10.3.3 Apple Mac OS X Server 10.3.2 Apple Mac OS X Server 10.3.1 Apple Mac OS X Server 10.3 Apple Mac OS X Server 10.2.8 Apple Mac OS X Server 10.2.7 Apple Mac OS X Server 10.2.6 Apple Mac OS X Server 10.2.5 Apple Mac OS X Server 10.2.4 Apple Mac OS X Server 10.2.3 Apple Mac OS X Server 10.2.2 Apple Mac OS X Server 10.2.1 Apple Mac OS X Server 10.2 Apple Mac OS X Server 10.1.5 Apple Mac OS X Server 10.1.4 Apple Mac OS X Server 10.1.3 Apple Mac OS X Server 10.1.2 Apple Mac OS X Server 10.1.1 Apple Mac OS X Server 10.1 Apple Mac OS X Server 10.0 Apple Mac OS X 10.3.7 Apple Mac OS X 10.3.6 Apple Mac OS X 10.3.5 Apple Mac OS X 10.3.4 Apple Mac OS X 10.3.3 Apple Mac OS X 10.3.2 Apple Mac OS X 10.3.1 Apple Mac OS X 10.3 Apple Mac OS X 10.2.8 Apple Mac OS X 10.2.7 Apple Mac OS X 10.2.6 Apple Mac OS X 10.2.5 Apple Mac OS X 10.2.4 Apple Mac OS X 10.2.3 Apple Mac OS X 10.2.2 Apple Mac OS X 10.2.1 Apple Mac OS X 10.2 Apple Mac OS X 10.1.5 Apple Mac OS X 10.1.4 Apple Mac OS X 10.1.3 Apple Mac OS X 10.1.2 Apple Mac OS X 10.1.1 Apple Mac OS X 10.1 Apple Mac OS X 10.1 Apple Mac OS X 10.0.4 Apple Mac OS X 10.0.3 Apple Mac OS X 10.0.2 Apple Mac OS X 10.0.1 Apple Mac OS X 10.0 3 Apple Mac OS X 10.0 |
| Not Vulnerable: |
PHP PHP 5.0.3 PHP PHP 4.3.10 HP System Management Homepage 2.1 Apple Mac OS X Server 10.3.8 Apple Mac OS X 10.3.8 |
Discussion
PHP Multiple Local And Remote Vulnerabilities
PHP4 and PHP5 are reported prone to multiple local and remote vulnerabilities that may lead to code execution within the context of the vulnerable process. The following specific issues are reported:
A heap-based buffer overflow is reported to affect the PHP 'pack()' function call. An attacker that has the ability to make the PHP interpreter run a malicious script may exploit this condition to execute arbitrary instructions in the context of the vulnerable process.
A heap-based memory disclosure vulnerability is reported to affect the PHP 'unpack()' function call. An attacker that has the ability to make the PHP interpreter run a malicious script may exploit this condition to reveal portions of the process heap.
PHP safe_mode_exec_dir is reported prone to an access control bypass vulnerability. A local attacker that can manipulate the directory name from which the PHP script is called, may bypass 'safe_mode_exec_dir' restrictions by placing shell metacharacters and restricted commands into the directory name of the current directory.
PHP safe_mode is reported prone to an access control bypass vulnerability. An attacker that has the ability to make the PHP interpreter run a malicious script may exploit this condition to execute commands that are otherwise restricted by PHP safe_mode.
PHP is reported prone to a 'realpath()' path truncation vulnerability. The vulnerability exists due to a lack of sanitization as to whether a path has been silently truncated by the libc realpath() function or not. This may lead to remote file include vulnerabilities in some cases.
The PHP function 'unserialize()' is reported prone to a memory corruption vulnerability. This corruption may be leveraged by a remote attacker that has the ability to make the PHP interpreter run a malicious script to execute arbitrary code in the context of the vulnerable process.
The PHP function 'unserialize()' is also reported prone to an information disclosure vulnerability. This issue may be leveraged by a remote attacker to disclose the contents of heap memory. This may allow them to gain access to potentially sensitive information, such as database credentials.
Finally, the PHP function 'unserialize()', is reported prone to an additional vulnerability. It is reported that previous versions of this function allow a malicious programmer to set references to entries of a variable hash that have already been freed. This can lead to remote memory corruption.
PHP4 and PHP5 are reported prone to multiple local and remote vulnerabilities that may lead to code execution within the context of the vulnerable process. The following specific issues are reported:
A heap-based buffer overflow is reported to affect the PHP 'pack()' function call. An attacker that has the ability to make the PHP interpreter run a malicious script may exploit this condition to execute arbitrary instructions in the context of the vulnerable process.
A heap-based memory disclosure vulnerability is reported to affect the PHP 'unpack()' function call. An attacker that has the ability to make the PHP interpreter run a malicious script may exploit this condition to reveal portions of the process heap.
PHP safe_mode_exec_dir is reported prone to an access control bypass vulnerability. A local attacker that can manipulate the directory name from which the PHP script is called, may bypass 'safe_mode_exec_dir' restrictions by placing shell metacharacters and restricted commands into the directory name of the current directory.
PHP safe_mode is reported prone to an access control bypass vulnerability. An attacker that has the ability to make the PHP interpreter run a malicious script may exploit this condition to execute commands that are otherwise restricted by PHP safe_mode.
PHP is reported prone to a 'realpath()' path truncation vulnerability. The vulnerability exists due to a lack of sanitization as to whether a path has been silently truncated by the libc realpath() function or not. This may lead to remote file include vulnerabilities in some cases.
The PHP function 'unserialize()' is reported prone to a memory corruption vulnerability. This corruption may be leveraged by a remote attacker that has the ability to make the PHP interpreter run a malicious script to execute arbitrary code in the context of the vulnerable process.
The PHP function 'unserialize()' is also reported prone to an information disclosure vulnerability. This issue may be leveraged by a remote attacker to disclose the contents of heap memory. This may allow them to gain access to potentially sensitive information, such as database credentials.
Finally, the PHP function 'unserialize()', is reported prone to an additional vulnerability. It is reported that previous versions of this function allow a malicious programmer to set references to entries of a variable hash that have already been freed. This can lead to remote memory corruption.
Exploit / POC
PHP Multiple Local And Remote Vulnerabilities
Exploits have been developed by the researcher that discovered these vulnerabilities. These exploits are not believed to be in public circulation. The following unserialize() proof of concept examples are available:
EXAMPLE script - "Segfault":
---cut here---
<?
$s = 's:9999999:"A";"';
$a = unserialize($s);
print $a;
?>
---cut here---
EXAMPLE script - "Memory Dump":
---cut here---
<?
// session- and stuff
$secret_username="uaaaa";
$secret_password="hoschi";
// stuff
// $c = $_COOKIE ['crypted_stuff']
// $c = some cookie
/* simplyfied --> userinput */ $c = 's:30000:"crap";';
$userdata = unserialize($c);
//
// check $userdata stuff
// for some reason output $userdata
print $userdata . "\n is NOT valid !!\n";
// stuff
?>
---cut here---
overdose <[email protected]> has made a proof of concept exploit available to demonstrate the unserialize() information disclosure issue.
Exploits have been developed by the researcher that discovered these vulnerabilities. These exploits are not believed to be in public circulation. The following unserialize() proof of concept examples are available:
EXAMPLE script - "Segfault":
---cut here---
<?
$s = 's:9999999:"A";"';
$a = unserialize($s);
print $a;
?>
---cut here---
EXAMPLE script - "Memory Dump":
---cut here---
<?
// session- and stuff
$secret_username="uaaaa";
$secret_password="hoschi";
// stuff
// $c = $_COOKIE ['crypted_stuff']
// $c = some cookie
/* simplyfied --> userinput */ $c = 's:30000:"crap";';
$userdata = unserialize($c);
//
// check $userdata stuff
// for some reason output $userdata
print $userdata . "\n is NOT valid !!\n";
// stuff
?>
---cut here---
overdose <[email protected]> has made a proof of concept exploit available to demonstrate the unserialize() information disclosure issue.
Solution / Fix
PHP Multiple Local And Remote Vulnerabilities
Solution:
Conectiva has released an advisory (CLSA-2005:955) and fixes to address these and other issues. Please see the referenced advisory for further information regarding obtaining and applying appropriate updates.
Turbolinux has released advisory TLSA-2005-50 along with fixes dealing with this and other issues. Please see the referenced advisory for more information.
Conectiva has released advisory CLA-2005:915 along with fixes dealing with these and other issues. Please see the referenced advisory for more information.
Turbolinux has released advisory TLSA-2005-01-13 along with fixes dealing with this and other issues. Please see the referenced advisory for more information.
Ubuntu Linux has released advisory USN-40-1 along with fixes to address the issue referenced by the CVE candidate CAN-2004-1019 and other issues. Please see the referenced advisory for further information.
OpenPKG has released advisory OpenPKG-SA-2004.053 to address these, and other issues. Please see the referenced advisory for further information.
Mandrake has released advisory MDKSA-2004:151 to address this issue. Please see the attached advisory for details on obtaining and applying fixes.
Gentoo has released updates to address this issue. Updates may be applied by running the following commands as the superuser:
(for PHP)
emerge --sync
emerge --ask --oneshot --verbose ">=dev-php/php-4.3.10"
(for mod_php)
emerge --sync
emerge --ask --oneshot --verbose ">=dev-php/mod_php-4.3.10"
(for php_cgi)
emerge --sync
emerge --ask --oneshot --verbose ">=dev-php/php-cgi-4.3.10"
The vendor has released updated to address these issues:
Trustix Secure Linux has released an advisory (TSLSA-2004-0066) along with fixes dealing with this issue. Please see the referenced advisory for more information.
Red Hat has released Red Hat Enterprise Linux advisory RHSA-2004:687-05 to address various issues in PHP. Please see the advisory in Web references for more information.
Fedora has released advisories FEDORA-2004-567 and FEDORA-2004-568 to address various PHP issues in Fedora Core 2 and Fedora Core 3. Please see the referenced advisories for more information.
Conectiva has released an advisory (CLSA-2005:915) to address issues in PHP. Please see the advisory in Web references for more information.
SGI has released advisory 20050101-01-U to address various issues in SGI Advanced Linux Environment 3. This advisory includes updated SGI ProPack 3 Service Pack 3 packages. Please see the referenced advisory for more information.
S.u.S.E. Linux has made an advisory (SUSE-SA:2005:002) available dealing with this issue. Please see the referenced advisory for more information.
Apple Computers has released advisory APPLE-SA-2005-01-25 along with a security update dealing with this and other issues. Please see the referenced advisory for more information.
Apple Computers has released Mac OS X version 10.3.8 dealing with this issue. This upgrade includes the security patches shipped with the referenced security update.
Fedora has released Fedora Legacy advisory FLSA:2344 to address various issues in Red Hat Linux 7.3, Red Hat Linux 9.0 and Fedora Core 1 for the i386 architecture. Please see the referenced advisory for more information.
Ubuntu Linux has released an advisory USN-99-1 along with fixes dealing with the issues defined by CVE candidates CAN-2004-1018, CAN-2004-1063, and CAN-2004-1064. Please see the referenced advisory for more information.
Ubuntu has released advisory USN-99-2 dealing with issues that arose from the fixes provided with their previous advisory (USN-99-1). Apparently the previous fixes did fix the vulnerabilities, however they broke a substantial amount of PHP functionality. Please see the referenced advisory for more information.
Mandriva has released advisory MDKSA-2005:072 to address these issues. Please see the attached advisory for details on obtaining and applying fixes.
HP has released advisory HPSBMA01212 to address various issue affecting System Management Homepage. Please see the referenced advisory for more information.
HP has released revision 1 of advisory HPSBMA01212 to address various issue affecting System Management Homepage. Please see the referenced advisory for more information.
Revised HP advisory HPSBMA01212 (SSRT5998 Rev.2 HP System Management Homepage(v2.0.x) Denial of Service (DoS) and XSS) including updated resolutions is available. Please see the referenced advisory for more information.
Red Hat has released advisory RHSA-2005:816-10 to address this issue for Red Hat Stronghold for Enterprise Linux. Please see the referenced advisory for further information on obtaining fixes.
Apple Mac OS X 10.2.8
Apple Mac OS X Server 10.2.8
Apple Mac OS X Server 10.3.7
Apple Mac OS X 10.3.7
SGI ProPack 3.0
PHP PHP 4.0 0
PHP PHP 4.0.1
PHP PHP 4.0.1 pl2
PHP PHP 4.0.2
PHP PHP 4.0.3 pl1
PHP PHP 4.0.3
PHP PHP 4.0.5
PHP PHP 4.0.7 RC1
PHP PHP 4.0.7 RC2
PHP PHP 4.0.7
PHP PHP 4.1 .0
PHP PHP 4.2 -dev
PHP PHP 4.2.1
PHP PHP 4.3
PHP PHP 4.3.2
PHP PHP 4.3.3
PHP PHP 4.3.4
PHP PHP 4.3.5
PHP PHP 4.3.6
PHP PHP 4.3.8
PHP PHP 4.3.9
PHP PHP 5.0 .0
PHP PHP 5.0 candidate 1
PHP PHP 5.0.1
PHP PHP 5.0.2
Solution:
Conectiva has released an advisory (CLSA-2005:955) and fixes to address these and other issues. Please see the referenced advisory for further information regarding obtaining and applying appropriate updates.
Turbolinux has released advisory TLSA-2005-50 along with fixes dealing with this and other issues. Please see the referenced advisory for more information.
Conectiva has released advisory CLA-2005:915 along with fixes dealing with these and other issues. Please see the referenced advisory for more information.
Turbolinux has released advisory TLSA-2005-01-13 along with fixes dealing with this and other issues. Please see the referenced advisory for more information.
Ubuntu Linux has released advisory USN-40-1 along with fixes to address the issue referenced by the CVE candidate CAN-2004-1019 and other issues. Please see the referenced advisory for further information.
OpenPKG has released advisory OpenPKG-SA-2004.053 to address these, and other issues. Please see the referenced advisory for further information.
Mandrake has released advisory MDKSA-2004:151 to address this issue. Please see the attached advisory for details on obtaining and applying fixes.
Gentoo has released updates to address this issue. Updates may be applied by running the following commands as the superuser:
(for PHP)
emerge --sync
emerge --ask --oneshot --verbose ">=dev-php/php-4.3.10"
(for mod_php)
emerge --sync
emerge --ask --oneshot --verbose ">=dev-php/mod_php-4.3.10"
(for php_cgi)
emerge --sync
emerge --ask --oneshot --verbose ">=dev-php/php-cgi-4.3.10"
The vendor has released updated to address these issues:
Trustix Secure Linux has released an advisory (TSLSA-2004-0066) along with fixes dealing with this issue. Please see the referenced advisory for more information.
Red Hat has released Red Hat Enterprise Linux advisory RHSA-2004:687-05 to address various issues in PHP. Please see the advisory in Web references for more information.
Fedora has released advisories FEDORA-2004-567 and FEDORA-2004-568 to address various PHP issues in Fedora Core 2 and Fedora Core 3. Please see the referenced advisories for more information.
Conectiva has released an advisory (CLSA-2005:915) to address issues in PHP. Please see the advisory in Web references for more information.
SGI has released advisory 20050101-01-U to address various issues in SGI Advanced Linux Environment 3. This advisory includes updated SGI ProPack 3 Service Pack 3 packages. Please see the referenced advisory for more information.
S.u.S.E. Linux has made an advisory (SUSE-SA:2005:002) available dealing with this issue. Please see the referenced advisory for more information.
Apple Computers has released advisory APPLE-SA-2005-01-25 along with a security update dealing with this and other issues. Please see the referenced advisory for more information.
Apple Computers has released Mac OS X version 10.3.8 dealing with this issue. This upgrade includes the security patches shipped with the referenced security update.
Fedora has released Fedora Legacy advisory FLSA:2344 to address various issues in Red Hat Linux 7.3, Red Hat Linux 9.0 and Fedora Core 1 for the i386 architecture. Please see the referenced advisory for more information.
Ubuntu Linux has released an advisory USN-99-1 along with fixes dealing with the issues defined by CVE candidates CAN-2004-1018, CAN-2004-1063, and CAN-2004-1064. Please see the referenced advisory for more information.
Ubuntu has released advisory USN-99-2 dealing with issues that arose from the fixes provided with their previous advisory (USN-99-1). Apparently the previous fixes did fix the vulnerabilities, however they broke a substantial amount of PHP functionality. Please see the referenced advisory for more information.
Mandriva has released advisory MDKSA-2005:072 to address these issues. Please see the attached advisory for details on obtaining and applying fixes.
HP has released advisory HPSBMA01212 to address various issue affecting System Management Homepage. Please see the referenced advisory for more information.
HP has released revision 1 of advisory HPSBMA01212 to address various issue affecting System Management Homepage. Please see the referenced advisory for more information.
Revised HP advisory HPSBMA01212 (SSRT5998 Rev.2 HP System Management Homepage(v2.0.x) Denial of Service (DoS) and XSS) including updated resolutions is available. Please see the referenced advisory for more information.
Red Hat has released advisory RHSA-2005:816-10 to address this issue for Red Hat Stronghold for Enterprise Linux. Please see the referenced advisory for further information on obtaining fixes.
Apple Mac OS X 10.2.8
-
Apple Security Update 2005-001 (Mac OS X 10.2.8 Client) 1.0
http://www.apple.com/support/downloads/securityupdate2005001macosx1028 client.html
Apple Mac OS X Server 10.2.8
-
Apple Security Update 2005-001 (Mac OS X 10.2.8 Server) 1.0
http://www.apple.com/support/downloads/securityupdate2005001macosx1028 server.html
Apple Mac OS X Server 10.3.7
-
Apple Security Update 2005-001 (Mac OS X 10.3.7 Server) 1.0
http://www.apple.com/support/downloads/securityupdate2005001macosx1037 server.html -
Apple Mac OS X 10.3.8 upgrade
http://wsidecar.apple.com/cgi-bin/nph-reg3rdpty1.pl/product=05368&plat form=osx&method=sa/MacOSXUpdate10.3.8.dmg
Apple Mac OS X 10.3.7
-
Apple Security Update 2005-001 (Mac OS X 10.3.7 Client) 1.0
http://www.apple.com/support/downloads/securityupdate2005001macosx1037 client.html -
Apple Mac OS X 10.3.8 upgrade
http://wsidecar.apple.com/cgi-bin/nph-reg3rdpty1.pl/product=05368&plat form=osx&method=sa/MacOSXUpdate10.3.8.dmg
SGI ProPack 3.0
-
SGI patch10131.tar.gz
ftp://patches.sgi.com/support/free/security/patches/ProPack/3/patch101 31.tar.gz
PHP PHP 4.0 0
-
PHP PHP 4.3.10
http://www.php.net/downloads.php
PHP PHP 4.0.1
-
PHP PHP 4.3.10
http://www.php.net/downloads.php
PHP PHP 4.0.1 pl2
-
PHP PHP 4.3.10
http://www.php.net/downloads.php
PHP PHP 4.0.2
-
PHP PHP 4.3.10
http://www.php.net/downloads.php
PHP PHP 4.0.3 pl1
-
PHP PHP 4.3.10
http://www.php.net/downloads.php
PHP PHP 4.0.3
-
PHP PHP 4.3.10
http://www.php.net/downloads.php
PHP PHP 4.0.5
-
PHP PHP 4.3.10
http://www.php.net/downloads.php
PHP PHP 4.0.7 RC1
-
PHP PHP 4.3.10
http://www.php.net/downloads.php
PHP PHP 4.0.7 RC2
-
PHP PHP 4.3.10
http://www.php.net/downloads.php
PHP PHP 4.0.7
-
PHP PHP 4.3.10
http://www.php.net/downloads.php
PHP PHP 4.1 .0
-
PHP PHP 4.3.10
http://www.php.net/downloads.php
PHP PHP 4.2 -dev
-
PHP PHP 4.3.10
http://www.php.net/downloads.php
PHP PHP 4.2.1
-
PHP PHP 4.3.10
http://www.php.net/downloads.php
PHP PHP 4.3
-
PHP PHP 4.3.10
http://www.php.net/downloads.php
PHP PHP 4.3.2
-
PHP PHP 4.3.10
http://www.php.net/downloads.php
PHP PHP 4.3.3
-
Mandrake lib64php_common432-4.3.3-2.3.92mdk.amd64.rpm
Mandrake Linux 9.2/AMD64
http://www.mandrakesecure.net/en/ftp.php -
Mandrake libphp_common432-4.3.3-2.3.92mdk.i586.rpm
Mandrake Linux 9.2
http://www.mandrakesecure.net/en/ftp.php -
Mandrake php-cgi-4.3.3-2.3.92mdk.amd64.rpm
Mandrake Linux 9.2/AMD64
http://www.mandrakesecure.net/en/ftp.php -
Mandrake php-cgi-4.3.3-2.3.92mdk.i586.rpm
Mandrake Linux 9.2
http://www.mandrakesecure.net/en/ftp.php -
Mandrake php-cli-4.3.3-2.3.92mdk.amd64.rpm
Mandrake Linux 9.2/AMD64
http://www.mandrakesecure.net/en/ftp.php -
Mandrake php-cli-4.3.3-2.3.92mdk.i586.rpm
Mandrake Linux 9.2
http://www.mandrakesecure.net/en/ftp.php -
Mandrake php432-devel-4.3.3-2.3.92mdk.amd64.rpm
Mandrake Linux 9.2/AMD64
http://www.mandrakesecure.net/en/ftp.php -
Mandrake php432-devel-4.3.3-2.3.92mdk.i586.rpm
Mandrake Linux 9.2
http://www.mandrakesecure.net/en/ftp.php -
PHP PHP 4.3.10
http://www.php.net/downloads.php -
RedHat php-4.3.10-1.1.legacy.i386.rpm
RedHat Fedora Core 1
http://download.fedoralegacy.org/fedora/1/updates/i386/php-4.3.10-1.1. legacy.i386.rpm -
RedHat php-devel-4.3.10-1.1.legacy.i386.rpm
RedHat Fedora Core 1
http://download.fedoralegacy.org/fedora/1/updates/i386/php-devel-4.3.1 0-1.1.legacy.i386.rpm -
RedHat php-domxml-4.3.10-1.1.legacy.i386.rpm
RedHat Fedora Core 1
http://download.fedoralegacy.org/fedora/1/updates/i386/php-domxml-4.3. 10-1.1.legacy.i386.rpm -
RedHat php-imap-4.3.10-1.1.legacy.i386.rpm
RedHat Fedora Core 1
http://download.fedoralegacy.org/fedora/1/updates/i386/php-imap-4.3.10 -1.1.legacy.i386.rpm -
RedHat php-ldap-4.3.10-1.1.legacy.i386.rpm
RedHat Fedora Core 1
http://download.fedoralegacy.org/fedora/1/updates/i386/php-ldap-4.3.10 -1.1.legacy.i386.rpm -
RedHat php-mbstring-4.3.10-1.1.legacy.i386.rpm
RedHat Fedora Core 1
http://download.fedoralegacy.org/fedora/1/updates/i386/php-mbstring-4. 3.10-1.1.legacy.i386.rpm -
RedHat php-mysql-4.3.10-1.1.legacy.i386.rpm
RedHat Fedora Core 1
http://download.fedoralegacy.org/fedora/1/updates/i386/php-mysql-4.3.1 0-1.1.legacy.i386.rpm -
RedHat php-odbc-4.3.10-1.1.legacy.i386.rpm
RedHat Fedora Core 1
http://download.fedoralegacy.org/fedora/1/updates/i386/php-odbc-4.3.10 -1.1.legacy.i386.rpm -
RedHat php-pgsql-4.3.10-1.1.legacy.i386.rpm
RedHat Fedora Core 1
http://download.fedoralegacy.org/fedora/1/updates/i386/php-pgsql-4.3.1 0-1.1.legacy.i386.rpm -
RedHat php-snmp-4.3.10-1.1.legacy.i386.rpm
RedHat Fedora Core 1
http://download.fedoralegacy.org/fedora/1/updates/i386/php-snmp-4.3.10 -1.1.legacy.i386.rpm -
RedHat php-xmlrpc-4.3.10-1.1.legacy.i386.rpm
RedHat Fedora Core 1
http://download.fedoralegacy.org/fedora/1/updates/i386/php-xmlrpc-4.3. 10-1.1.legacy.i386.rpm -
SuSE apache2-mod_php4-4.3.3-183.i586.rpm
ftp://ftp.suse.com/pub/suse/i386/update/9.0/rpm/i586/apache2-mod_php4- 4.3.3-183.i586.rpm -
SuSE apache2-mod_php4-4.3.3-183.x86_64.rpm
ftp://ftp.suse.com/pub/suse/x86_64/update/9.0/rpm/x86_64/apache2-mod_p hp4-4.3.3-183.x86_64.rpm -
SuSE mod_php4-4.3.3-183.i586.rpm
ftp://ftp.suse.com/pub/suse/i386/update/9.0/rpm/i586/mod_php4-4.3.3-18 3.i586.rpm -
SuSE mod_php4-4.3.3-183.x86_64.rpm
ftp://ftp.suse.com/pub/suse/x86_64/update/9.0/rpm/x86_64/mod_php4-4.3. 3-183.x86_64.rpm -
SuSE mod_php4-core-4.3.3-183.i586.rpm
ftp://ftp.suse.com/pub/suse/i386/update/9.0/rpm/i586/mod_php4-core-4.3 .3-183.i586.rpm -
SuSE mod_php4-core-4.3.3-183.x86_64.rpm
ftp://ftp.suse.com/pub/suse/x86_64/update/9.0/rpm/x86_64/mod_php4-core -4.3.3-183.x86_64.rpm -
TurboLinux php4-4.3.3-7.i586.rpm
ftp://ftp.turbolinux.co.jp/pub/TurboLinux/TurboLinux/ia32/Desktop/10/u pdates/RPMS/php4-4.3.3-7.i586.rpm -
TurboLinux php4-gd-4.3.3-7.i586.rpm
ftp://ftp.turbolinux.co.jp/pub/TurboLinux/TurboLinux/ia32/Desktop/10/u pdates/RPMS/php4-gd-4.3.3-7.i586.rpm -
TurboLinux php4-imap-4.3.3-7.i586.rpm
ftp://ftp.turbolinux.co.jp/pub/TurboLinux/TurboLinux/ia32/Desktop/10/u pdates/RPMS/php4-imap-4.3.3-7.i586.rpm -
TurboLinux php4-ldap-4.3.3-7.i586.rpm
ftp://ftp.turbolinux.co.jp/pub/TurboLinux/TurboLinux/ia32/Desktop/10/u pdates/RPMS/php4-ldap-4.3.3-7.i586.rpm -
TurboLinux php4-manual-4.3.3-7.i586.rpm
ftp://ftp.turbolinux.co.jp/pub/TurboLinux/TurboLinux/ia32/Desktop/10/u pdates/RPMS/php4-manual-4.3.3-7.i586.rpm -
TurboLinux php4-ming-4.3.3-7.i586.rpm
ftp://ftp.turbolinux.co.jp/pub/TurboLinux/TurboLinux/ia32/Desktop/10/u pdates/RPMS/php4-ming-4.3.3-7.i586.rpm -
TurboLinux php4-mysql-4.3.3-7.i586.rpm
ftp://ftp.turbolinux.co.jp/pub/TurboLinux/TurboLinux/ia32/Desktop/10/u pdates/RPMS/php4-mysql-4.3.3-7.i586.rpm -
TurboLinux php4-pgsql-4.3.3-7.i586.rpm
ftp://ftp.turbolinux.co.jp/pub/TurboLinux/TurboLinux/ia32/Desktop/10/u pdates/RPMS/php4-pgsql-4.3.3-7.i586.rpm
PHP PHP 4.3.4
-
Fedora php-4.3.8-2.1.i386.rpm
RedHat Fedora Core 2
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/2/ -
Fedora php-4.3.8-2.1.x86_64.rpm
RedHat Fedora Core 2
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/2/ -
Fedora php-debuginfo-4.3.8-2.1.i386.rpm
RedHat Fedora Core 2
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/2/ -
Fedora php-debuginfo-4.3.8-2.1.x86_64.rpm
RedHat Fedora Core 2
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/2/ -
Fedora php-devel-4.3.8-2.1.i386.rpm
RedHat Fedora Core 2
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/2/ -
Fedora php-devel-4.3.8-2.1.x86_64.rpm
RedHat Fedora Core 2
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/2/ -
Fedora php-domxml-4.3.8-2.1.i386.rpm
RedHat Fedora Core 2
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/2/ -
Fedora php-domxml-4.3.8-2.1.x86_64.rpm
RedHat Fedora Core 2
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/2/ -
Fedora php-imap-4.3.8-2.1.i386.rpm
RedHat Fedora Core 2
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/2/ -
Fedora php-imap-4.3.8-2.1.x86_64.rpm
RedHat Fedora Core 2
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/2/ -
Fedora php-ldap-4.3.8-2.1.i386.rpm
RedHat Fedora Core 2
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/2/ -
Fedora php-ldap-4.3.8-2.1.x86_64.rpm
RedHat Fedora Core 2
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/2/ -
Fedora php-mbstring-4.3.8-2.1.i386.rpm
RedHat Fedora Core 2
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/2/ -
Fedora php-mbstring-4.3.8-2.1.x86_64.rpm
RedHat Fedora Core 2
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/2/ -
Fedora php-mysql-4.3.8-2.1.i386.rpm
RedHat Fedora Core 2
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/2/ -
Fedora php-mysql-4.3.8-2.1.x86_64.rpm
RedHat Fedora Core 2
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/2/ -
Fedora php-odbc-4.3.8-2.1.i386.rpm
RedHat Fedora Core 2
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/2/ -
Fedora php-odbc-4.3.8-2.1.x86_64.rpm
RedHat Fedora Core 2
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/2/ -
Fedora php-pear-4.3.8-2.1.i386.rpm
RedHat Fedora Core 2
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/2/ -
Fedora php-pear-4.3.8-2.1.x86_64.rpm
RedHat Fedora Core 2
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/2/ -
Fedora php-pgsql-4.3.8-2.1.i386.rpm
RedHat Fedora Core 2
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/2/ -
Fedora php-pgsql-4.3.8-2.1.x86_64.rpm
RedHat Fedora Core 2
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/2/ -
Fedora php-snmp-4.3.8-2.1.i386.rpm
RedHat Fedora Core 2
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/2/ -
Fedora php-snmp-4.3.8-2.1.x86_64.rpm
RedHat Fedora Core 2
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/2/ -
Fedora php-xmlrpc-4.3.8-2.1.i386.rpm
RedHat Fedora Core 2
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/2/ -
Fedora php-xmlrpc-4.3.8-2.1.x86_64.rpm
RedHat Fedora Core 2
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/2/ -
Mandrake lib64php_common432-4.3.4-4.3.100mdk.amd64.rpm
Mandrake Linux 10.0/AMD64
http://www.mandrakesecure.net/en/ftp.php -
Mandrake libphp_common432-4.3.4-4.3.100mdk.i586.rpm
Mandrake Linux 10.0
http://www.mandrakesecure.net/en/ftp.php -
Mandrake php-cgi-4.3.4-4.3.100mdk.amd64.rpm
Mandrake Linux 10.0/AMD64
http://www.mandrakesecure.net/en/ftp.php -
Mandrake php-cgi-4.3.4-4.3.100mdk.i586.rpm
Mandrake Linux 10.0
http://www.mandrakesecure.net/en/ftp.php -
Mandrake php-cli-4.3.4-4.3.100mdk.amd64.rpm
Mandrake Linux 10.0/AMD64
http://www.mandrakesecure.net/en/ftp.php -
Mandrake php-cli-4.3.4-4.3.100mdk.i586.rpm
Mandrake Linux 10.0
http://www.mandrakesecure.net/en/ftp.php -
Mandrake php432-devel-4.3.4-4.3.100mdk.amd64.rpm
Mandrake Linux 10.0/AMD64
http://www.mandrakesecure.net/en/ftp.php -
Mandrake php432-devel-4.3.4-4.3.100mdk.i586.rpm
Mandrake Linux 10.0
http://www.mandrakesecure.net/en/ftp.php -
Mandriva lib64php_common432-4.3.4-4.5.100mdk.amd64.rpm
Mandrake Linux 10.0/AMD64
http://www1.mandrivalinux.com/en/ftp.php3 -
Mandriva libphp_common432-4.3.4-4.5.100mdk.i586.rpm
Mandrake Linux 10.0
http://www1.mandrivalinux.com/en/ftp.php3 -
Mandriva libphp_common432-4.3.4-4.5.C30mdk.i586.rpm
Mandrake Corporate Server 3.0
http://www1.mandrivalinux.com/en/ftp.php3 -
Mandriva libphp_common432-4.3.4-4.5.C30mdk.i586.rpm
Mandrake Corporate Server 3.0/x86_64
http://www1.mandrivalinux.com/en/ftp.php3 -
Mandriva php-cgi-4.3.4-4.5.100mdk.amd64.rpm
Mandrake Linux 10.0/AMD64
http://www1.mandrivalinux.com/en/ftp.php3 -
Mandriva php-cgi-4.3.4-4.5.100mdk.i586.rpm
Mandrake Linux 10.0
http://www1.mandrivalinux.com/en/ftp.php3 -
Mandriva php-cgi-4.3.4-4.5.C30mdk.i586.rpm
Mandrake Corporate Server 3.0
http://www1.mandrivalinux.com/en/ftp.php3 -
Mandriva php-cgi-4.3.4-4.5.C30mdk.i586.rpm
Mandrake Corporate Server 3.0/x86_64
http://www1.mandrivalinux.com/en/ftp.php3 -
Mandriva php-cli-4.3.4-4.5.100mdk.amd64.rpm
Mandrake Linux 10.0/AMD64
http://www1.mandrivalinux.com/en/ftp.php3 -
Mandriva php-cli-4.3.4-4.5.100mdk.i586.rpm
Mandrake Linux 10.0
http://www1.mandrivalinux.com/en/ftp.php3 -
Mandriva php-cli-4.3.4-4.5.C30mdk.i586.rpm
Mandrake Corporate Server 3.0
http://www1.mandrivalinux.com/en/ftp.php3 -
Mandriva php-cli-4.3.4-4.5.C30mdk.i586.rpm
Mandrake Corporate Server 3.0/x86_64
http://www1.mandrivalinux.com/en/ftp.php3 -
Mandriva php432-devel-4.3.4-4.5.100mdk.amd64.rpm
Mandrake Linux 10.0/AMD64
http://www1.mandrivalinux.com/en/ftp.php3 -
Mandriva php432-devel-4.3.4-4.5.100mdk.i586.rpm
Mandrake Linux 10.0
http://www1.mandrivalinux.com/en/ftp.php3 -
Mandriva php432-devel-4.3.4-4.5.C30mdk.i586.rpm
Mandrake Corporate Server 3.0
http://www1.mandrivalinux.com/en/ftp.php3 -
Mandriva php432-devel-4.3.4-4.5.C30mdk.i586.rpm
Mandrake Corporate Server 3.0/x86_64
http://www1.mandrivalinux.com/en/ftp.php3 -
PHP PHP 4.3.10
http://www.php.net/downloads.php -
SuSE apache2-mod_php4-4.3.4-43.22.i586.rpm
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/i586/apache2-mod_php4- 4.3.4-43.22.i586.rpm -
SuSE apache2-mod_php4-4.3.4-43.22.x86_64.rpm
ftp://ftp.suse.com/pub/suse/x86_64/update/9.1/rpm/x86_64/apache2-mod_p hp4-4.3.4-43.22.x86_64.rpm -
SuSE mod_php4-core-4.3.4-43.22.i586.rpm
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/i586/mod_php4-core-4.3 .4-43.22.i586.rpm -
SuSE mod_php4-core-4.3.4-43.22.x86_64.rpm
ftp://ftp.suse.com/pub/suse/x86_64/update/9.1/rpm/x86_64/mod_php4-core -4.3.4-43.22.x86_64.rpm -
SuSE php4-4.3.4-43.22.i586.rpm
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/i586/php4-4.3.4-43.22. i586.rpm -
SuSE php4-4.3.4-43.22.x86_64.rpm
ftp://ftp.suse.com/pub/suse/x86_64/update/9.1/rpm/x86_64/php4-4.3.4-43 .22.x86_64.rpm -
Trustix mod_php4-4.3.10-0.1tr.i586.rpm
Trustix Secure Linux 2.0
ftp://ftp.trustix.org/pub/trustix/updates/ -
Trustix mod_php4-cli-4.3.10-0.1tr.i586.rpm
Trustix Secure Linux 2.0
ftp://ftp.trustix.org/pub/trustix/updates/ -
Trustix mod_php4-devel-4.3.10-0.1tr.i586.rpm
Trustix Secure Linux 2.0
ftp://ftp.trustix.org/pub/trustix/updates/ -
Trustix mod_php4-domxml-4.3.10-0.1tr.i586.rpm
Trustix Secure Linux 2.0
ftp://ftp.trustix.org/pub/trustix/updates/ -
Trustix mod_php4-exif-4.3.10-0.1tr.i586.rpm
Trustix Secure Linux 2.0
ftp://ftp.trustix.org/pub/trustix/updates/ -
Trustix mod_php4-gd-4.3.10-0.1tr.i586.rpm
Trustix Secure Linux 2.0
ftp://ftp.trustix.org/pub/trustix/updates/ -
Trustix mod_php4-imap-4.3.10-0.1tr.i586.rpm
Trustix Secure Linux 2.0
ftp://ftp.trustix.org/pub/trustix/updates/ -
Trustix mod_php4-ldap-4.3.10-0.1tr.i586.rpm
Trustix Secure Linux 2.0
ftp://ftp.trustix.org/pub/trustix/updates/ -
Trustix mod_php4-mysql-4.3.10-0.1tr.i586.rpm
Trustix Secure Linux 2.0
ftp://ftp.trustix.org/pub/trustix/updates/ -
Trustix mod_php4-pgsql-4.3.10-0.1tr.i586.rpm
Trustix Secure Linux 2.0
ftp://ftp.trustix.org/pub/trustix/updates/ -
Trustix mod_php4-test-4.3.10-0.1tr.i586.rpm
Trustix Secure Linux 2.0
ftp://ftp.trustix.org/pub/trustix/updates/
PHP PHP 4.3.5
-
PHP PHP 4.3.10
http://www.php.net/downloads.php
PHP PHP 4.3.6
-
PHP PHP 4.3.10
http://www.php.net/downloads.php
PHP PHP 4.3.8
-
Mandrake lib64php_common432-4.3.8-3.2.101mdk.x86_64.rpm
Mandrake Linux 10.1/X86_64
http://www.mandrakesecure.net/en/ftp.php -
Mandrake libphp_common432-4.3.8-3.2.101mdk.i586.rpm
Mandrake Linux 10.1
http://www.mandrakesecure.net/en/ftp.php -
Mandrake php-cgi-4.3.8-3.2.101mdk.i586.rpm
Mandrake Linux 10.1
http://www.mandrakesecure.net/en/ftp.php -
Mandrake php-cgi-4.3.8-3.2.101mdk.x86_64.rpm
Mandrake Linux 10.1/X86_64
http://www.mandrakesecure.net/en/ftp.php -
Mandrake php-cli-4.3.8-3.2.101mdk.i586.rpm
Mandrake Linux 10.1
http://www.mandrakesecure.net/en/ftp.php -
Mandrake php-cli-4.3.8-3.2.101mdk.x86_64.rpm
Mandrake Linux 10.1/X86_64
http://www.mandrakesecure.net/en/ftp.php -
Mandrake php432-devel-4.3.8-3.2.101mdk.i586.rpm
Mandrake Linux 10.1
http://www.mandrakesecure.net/en/ftp.php -
Mandrake php432-devel-4.3.8-3.2.101mdk.x86_64.rpm
Mandrake Linux 10.1/X86_64
http://www.mandrakesecure.net/en/ftp.php -
Mandriva lib64php_common432-4.3.8-3.3.101mdk.x86_64.rpm
Mandrake Linux 10.1/x86_64
http://www1.mandrivalinux.com/en/ftp.php3 -
Mandriva libphp_common432-4.3.8-3.3.101mdk.i586.rpm
Mandrake Linux 10.1
http://www1.mandrivalinux.com/en/ftp.php3 -
Mandriva php-cgi-4.3.8-3.3.101mdk.i586.rpm
Mandrake Linux 10.1
http://www1.mandrivalinux.com/en/ftp.php3 -
Mandriva php-cgi-4.3.8-3.3.101mdk.x86_64.rpm
Mandrake Linux 10.1/x86_64
http://www1.mandrivalinux.com/en/ftp.php3 -
Mandriva php-cli-4.3.8-3.3.101mdk.i586.rpm
Mandrake Linux 10.1
http://www1.mandrivalinux.com/en/ftp.php3 -
Mandriva php-cli-4.3.8-3.3.101mdk.x86_64.rpm
Mandrake Linux 10.1/x86_64
http://www1.mandrivalinux.com/en/ftp.php3 -
OpenPKG php-4.3.8-2.1.4.src.rpm
ftp://ftp.openpkg.org/release/2.1/UPD/php-4.3.8-2.1.4.src.rpm -
PHP PHP 4.3.10
http://www.php.net/downloads.php -
SuSE apache2-mod_php4-4.3.8-8.3.i586.rpm
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/i586/apache2-mod_php4- 4.3.8-8.3.i586.rpm -
SuSE apache2-mod_php4-4.3.8-8.3.x86_64.rpm
ftp://ftp.suse.com/pub/suse/x86_64/update/9.2/rpm/x86_64/apache2-mod_p hp4-4.3.8-8.3.x86_64.rpm -
SuSE php4-4.3.8-8.3.i586.rpm
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/i586/php4-4.3.8-8.3.i5 86.rpm -
SuSE php4-4.3.8-8.3.x86_64.rpm
ftp://ftp.suse.com/pub/suse/x86_64/update/9.2/rpm/x86_64/php4-4.3.8-8. 3.x86_64.rpm -
TurboLinux php4-4.3.8-11.i586.rpm
ftp://ftp.turbolinux.co.jp/pub/TurboLinux/TurboLinux/ia32/Server/10/up dates/RPMS/php4-4.3.8-11.i586.rpm -
TurboLinux php4-debug-4.3.8-11.i586.rpm
ftp://ftp.turbolinux.co.jp/pub/TurboLinux/TurboLinux/ia32/Server/10/up dates/RPMS/php4-debug-4.3.8-11.i586.rpm -
TurboLinux php4-gd-4.3.8-11.i586.rpm
ftp://ftp.turbolinux.co.jp/pub/TurboLinux/TurboLinux/ia32/Server/10/up dates/RPMS/php4-gd-4.3.8-11.i586.rpm -
TurboLinux php4-imap-4.3.8-11.i586.rpm
ftp://ftp.turbolinux.co.jp/pub/TurboLinux/TurboLinux/ia32/Server/10/up dates/RPMS/php4-imap-4.3.8-11.i586.rpm -
TurboLinux php4-ldap-4.3.8-11.i586.rpm
ftp://ftp.turbolinux.co.jp/pub/TurboLinux/TurboLinux/ia32/Server/10/up dates/RPMS/php4-ldap-4.3.8-11.i586.rpm -
TurboLinux php4-manual-4.3.8-11.i586.rpm
ftp://ftp.turbolinux.co.jp/pub/TurboLinux/TurboLinux/ia32/Server/10/up dates/RPMS/php4-manual-4.3.8-11.i586.rpm -
TurboLinux php4-ming-4.3.8-11.i586.rpm
ftp://ftp.turbolinux.co.jp/pub/TurboLinux/TurboLinux/ia32/Server/10/up dates/RPMS/php4-ming-4.3.8-11.i586.rpm -
TurboLinux php4-mysql-4.3.8-11.i586.rpm
ftp://ftp.turbolinux.co.jp/pub/TurboLinux/TurboLinux/ia32/Server/10/up dates/RPMS/php4-mysql-4.3.8-11.i586.rpm -
TurboLinux php4-pgsql-4.3.8-11.i586.rpm
ftp://ftp.turbolinux.co.jp/pub/TurboLinux/TurboLinux/ia32/Server/10/up dates/RPMS/php4-pgsql-4.3.8-11.i586.rpm -
Ubuntu libapache2-mod-php4_4.3.8-3ubuntu7.1_amd64.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/main/p/php4/libapache2-mod-php4 _4.3.8-3ubuntu7.1_amd64.deb -
Ubuntu libapache2-mod-php4_4.3.8-3ubuntu7.1_i386.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/main/p/php4/libapache2-mod-php4 _4.3.8-3ubuntu7.1_i386.deb -
Ubuntu libapache2-mod-php4_4.3.8-3ubuntu7.1_powerpc.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/main/p/php4/libapache2-mod-php4 _4.3.8-3ubuntu7.1_powerpc.deb -
Ubuntu libapache2-mod-php4_4.3.8-3ubuntu7.5_amd64.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/main/p/php4/libapache2-mod-php4 _4.3.8-3ubuntu7.5_amd64.deb -
Ubuntu libapache2-mod-php4_4.3.8-3ubuntu7.5_i386.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/main/p/php4/libapache2-mod-php4 _4.3.8-3ubuntu7.5_i386.deb -
Ubuntu libapache2-mod-php4_4.3.8-3ubuntu7.5_powerpc.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/main/p/php4/libapache2-mod-php4 _4.3.8-3ubuntu7.5_powerpc.deb -
Ubuntu libapache2-mod-php4_4.3.8-3ubuntu7.6_amd64.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/main/p/php4/libapache2-mod-php4 _4.3.8-3ubuntu7.6_amd64.deb -
Ubuntu libapache2-mod-php4_4.3.8-3ubuntu7.6_i386.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/main/p/php4/libapache2-mod-php4 _4.3.8-3ubuntu7.6_i386.deb -
Ubuntu libapache2-mod-php4_4.3.8-3ubuntu7.6_powerpc.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/main/p/php4/libapache2-mod-php4 _4.3.8-3ubuntu7.6_powerpc.deb -
Ubuntu php4-cgi_4.3.8-3ubuntu7.1_amd64.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/main/p/php4/php4-cgi_4.3.8-3ubu ntu7.1_amd64.deb -
Ubuntu php4-cgi_4.3.8-3ubuntu7.1_i386.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/main/p/php4/php4-cgi_4.3.8-3ubu ntu7.1_i386.deb -
Ubuntu php4-cgi_4.3.8-3ubuntu7.1_powerpc.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/main/p/php4/php4-cgi_4.3.8-3ubu ntu7.1_powerpc.deb -
Ubuntu php4-cgi_4.3.8-3ubuntu7.5_amd64.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/main/p/php4/php4-cgi_4.3.8-3ubu ntu7.5_amd64.deb -
Ubuntu php4-cgi_4.3.8-3ubuntu7.5_i386.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/main/p/php4/php4-cgi_4.3.8-3ubu ntu7.5_i386.deb -
Ubuntu php4-cgi_4.3.8-3ubuntu7.5_powerpc.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/main/p/php4/php4-cgi_4.3.8-3ubu ntu7.5_powerpc.deb -
Ubuntu php4-cgi_4.3.8-3ubuntu7.6_amd64.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/main/p/php4/php4-cgi_4.3.8-3ubu ntu7.6_amd64.deb -
Ubuntu php4-cgi_4.3.8-3ubuntu7.6_i386.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/main/p/php4/php4-cgi_4.3.8-3ubu ntu7.6_i386.deb -
Ubuntu php4-cgi_4.3.8-3ubuntu7.6_powerpc.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/main/p/php4/php4-cgi_4.3.8-3ubu ntu7.6_powerpc.deb -
Ubuntu php4-curl_4.3.8-3ubuntu7.1_amd64.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-curl_4.3.8 -3ubuntu7.1_amd64.deb -
Ubuntu php4-curl_4.3.8-3ubuntu7.1_i386.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-curl_4.3.8 -3ubuntu7.1_i386.deb -
Ubuntu php4-curl_4.3.8-3ubuntu7.1_powerpc.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-curl_4.3.8 -3ubuntu7.1_powerpc.deb -
Ubuntu php4-curl_4.3.8-3ubuntu7.5_amd64.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-curl_4.3.8 -3ubuntu7.5_amd64.deb -
Ubuntu php4-curl_4.3.8-3ubuntu7.5_i386.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-curl_4.3.8 -3ubuntu7.5_i386.deb -
Ubuntu php4-curl_4.3.8-3ubuntu7.5_powerpc.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-curl_4.3.8 -3ubuntu7.5_powerpc.deb -
Ubuntu php4-curl_4.3.8-3ubuntu7.6_amd64.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-curl_4.3.8 -3ubuntu7.6_amd64.deb -
Ubuntu php4-curl_4.3.8-3ubuntu7.6_i386.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-curl_4.3.8 -3ubuntu7.6_i386.deb -
Ubuntu php4-curl_4.3.8-3ubuntu7.6_powerpc.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-curl_4.3.8 -3ubuntu7.6_powerpc.deb -
Ubuntu php4-dev_4.3.8-3ubuntu7.1_all.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/main/p/php4/php4-dev_4.3.8-3ubu ntu7.1_all.deb -
Ubuntu php4-dev_4.3.8-3ubuntu7.5_all.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/main/p/php4/php4-dev_4.3.8-3ubu ntu7.5_all.deb -
Ubuntu php4-dev_4.3.8-3ubuntu7.6_all.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/main/p/php4/php4-dev_4.3.8-3ubu ntu7.6_all.deb -
Ubuntu php4-domxml_4.3.8-3ubuntu7.1_amd64.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-domxml_4.3 .8-3ubuntu7.1_amd64.deb -
Ubuntu php4-domxml_4.3.8-3ubuntu7.1_i386.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-domxml_4.3 .8-3ubuntu7.1_i386.deb -
Ubuntu php4-domxml_4.3.8-3ubuntu7.1_powerpc.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-domxml_4.3 .8-3ubuntu7.1_powerpc.deb -
Ubuntu php4-domxml_4.3.8-3ubuntu7.5_amd64.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-domxml_4.3 .8-3ubuntu7.5_amd64.deb -
Ubuntu php4-domxml_4.3.8-3ubuntu7.5_i386.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-domxml_4.3 .8-3ubuntu7.5_i386.deb -
Ubuntu php4-domxml_4.3.8-3ubuntu7.5_powerpc.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-domxml_4.3 .8-3ubuntu7.5_powerpc.deb -
Ubuntu php4-domxml_4.3.8-3ubuntu7.6_amd64.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-domxml_4.3 .8-3ubuntu7.6_amd64.deb -
Ubuntu php4-domxml_4.3.8-3ubuntu7.6_i386.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-domxml_4.3 .8-3ubuntu7.6_i386.deb -
Ubuntu php4-domxml_4.3.8-3ubuntu7.6_powerpc.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-domxml_4.3 .8-3ubuntu7.6_powerpc.deb -
Ubuntu php4-gd_4.3.8-3ubuntu7.1_amd64.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-gd_4.3.8-3 ubuntu7.1_amd64.deb -
Ubuntu php4-gd_4.3.8-3ubuntu7.1_i386.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-gd_4.3.8-3 ubuntu7.1_i386.deb -
Ubuntu php4-gd_4.3.8-3ubuntu7.1_powerpc.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-gd_4.3.8-3 ubuntu7.1_powerpc.deb -
Ubuntu php4-gd_4.3.8-3ubuntu7.5_amd64.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-gd_4.3.8-3 ubuntu7.5_amd64.deb -
Ubuntu php4-gd_4.3.8-3ubuntu7.5_i386.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-gd_4.3.8-3 ubuntu7.5_i386.deb -
Ubuntu php4-gd_4.3.8-3ubuntu7.5_powerpc.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-gd_4.3.8-3 ubuntu7.5_powerpc.deb -
Ubuntu php4-gd_4.3.8-3ubuntu7.6_amd64.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-gd_4.3.8-3 ubuntu7.6_amd64.deb -
Ubuntu php4-gd_4.3.8-3ubuntu7.6_i386.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-gd_4.3.8-3 ubuntu7.6_i386.deb -
Ubuntu php4-gd_4.3.8-3ubuntu7.6_powerpc.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-gd_4.3.8-3 ubuntu7.6_powerpc.deb -
Ubuntu php4-ldap_4.3.8-3ubuntu7.1_amd64.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-ldap_4.3.8 -3ubuntu7.1_amd64.deb -
Ubuntu php4-ldap_4.3.8-3ubuntu7.1_i386.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-ldap_4.3.8 -3ubuntu7.1_i386.deb -
Ubuntu php4-ldap_4.3.8-3ubuntu7.1_powerpc.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-ldap_4.3.8 -3ubuntu7.1_powerpc.deb -
Ubuntu php4-ldap_4.3.8-3ubuntu7.5_amd64.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-ldap_4.3.8 -3ubuntu7.5_amd64.deb -
Ubuntu php4-ldap_4.3.8-3ubuntu7.5_i386.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-ldap_4.3.8 -3ubuntu7.5_i386.deb -
Ubuntu php4-ldap_4.3.8-3ubuntu7.5_powerpc.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-ldap_4.3.8 -3ubuntu7.5_powerpc.deb -
Ubuntu php4-ldap_4.3.8-3ubuntu7.6_amd64.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-ldap_4.3.8 -3ubuntu7.6_amd64.deb -
Ubuntu php4-ldap_4.3.8-3ubuntu7.6_i386.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-ldap_4.3.8 -3ubuntu7.6_i386.deb -
Ubuntu php4-ldap_4.3.8-3ubuntu7.6_powerpc.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-ldap_4.3.8 -3ubuntu7.6_powerpc.deb -
Ubuntu php4-mcal_4.3.8-3ubuntu7.1_amd64.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-mcal_4.3.8 -3ubuntu7.1_amd64.deb -
Ubuntu php4-mcal_4.3.8-3ubuntu7.1_i386.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-mcal_4.3.8 -3ubuntu7.1_i386.deb -
Ubuntu php4-mcal_4.3.8-3ubuntu7.1_powerpc.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-mcal_4.3.8 -3ubuntu7.1_powerpc.deb -
Ubuntu php4-mcal_4.3.8-3ubuntu7.5_amd64.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-mcal_4.3.8 -3ubuntu7.5_amd64.deb -
Ubuntu php4-mcal_4.3.8-3ubuntu7.5_i386.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-mcal_4.3.8 -3ubuntu7.5_i386.deb -
Ubuntu php4-mcal_4.3.8-3ubuntu7.5_powerpc.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-mcal_4.3.8 -3ubuntu7.5_powerpc.deb -
Ubuntu php4-mcal_4.3.8-3ubuntu7.6_amd64.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-mcal_4.3.8 -3ubuntu7.6_amd64.deb -
Ubuntu php4-mcal_4.3.8-3ubuntu7.6_i386.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-mcal_4.3.8 -3ubuntu7.6_i386.deb -
Ubuntu php4-mcal_4.3.8-3ubuntu7.6_powerpc.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-mcal_4.3.8 -3ubuntu7.6_powerpc.deb -
Ubuntu php4-mhash_4.3.8-3ubuntu7.1_amd64.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-mhash_4.3. 8-3ubuntu7.1_amd64.deb -
Ubuntu php4-mhash_4.3.8-3ubuntu7.1_i386.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-mhash_4.3. 8-3ubuntu7.1_i386.deb -
Ubuntu php4-mhash_4.3.8-3ubuntu7.1_powerpc.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-mhash_4.3. 8-3ubuntu7.1_powerpc.deb -
Ubuntu php4-mhash_4.3.8-3ubuntu7.5_amd64.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-mhash_4.3. 8-3ubuntu7.5_amd64.deb -
Ubuntu php4-mhash_4.3.8-3ubuntu7.5_i386.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-mhash_4.3. 8-3ubuntu7.5_i386.deb -
Ubuntu php4-mhash_4.3.8-3ubuntu7.5_powerpc.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-mhash_4.3. 8-3ubuntu7.5_powerpc.deb -
Ubuntu php4-mhash_4.3.8-3ubuntu7.6_amd64.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-mhash_4.3. 8-3ubuntu7.6_amd64.deb -
Ubuntu php4-mhash_4.3.8-3ubuntu7.6_i386.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-mhash_4.3. 8-3ubuntu7.6_i386.deb -
Ubuntu php4-mhash_4.3.8-3ubuntu7.6_powerpc.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-mhash_4.3. 8-3ubuntu7.6_powerpc.deb -
Ubuntu php4-mysql_4.3.8-3ubuntu7.1_amd64.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-mysql_4.3. 8-3ubuntu7.1_amd64.deb -
Ubuntu php4-mysql_4.3.8-3ubuntu7.1_i386.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-mysql_4.3. 8-3ubuntu7.1_i386.deb -
Ubuntu php4-mysql_4.3.8-3ubuntu7.1_powerpc.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-mysql_4.3. 8-3ubuntu7.1_powerpc.deb -
Ubuntu php4-mysql_4.3.8-3ubuntu7.5_amd64.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-mysql_4.3. 8-3ubuntu7.5_amd64.deb -
Ubuntu php4-mysql_4.3.8-3ubuntu7.5_i386.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-mysql_4.3. 8-3ubuntu7.5_i386.deb -
Ubuntu php4-mysql_4.3.8-3ubuntu7.5_powerpc.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-mysql_4.3. 8-3ubuntu7.5_powerpc.deb -
Ubuntu php4-mysql_4.3.8-3ubuntu7.6_amd64.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-mysql_4.3. 8-3ubuntu7.6_amd64.deb -
Ubuntu php4-mysql_4.3.8-3ubuntu7.6_i386.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-mysql_4.3. 8-3ubuntu7.6_i386.deb -
Ubuntu php4-mysql_4.3.8-3ubuntu7.6_powerpc.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-mysql_4.3. 8-3ubuntu7.6_powerpc.deb -
Ubuntu php4-odbc_4.3.8-3ubuntu7.1_amd64.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-odbc_4.3.8 -3ubuntu7.1_amd64.deb -
Ubuntu php4-odbc_4.3.8-3ubuntu7.1_i386.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-odbc_4.3.8 -3ubuntu7.1_i386.deb -
Ubuntu php4-odbc_4.3.8-3ubuntu7.1_powerpc.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-odbc_4.3.8 -3ubuntu7.1_powerpc.deb -
Ubuntu php4-odbc_4.3.8-3ubuntu7.5_amd64.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-odbc_4.3.8 -3ubuntu7.5_amd64.deb -
Ubuntu php4-odbc_4.3.8-3ubuntu7.5_i386.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-odbc_4.3.8 -3ubuntu7.5_i386.deb -
Ubuntu php4-odbc_4.3.8-3ubuntu7.5_powerpc.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-odbc_4.3.8 -3ubuntu7.5_powerpc.deb -
Ubuntu php4-odbc_4.3.8-3ubuntu7.6_amd64.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-odbc_4.3.8 -3ubuntu7.6_amd64.deb -
Ubuntu php4-odbc_4.3.8-3ubuntu7.6_i386.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-odbc_4.3.8 -3ubuntu7.6_i386.deb -
Ubuntu php4-odbc_4.3.8-3ubuntu7.6_powerpc.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-odbc_4.3.8 -3ubuntu7.6_powerpc.deb -
Ubuntu php4-pear_4.3.8-3ubuntu7.1_all.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-pear_4.3.8 -3ubuntu7.1_all.deb -
Ubuntu php4-pear_4.3.8-3ubuntu7.5_all.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-pear_4.3.8 -3ubuntu7.5_all.deb -
Ubuntu php4-pear_4.3.8-3ubuntu7.6_all.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-pear_4.3.8 -3ubuntu7.6_all.deb -
Ubuntu php4-recode_4.3.8-3ubuntu7.1_amd64.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-recode_4.3 .8-3ubuntu7.1_amd64.deb -
Ubuntu php4-recode_4.3.8-3ubuntu7.1_i386.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-recode_4.3 .8-3ubuntu7.1_i386.deb -
Ubuntu php4-recode_4.3.8-3ubuntu7.1_powerpc.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-recode_4.3 .8-3ubuntu7.1_powerpc.deb -
Ubuntu php4-recode_4.3.8-3ubuntu7.5_amd64.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-recode_4.3 .8-3ubuntu7.5_amd64.deb -
Ubuntu php4-recode_4.3.8-3ubuntu7.5_i386.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-recode_4.3 .8-3ubuntu7.5_i386.deb -
Ubuntu php4-recode_4.3.8-3ubuntu7.5_powerpc.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-recode_4.3 .8-3ubuntu7.5_powerpc.deb -
Ubuntu php4-recode_4.3.8-3ubuntu7.6_amd64.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-recode_4.3 .8-3ubuntu7.6_amd64.deb -
Ubuntu php4-recode_4.3.8-3ubuntu7.6_i386.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-recode_4.3 .8-3ubuntu7.6_i386.deb -
Ubuntu php4-recode_4.3.8-3ubuntu7.6_powerpc.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-recode_4.3 .8-3ubuntu7.6_powerpc.deb -
Ubuntu php4-snmp_4.3.8-3ubuntu7.1_amd64.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-snmp_4.3.8 -3ubuntu7.1_amd64.deb -
Ubuntu php4-snmp_4.3.8-3ubuntu7.1_i386.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-snmp_4.3.8 -3ubuntu7.1_i386.deb -
Ubuntu php4-snmp_4.3.8-3ubuntu7.1_powerpc.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-snmp_4.3.8 -3ubuntu7.1_powerpc.deb -
Ubuntu php4-snmp_4.3.8-3ubuntu7.5_amd64.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-snmp_4.3.8 -3ubuntu7.5_amd64.deb -
Ubuntu php4-snmp_4.3.8-3ubuntu7.5_i386.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-snmp_4.3.8 -3ubuntu7.5_i386.deb -
Ubuntu php4-snmp_4.3.8-3ubuntu7.5_powerpc.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-snmp_4.3.8 -3ubuntu7.5_powerpc.deb -
Ubuntu php4-snmp_4.3.8-3ubuntu7.6_amd64.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-snmp_4.3.8 -3ubuntu7.6_amd64.deb -
Ubuntu php4-snmp_4.3.8-3ubuntu7.6_i386.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-snmp_4.3.8 -3ubuntu7.6_i386.deb -
Ubuntu php4-snmp_4.3.8-3ubuntu7.6_powerpc.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-snmp_4.3.8 -3ubuntu7.6_powerpc.deb -
Ubuntu php4-sybase_4.3.8-3ubuntu7.1_amd64.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-sybase_4.3 .8-3ubuntu7.1_amd64.deb -
Ubuntu php4-sybase_4.3.8-3ubuntu7.1_i386.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-sybase_4.3 .8-3ubuntu7.1_i386.deb -
Ubuntu php4-sybase_4.3.8-3ubuntu7.1_powerpc.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-sybase_4.3 .8-3ubuntu7.1_powerpc.deb -
Ubuntu php4-sybase_4.3.8-3ubuntu7.5_amd64.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-sybase_4.3 .8-3ubuntu7.5_amd64.deb -
Ubuntu php4-sybase_4.3.8-3ubuntu7.5_i386.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-sybase_4.3 .8-3ubuntu7.5_i386.deb -
Ubuntu php4-sybase_4.3.8-3ubuntu7.5_powerpc.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-sybase_4.3 .8-3ubuntu7.5_powerpc.deb -
Ubuntu php4-sybase_4.3.8-3ubuntu7.6_amd64.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-sybase_4.3 .8-3ubuntu7.6_amd64.deb -
Ubuntu php4-sybase_4.3.8-3ubuntu7.6_i386.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-sybase_4.3 .8-3ubuntu7.6_i386.deb -
Ubuntu php4-sybase_4.3.8-3ubuntu7.6_powerpc.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-sybase_4.3 .8-3ubuntu7.6_powerpc.deb -
Ubuntu php4-xslt_4.3.8-3ubuntu7.1_amd64.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-xslt_4.3.8 -3ubuntu7.1_amd64.deb -
Ubuntu php4-xslt_4.3.8-3ubuntu7.1_i386.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-xslt_4.3.8 -3ubuntu7.1_i386.deb -
Ubuntu php4-xslt_4.3.8-3ubuntu7.1_powerpc.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-xslt_4.3.8 -3ubuntu7.1_powerpc.deb -
Ubuntu php4-xslt_4.3.8-3ubuntu7.5_amd64.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-xslt_4.3.8 -3ubuntu7.5_amd64.deb -
Ubuntu php4-xslt_4.3.8-3ubuntu7.5_i386.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-xslt_4.3.8 -3ubuntu7.5_i386.deb -
Ubuntu php4-xslt_4.3.8-3ubuntu7.5_powerpc.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-xslt_4.3.8 -3ubuntu7.5_powerpc.deb -
Ubuntu php4-xslt_4.3.8-3ubuntu7.6_amd64.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-xslt_4.3.8 -3ubuntu7.6_amd64.deb -
Ubuntu php4-xslt_4.3.8-3ubuntu7.6_i386.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-xslt_4.3.8 -3ubuntu7.6_i386.deb -
Ubuntu php4-xslt_4.3.8-3ubuntu7.6_powerpc.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4-xslt_4.3.8 -3ubuntu7.6_powerpc.deb -
Ubuntu php4_4.3.8-3ubuntu7.1_amd64.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4_4.3.8-3ubu ntu7.1_amd64.deb -
Ubuntu php4_4.3.8-3ubuntu7.1_i386.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4_4.3.8-3ubu ntu7.1_i386.deb -
Ubuntu php4_4.3.8-3ubuntu7.1_powerpc.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4_4.3.8-3ubu ntu7.1_powerpc.deb -
Ubuntu php4_4.3.8-3ubuntu7.5_amd64.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4_4.3.8-3ubu ntu7.5_amd64.deb -
Ubuntu php4_4.3.8-3ubuntu7.5_i386.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4_4.3.8-3ubu ntu7.5_i386.deb -
Ubuntu php4_4.3.8-3ubuntu7.5_powerpc.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4_4.3.8-3ubu ntu7.5_powerpc.deb -
Ubuntu php4_4.3.8-3ubuntu7.6_amd64.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4_4.3.8-3ubu ntu7.6_amd64.deb -
Ubuntu php4_4.3.8-3ubuntu7.6_i386.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4_4.3.8-3ubu ntu7.6_i386.deb -
Ubuntu php4_4.3.8-3ubuntu7.6_powerpc.deb
Ubuntu 4.10 (Warty Warthog)
http://security.ubuntu.com/ubuntu/pool/universe/p/php4/php4_4.3.8-3ubu ntu7.6_powerpc.deb
PHP PHP 4.3.9
-
Conectiva php4-4.3.10-26997U90_4cl.i386.rpm
ftp://atualizacoes.conectiva.com.br/9/RPMS/php4-4.3.10-26997U90_4cl.i3 86.rpm -
Conectiva php4-4.3.10-72720U10_5cl.i386.rpm
ftp://atualizacoes.conectiva.com.br/10/RPMS/php4-4.3.10-72720U10_5cl.i 386.rpm -
Conectiva php4-dba-4.3.10-72720U10_5cl.i386.rpm
ftp://atualizacoes.conectiva.com.br/10/RPMS/php4-dba-4.3.10-72720U10_5 cl.i386.rpm -
Conectiva php4-devel-4.3.10-26997U90_4cl.i386.rpm
ftp://atualizacoes.conectiva.com.br/9/RPMS/php4-devel-4.3.10-26997U90_ 4cl.i386.rpm -
Conectiva php4-devel-4.3.10-72720U10_5cl.i386.rpm
ftp://atualizacoes.conectiva.com.br/10/RPMS/php4-devel-4.3.10-72720U10 _5cl.i386.rpm -
Conectiva php4-doc-4.3.10-26997U90_4cl.i386.rpm
ftp://atualizacoes.conectiva.com.br/9/RPMS/php4-doc-4.3.10-26997U90_4c l.i386.rpm -
Conectiva php4-doc-4.3.10-72720U10_5cl.i386.rpm
ftp://atualizacoes.conectiva.com.br/10/RPMS/php4-doc-4.3.10-72720U10_5 cl.i386.rpm -
Conectiva php4-doc-es-4.3.10-26997U90_4cl.i386.rpm
ftp://atualizacoes.conectiva.com.br/9/RPMS/php4-doc-es-4.3.10-26997U90 _4cl.i386.rpm -
Conectiva php4-doc-es-4.3.10-72720U10_5cl.i386.rpm
ftp://atualizacoes.conectiva.com.br/10/RPMS/php4-doc-es-4.3.10-72720U1 0_5cl.i386.rpm -
Conectiva php4-doc-pt_BR-4.3.10-26997U90_4cl.i386.rpm
ftp://atualizacoes.conectiva.com.br/9/RPMS/php4-doc-pt_BR-4.3.10-26997 U90_4cl.i386.rpm -
Conectiva php4-doc-pt_BR-4.3.10-72720U10_5cl.i386.rpm
ftp://atualizacoes.conectiva.com.br/10/RPMS/php4-doc-pt_BR-4.3.10-7272 0U10_5cl.i386.rpm -
Conectiva php4-imap-4.3.10-26997U90_4cl.i386.rpm
ftp://atualizacoes.conectiva.com.br/9/RPMS/php4-imap-4.3.10-26997U90_4 cl.i386.rpm -
Conectiva php4-imap-4.3.10-72720U10_5cl.i386.rpm
ftp://atualizacoes.conectiva.com.br/10/RPMS/php4-imap-4.3.10-72720U10_ 5cl.i386.rpm -
Conectiva php4-ldap-4.3.10-26997U90_4cl.i386.rpm
ftp://atualizacoes.conectiva.com.br/9/RPMS/php4-ldap-4.3.10-26997U90_4 cl.i386.rpm -
Conectiva php4-ldap-4.3.10-72720U10_5cl.i386.rpm
ftp://atualizacoes.conectiva.com.br/10/RPMS/php4-ldap-4.3.10-72720U10_ 5cl.i386.rpm -
Conectiva php4-mcrypt-4.3.10-26997U90_4cl.i386.rpm
ftp://atualizacoes.conectiva.com.br/9/RPMS/php4-mcrypt-4.3.10-26997U90 _4cl.i386.rpm -
Conectiva php4-mcrypt-4.3.10-72720U10_5cl.i386.rpm
ftp://atualizacoes.conectiva.com.br/10/RPMS/php4-mcrypt-4.3.10-72720U1 0_5cl.i386.rpm -
Conectiva php4-mhash-4.3.10-72720U10_5cl.i386.rpm
ftp://atualizacoes.conectiva.com.br/10/RPMS/php4-mhash-4.3.10-72720U10 _5cl.i386.rpm -
Conectiva php4-mnogosearch-4.3.10-72720U10_5cl.i386.rpm
ftp://atualizacoes.conectiva.com.br/10/RPMS/php4-mnogosearch-4.3.10-72 720U10_5cl.i386.rpm -
Conectiva php4-mssql-4.3.10-72720U10_5cl.i386.rpm
ftp://atualizacoes.conectiva.com.br/10/RPMS/php4-mssql-4.3.10-72720U10 _5cl.i386.rpm -
Conectiva php4-mysql-4.3.10-26997U90_4cl.i386.rpm
ftp://atualizacoes.conectiva.com.br/9/RPMS/php4-mysql-4.3.10-26997U90_ 4cl.i386.rpm -
Conectiva php4-mysql-4.3.10-72720U10_5cl.i386.rpm
ftp://atualizacoes.conectiva.com.br/10/RPMS/php4-mysql-4.3.10-72720U10 _5cl.i386.rpm -
Conectiva php4-odbc-4.3.10-26997U90_4cl.i386.rpm
ftp://atualizacoes.conectiva.com.br/9/RPMS/php4-odbc-4.3.10-26997U90_4 cl.i386.rpm -
Conectiva php4-odbc-4.3.10-72720U10_5cl.i386.rpm
ftp://atualizacoes.conectiva.com.br/10/RPMS/php4-odbc-4.3.10-72720U10_ 5cl.i386.rpm -
Conectiva php4-pgsql-4.3.10-26997U90_4cl.i386.rpm
ftp://atualizacoes.conectiva.com.br/9/RPMS/php4-pgsql-4.3.10-26997U90_ 4cl.i386.rpm -
Conectiva php4-pgsql-4.3.10-72720U10_5cl.i386.rpm
ftp://atualizacoes.conectiva.com.br/10/RPMS/php4-pgsql-4.3.10-72720U10 _5cl.i386.rpm -
Conectiva php4-snmp-4.3.10-26997U90_4cl.i386.rpm
ftp://atualizacoes.conectiva.com.br/9/RPMS/php4-snmp-4.3.10-26997U90_4 cl.i386.rpm -
Conectiva php4-snmp-4.3.10-72720U10_5cl.i386.rpm
ftp://atualizacoes.conectiva.com.br/10/RPMS/php4-snmp-4.3.10-72720U10_ 5cl.i386.rpm -
Conectiva php4-sybase-4.3.10-72720U10_5cl.i386.rpm
ftp://atualizacoes.conectiva.com.br/10/RPMS/php4-sybase-4.3.10-72720U1 0_5cl.i386.rpm -
Conectiva php4-sybase-ct-4.3.10-72720U10_5cl.i386.rpm
ftp://atualizacoes.conectiva.com.br/10/RPMS/php4-sybase-ct-4.3.10-7272 0U10_5cl.i386.rpm -
Fedora php-4.3.10-3.2.i386.rpm
RedHat Fedora Core 3
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/3/ -
Fedora php-4.3.10-3.2.x86_64.rpm
RedHat Fedora Core 3
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/3/ -
Fedora php-debuginfo-4.3.10-3.2.x86_64.rpm
RedHat Fedora Core 3
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/3/ -
Fedora php-devel-4.3.10-3.2.i386.rpm
RedHat Fedora Core 3
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/3/ -
Fedora php-devel-4.3.10-3.2.x86_64.rpm
RedHat Fedora Core 3
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/3/ -
Fedora php-domxml-4.3.10-3.2.i386.rpm
RedHat Fedora Core 3
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/3/ -
Fedora php-domxml-4.3.10-3.2.x86_64.rpm
RedHat Fedora Core 3
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/3/ -
Fedora php-gd-4.3.10-3.2.x86_64.rpm
RedHat Fedora Core 3
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/3/ -
Fedora php-imap-4.3.10-3.2.i386.rpm
RedHat Fedora Core 3
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/3/ -
Fedora php-imap-4.3.10-3.2.x86_64.rpm
RedHat Fedora Core 3
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/3/ -
Fedora php-ldap-4.3.10-3.2.i386.rpm
RedHat Fedora Core 3
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/3/ -
Fedora php-ldap-4.3.10-3.2.x86_64.rpm
RedHat Fedora Core 3
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/3/ -
Fedora php-mbstring-4.3.10-3.2.i386.rpm
RedHat Fedora Core 3
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/3/ -
Fedora php-mbstring-4.3.10-3.2.x86_64.rpm
RedHat Fedora Core 3
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/3/ -
Fedora php-mysql-4.3.10-3.2.i386.rpm
RedHat Fedora Core 3
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/3/ -
Fedora php-mysql-4.3.10-3.2.x86_64.rpm
RedHat Fedora Core 3
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/3/ -
Fedora php-ncurses-4.3.10-3.2.i386.rpm
RedHat Fedora Core 3
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/3/ -
Fedora php-ncurses-4.3.10-3.2.x86_64.rpm
RedHat Fedora Core 3
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/3/ -
Fedora php-odbc-4.3.10-3.2.i386.rpm
RedHat Fedora Core 3
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/3/ -
Fedora php-odbc-4.3.10-3.2.x86_64.rpm
RedHat Fedora Core 3
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/3/ -
Fedora php-pear-4.3.10-3.2.i386.rpm
RedHat Fedora Core 3
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/3/ -
Fedora php-pear-4.3.10-3.2.x86_64.rpm
RedHat Fedora Core 3
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/3/ -
Fedora php-pgsql-4.3.10-3.2.i386.rpm
RedHat Fedora Core 3
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/3/ -
Fedora php-pgsql-4.3.10-3.2.x86_64.rpm
RedHat Fedora Core 3
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/3/ -
Fedora php-snmp-4.3.10-3.2.i386.rpm
RedHat Fedora Core 3
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/3/ -
Fedora php-snmp-4.3.10-3.2.x86_64.rpm
RedHat Fedora Core 3
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/3/ -
Fedora php-xmlrpc-4.3.10-3.2.i386.rpm
RedHat Fedora Core 3
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/3/ -
Fedora php-xmlrpc-4.3.10-3.2.x86_64.rpm
RedHat Fedora Core 3
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/3/ -
OpenPKG php-4.3.9-2.2.2.src.rpm
ftp://ftp.openpkg.org/release/2.2/UPD/php-4.3.9-2.2.2.src.rpm -
PHP PHP 4.3.10
http://www.php.net/downloads.php
PHP PHP 5.0 .0
-
PHP PHP 5.0.3
http://www.php.net/downloads.php
PHP PHP 5.0 candidate 1
-
PHP PHP 5.0.3
http://www.php.net/downloads.php
PHP PHP 5.0.1
-
PHP PHP 5.0.3
http://www.php.net/downloads.php
PHP PHP 5.0.2
-
PHP PHP 5.0.3
http://www.php.net/downloads.php -
Trustix php-5.0.3-1tr.i586.rpm
Trustix Secure Linux 2.2
ftp://ftp.trustix.org/pub/trustix/updates/ -
Trustix php-cli-5.0.3-1tr.i586.rpm
Trustix Secure Linux 2.2
ftp://ftp.trustix.org/pub/trustix/updates/ -
Trustix php-devel-5.0.3-1tr.i586.rpm
Trustix Secure Linux 2.2
ftp://ftp.trustix.org/pub/trustix/updates/ -
Trustix php-exif-5.0.3-1tr.i586.rpm
Trustix Secure Linux 2.2
ftp://ftp.trustix.org/pub/trustix/updates/ -
Trustix php-gd-5.0.3-1tr.i586.rpm
Trustix Secure Linux 2.2
ftp://ftp.trustix.org/pub/trustix/updates/ -
Trustix php-imap-5.0.3-1tr.i586.rpm
Trustix Secure Linux 2.2
ftp://ftp.trustix.org/pub/trustix/updates/ -
Trustix php-ldap-5.0.3-1tr.i586.rpm
Trustix Secure Linux 2.2
ftp://ftp.trustix.org/pub/trustix/updates/ -
Trustix php-mysql-5.0.3-1tr.i586.rpm
Trustix Secure Linux 2.2
ftp://ftp.trustix.org/pub/trustix/updates/ -
Trustix php-mysqli-5.0.3-1tr.i586.rpm
Trustix Secure Linux 2.2
ftp://ftp.trustix.org/pub/trustix/updates/ -
Trustix php-pgsql-5.0.3-1tr.i586.rpm
Trustix Secure Linux 2.2
ftp://ftp.trustix.org/pub/trustix/updates/ -
Trustix php-zlib-5.0.3-1tr.i586.rpm
Trustix Secure Linux 2.2
ftp://ftp.trustix.org/pub/trustix/updates/
References
PHP Multiple Local And Remote Vulnerabilities
References:
References:
- CLSA-2005:915 - php4 (Conectiva)
- CLSA-2005:955 : Fixes for multiple php4 vulnerabilities (Conectiva)
- PHP 4 ChangeLog - Version 4.3.10 (PHP)
- PHP 5 ChangeLog - Version 5.0.3 (PHP)
- RHSA-2004:687-05 - Updated php packages fix security issues and bugs (RedHat)
- RHSA-2005:816-10 - apache, mod_ssl, php update for Stronghold (RedHat)
- Advisory 01/2004: Multiple vulnerabilities in PHP 4/5 (Stefan Esser
) - php unserialize (Martin Eiszner
) - phphpbb2 + php version < 4.3.10 unserialize() memory dump sql password from (bad boy
) - Re: php unserialize (Stefan Esser
)