Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 208249 Details for
Bug 240264
www-servers/apache-2.2.9-r1 + >=dev-libs/apr{,-util}-1.3 segfaults with PHP and DBD/MySQL
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for php 5.2.11
force_libmysqlclient_r.patch (text/plain), 603 bytes, created by
Philip Taffner
on 2009-10-25 20:20:47 UTC
(
hide
)
Description:
patch for php 5.2.11
Filename:
MIME Type:
Creator:
Philip Taffner
Created:
2009-10-25 20:20:47 UTC
Size:
603 bytes
patch
obsolete
>diff -r php-5.2.11.orig/ext/mysql/config.m4 php-5.2.11/ext/mysql/config.m4 >89c89 >< if test "$enable_maintainer_zts" = "yes"; then >--- >> if true || test "$enable_maintainer_zts" = "yes"; then >diff -r php-5.2.11.orig/ext/mysqli/config.m4 php-5.2.11/ext/mysqli/config.m4 >29c29 >< elif test "$enable_maintainer_zts" = "yes"; then >--- >> elif true || test "$enable_maintainer_zts" = "yes"; then >diff -r php-5.2.11.orig/ext/pdo_mysql/config.m4 php-5.2.11/ext/pdo_mysql/config.m4 >61c61 >< if test "$enable_maintainer_zts" = "yes"; then >--- >> if true || test "$enable_maintainer_zts" = "yes"; then
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 240264
: 208249