Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 144585

Summary: www-apps/wordpress should check if dev-lang/php compiled w/ USE pcre
Product: Gentoo Linux Reporter: David Watzke <david>
Component: New packagesAssignee: Steve Dibb (RETIRED) <beandog>
Status: RESOLVED FIXED    
Severity: normal CC: sfullenwider, web-apps
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description David Watzke 2006-08-20 22:19:20 UTC
... 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
Comment 1 Steve Dibb (RETIRED) gentoo-dev 2006-12-21 12:22:40 UTC
Note to self: check to make sure mysql is installed too
Comment 2 Renat Lumpau (RETIRED) gentoo-dev 2006-12-21 12:27:01 UTC
(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?

Comment 3 Steve Dibb (RETIRED) gentoo-dev 2006-12-21 13:14:20 UTC
(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 :)
Comment 4 Renat Lumpau (RETIRED) gentoo-dev 2006-12-21 13:18:08 UTC
(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 :)
Comment 5 Steve Dibb (RETIRED) gentoo-dev 2007-02-14 14:16:54 UTC
fixed in CVS, 2.0.8, thanks for the report, David