Bug 144585 - www-apps/wordpress should check if dev-lang/php compiled w/ USE pcre
|
Bug#:
144585
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: All
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: beandog@gentoo.org
|
Reported By: david@watzke.cz
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: www-apps/wordpress should check if dev-lang/php compiled w/ USE pcre
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2006-08-20 22:19 0000
|
... because without pcre USE-flag it won't work: wp-admin/install.php throws
error:
Fatal error: Call to undefined function preg_replace()
in /var/www/localhost/htdocs/gentoo/wp-settings.php on line 156
Note to self: check to make sure mysql is installed too
(In reply to comment #1)
> Note to self: check to make sure mysql is installed too
What if the user wants to use a remote DB server?
(In reply to comment #2)
> (In reply to comment #1)
> > Note to self: check to make sure mysql is installed too
>
> What if the user wants to use a remote DB server?
>
I meant PHP support for mysql|mysqli :)
(In reply to comment #3)
> (In reply to comment #2)
> > (In reply to comment #1)
> > > Note to self: check to make sure mysql is installed too
> >
> > What if the user wants to use a remote DB server?
> >
>
> I meant PHP support for mysql|mysqli :)
Well then :)
fixed in CVS, 2.0.8, thanks for the report, David