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
Description:   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

------- Comment #1 From Steve Dibb 2006-12-21 12:22:40 0000 -------
Note to self: check to make sure mysql is installed too

------- Comment #2 From Renat Lumpau 2006-12-21 12:27:01 0000 -------
(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 From Steve Dibb 2006-12-21 13:14:20 0000 -------
(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 From Renat Lumpau 2006-12-21 13:18:08 0000 -------
(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 From Steve Dibb 2007-02-14 14:16:54 0000 -------
fixed in CVS, 2.0.8, thanks for the report, David