[PHP-DEV] Bug #502: regular expressions with php3 and apache 1.3.0 (not automatically correct!) From: rbock <email protected>
Date: 07/02/98

From: rbock <email protected>
Operating system: Linux 2.0.25 i586
PHP version: 3.0 Final Release
PHP Bug Type: Installation problem
Bug description:
I had the problem described in FAQ, concerning regular expression core dump with apache.
configure did NOT configure correctly. I had to add the option
--with-system-regex
myself. It therefore seems to me, that the text from FAQ is wrong.

Thank you for your time and of course for PHP3! It is great!

Greetings,

Roland Bock

PS: Here is the mentioned text from FAQ

I installed PHP3, but every time I load a document, I get the message 'Document Contains No Data'! What's going on here?
   This probably means that PHP3 is having some sort of problem and is core-dumping. Look in your server error log to see if this is the
   case, and then try to reproduce the problem with a small test case. If you know how to use 'gdb', it is very helpful when you can
   provide a backtrace with your bug report to help the developers pinpoint the problem.

   If your script uses the regular expression functions (ereg() and friends), you should make sure that you compiled PHP3 and Apache
   with the same regular expression package. (This should happen automatically with PHP3 and Apache 1.3.)