| patch |
summary |
view |
raw |
| 001-libtool_fixes.patch |
TSRM/configure.in | 3 ---
acinclude.m4 | 10 +++++-----
configure.in | 3 ---
3 files changed, 5 insertions(+), 11 deletions(-)
|
view
|
download
|
| 002-static_openssl.patch |
acinclude.m4 | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
|
view
|
download
|
| 004-ldap_fix.patch |
ext/ldap/ldap.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
|
view
|
download
|
| 005-shared_xslt.patch |
ext/xslt/config.m4 | 2 ++
1 file changed, 2 insertions(+)
|
view
|
download
|
| 006-debian_quirks.patch |
configure.in | 6 ++--
ext/session/session.c | 4 +--
php.ini-dist | 61 +++++++-----------------------------------------
php.ini-recommended | 62 +++++++------------------------------------------
sapi/caudium/config.m4 | 8 +++---
sapi/cli/php.1.in | 14 +++++++----
scripts/Makefile.frag | 4 +--
scripts/php-config.in | 4 +--
scripts/phpize.in | 4 +--
9 files changed, 45 insertions(+), 122 deletions(-)
|
view
|
download
|
| 013-force_getaddrinfo.patch |
configure.in | 86 +++++++++++++++++++++++++++++------------------------------
1 file changed, 43 insertions(+), 43 deletions(-)
|
view
|
download
|
| 017-pread_pwrite_disable.patch |
acinclude.m4 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
|
view
|
download
|
| 019-z_off_t_as_long.patch |
ext/zlib/zconf.h | 326 ++++++++++++++
ext/zlib/zlib.h | 1200 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 1526 insertions(+)
|
view
|
download
|
| 027-readline_is_editline.patch |
ext/readline/config.m4 | 4 ++--
ext/readline/readline.c | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
|
view
|
download
|
| 029-php.ini_paranoid.patch |
php.ini-paranoid | 1195 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 1195 insertions(+)
|
view
|
download
|
| 030-imap_getacl.patch |
ext/imap/php_imap.c | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
ext/imap/php_imap.h | 2 ++
2 files changed, 51 insertions(+)
|
view
|
download
|
| 033-we_WANT_libtool.patch |
build/build2.mk | 5 +++++
1 file changed, 5 insertions(+)
|
view
|
download
|
| 034-apache2_umask_fix.patch |
sapi/apache2handler/sapi_apache2.c | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
|
view
|
download
|
| 036-fd_setsize_fix.patch |
ext/sockets/sockets.c | 1 +
ext/standard/file.c | 3 +++
main/network.c | 7 ++++++-
3 files changed, 10 insertions(+), 1 deletion(-)
|
view
|
download
|
| 038-round_test_fix.patch |
ext/standard/config.m4 | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
|
view
|
download
|
| 043-recode_size_t.patch |
ext/recode/recode.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
|
view
|
download
|
| 044-strtod_arm_fix.patch |
Zend/zend_strtod.c | 31 +++++++++++++++++++++----------
1 file changed, 21 insertions(+), 10 deletions(-)
|
view
|
download
|
| 045-exif_nesting_level.patch |
ext/exif/exif.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
|
view
|
download
|
| 047-zts_with_dl.patch |
ext/standard/dl.c | 9 ---------
1 file changed, 9 deletions(-)
|
view
|
download
|
| 049-exported-headers.patch |
scripts/Makefile.frag | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
|
view
|
download
|
| 052-phpinfo_no_configure.patch |
ext/standard/info.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
|
view
|
download
|
| 053-extension_api.patch |
configure.in | 8 +++++++-
scripts/php-config.in | 5 ++++-
2 files changed, 11 insertions(+), 2 deletions(-)
|
view
|
download
|
| 056-mime_magic_liberal.patch |
ext/mime_magic/mime_magic.c | 9 +++++++++
1 file changed, 9 insertions(+)
|
view
|
download
|
| 057-no_apache_installed.patch |
sapi/apache/config.m4 | 10 +++++-----
sapi/apache2handler/config.m4 | 14 +++++++-------
2 files changed, 12 insertions(+), 12 deletions(-)
|
view
|
download
|
| 058-libdb4.4.patch |
ext/dba/config.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
|
view
|
download
|
| 059-php.ini.securitynotes.patch |
php.ini-dist | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
|
view
|
download
|
| 060-openssl_init.patch |
ext/openssl/openssl.c | 1 +
1 file changed, 1 insertion(+)
|
view
|
download
|
| 061-CVE-2006-5465_htmlentities.patch |
ext/standard/html.c | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
|
view
|
download
|
| 062-CVE-2007-0906-imap.patch |
ext/imap/php_imap.c | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
|
view
|
download
|
| 063-CVE-2007-0906-interbase.patch |
ext/interbase/interbase.c | 55 +++++++++++++++++++---------------------------
1 file changed, 23 insertions(+), 32 deletions(-)
|
view
|
download
|
| 064-CVE-2007-0906-strreplace.patch |
ext/standard/string.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
|
view
|
download
|
| 065-CVE-2007-0907.patch |
main/SAPI.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
|
view
|
download
|
| 066-CVE-2007-0908.patch |
ext/wddx/wddx.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
|
view
|
download
|
| 067-CVE-2007-0909-odbc.patch |
ext/odbc/php_odbc.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
|
view
|
download
|
| 068-CVE-2007-0909-printf.patch |
ext/standard/formatted_print.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
|
view
|
download
|
| 069-CVE-2007-0910-updated-for-MOPB-32.patch |
ext/session/session.c | 60 +++++++++++++++++++++++++++++++++++++++++---------
1 file changed, 50 insertions(+), 10 deletions(-)
|
view
|
download
|
| 070-CVE-2007-0988.patch |
Zend/zend_hash.c | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
|
view
|
download
|
| 071-CVE-2007-1380-MOPB-10.patch |
ext/session/session.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
|
view
|
download
|
| 072-CVE-2007-1718-MOPB-34.patch |
ext/mbstring/mbstring.c | 4 ++--
ext/standard/mail.c | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
|
view
|
download
|
| 073-CVE-2007-1521-MOPB-22.patch |
ext/session/session.c | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
|
view
|
download
|
| 074-CVE-2007-1286-MOPB-04.patch |
ext/standard/var_unserializer.c | 8 ++++++++
1 file changed, 8 insertions(+)
|
view
|
download
|
| 074-CVE-2007-1583-MOPB-26.patch |
ext/mbstring/mbstring.c | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
|
view
|
download
|
| 074-CVE-2007-1777-MOPB-35.patch |
ext/zip/zip.c | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
|
view
|
download
|
| 075-CVE-2007-2509_ftp.patch |
ext/ftp/ftp.c | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
|
view
|
download
|
| 076-CVE-2007-1864.patch |
ext/xmlrpc/libxmlrpc/xml_to_soap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
|
view
|
download
|
| 077-CVE-2007-3799_session.patch |
ext/session/session.c | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
|
view
|
download
|
| 078-CVE-2007-4657_strcspn.patch |
ext/standard/string.c | 39 ++++++++++++++++++++++++++++++++++++---
1 file changed, 36 insertions(+), 3 deletions(-)
|
view
|
download
|
| 125-CVE-2007-3998.patch |
ext/standard/string.c | 5 +++++
1 file changed, 5 insertions(+)
|
view
|
download
|
| 136-CVE-2008-2051.patch |
ext/standard/exec.c | 5 +++++
1 file changed, 5 insertions(+)
|
view
|
download
|
| 137-CVE-2007-3806.patch |
ext/standard/dir.c | 1 +
1 file changed, 1 insertion(+)
|
view
|
download
|
| 138-fix-ia64-build-failure.patch |
ext/session/session.c | 1 +
1 file changed, 1 insertion(+)
|
view
|
download
|