From:             mark at jumpweb dot com
Operating system: FreeBSD 4.8
PHP version:      4.3.2
PHP Bug Type:     Compile Failure
Bug description:  PHP 4.3.2 and Apache 2.0.46 Have Regex issues

When building PHP 4.3.2 with Apache 2.0.46 using the FreeBSD ports (w/minor
hand updates to support .2/.46) I got compile errors on sapi_apache2.c
that were caused by Apache2's httpd.h (included by util_filter.h)
including the Apache pcreposix.h header which caused conflicts with the
system regex.h header included earlier.  I commented out the httpd.h
include temporarily and got PHP4 compiled but running phyMySqlAdmin I get
a bunch of regex() errors whih I'll have to re-paste in a moment.


-- 
Edit bug report at http://bugs.php.net/?id=23909&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=23909&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=23909&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=23909&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=23909&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=23909&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=23909&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=23909&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=23909&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=23909&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=23909&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=23909&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=23909&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=23909&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=23909&r=gnused

Reply via email to