Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 97985 Details for
Bug 139350
emerge php-5.1.4-r3 failed - cannot build reflection as a shared module
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix for the broken reflection extension check
reflection-extension-failure-fix.patch (text/plain), 2.14 KB, created by
Jozef Behran
on 2006-09-24 16:01:12 UTC
(
hide
)
Description:
Fix for the broken reflection extension check
Filename:
MIME Type:
Creator:
Jozef Behran
Created:
2006-09-24 16:01:12 UTC
Size:
2.14 KB
patch
obsolete
>diff -rNu portage.orig/dev-lang/php/ChangeLog portage/dev-lang/php/ChangeLog >--- portage.orig/dev-lang/php/ChangeLog 2006-09-16 16:35:35.000000000 +0200 >+++ portage/dev-lang/php/ChangeLog 2006-09-25 01:01:13.000000000 +0200 >@@ -2,6 +2,9 @@ > # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 > # $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.136 2006/09/16 14:19:33 killerfox Exp $ > >+ 25 Sep 2006; Jozef Behran <> php-5.1.6-r4.ebuild: >+ Fix reflection extension. See bug #139350. >+ > 16 Sep 2006; Rene Nussbaumer <killerfox@gentoo.org> php-4.4.4-r4.ebuild, > php-5.1.6-r4.ebuild: > Stable on hppa. See bug #147061. >diff -rNu portage.orig/dev-lang/php/files/001-broken-reflection-extension-check.patch portage/dev-lang/php/files/001-broken-reflection-extension-check.patch >--- portage.orig/dev-lang/php/files/001-broken-reflection-extension-check.patch 1970-01-01 01:00:00.000000000 +0100 >+++ portage/dev-lang/php/files/001-broken-reflection-extension-check.patch 2006-09-24 22:05:46.000000000 +0200 >@@ -0,0 +1,13 @@ >+diff -ru php-5.1.6.orig/ext/reflection/config.m4 php-5.1.6/ext/reflection/config.m4 >+--- php-5.1.6.orig/ext/reflection/config.m4 2005-12-03 02:12:45.000000000 +0100 >++++ php-5.1.6/ext/reflection/config.m4 2006-09-24 22:05:17.000000000 +0200 >+@@ -5,9 +5,6 @@ >+ [ --disable-reflection Disable reflection support], yes, no) >+ >+ if test "$PHP_REFLECTION" != "no"; then >+- if test "$ext_shared" = "yes"; then >+- AC_MSG_ERROR(Cannot build reflection as a shared module) >+- fi >+ AC_DEFINE(HAVE_REFLECTION, 1, [Whether Reflection is enabled]) >+ PHP_NEW_EXTENSION(reflection, php_reflection.c) >+ fi >diff -rNu portage.orig/dev-lang/php/php-5.1.6-r4.ebuild portage/dev-lang/php/php-5.1.6-r4.ebuild >--- portage.orig/dev-lang/php/php-5.1.6-r4.ebuild 2006-09-16 16:35:35.000000000 +0200 >+++ portage/dev-lang/php/php-5.1.6-r4.ebuild 2006-09-25 00:59:04.000000000 +0200 >@@ -132,6 +132,10 @@ > unpack ${A} > fi > >+ # Remove stray legacy code from the check for reflection extension >+ # support (see bugs.php.net bug #38556 and gentoo bug #139350 >+ epatch ${FILESDIR}/001*.patch >+ > cd "${S}" > > # Concurrent PHP Apache2 modules support
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 139350
:
90993
|
91003
| 97985