Quoting Earnie Boyd <earnie@users.sourceforge.net>:
Quoting Earnie Boyd <earnie@users.sourceforge.net>:
Quoting Gordon Heydon <gordon@heydon.com.au>:
Hi,
I like this idea, and getting as many of the major PHP projects involved as possible would be the best way to go.
Does anyone have a working configuration for Apache-2.2, PHP-5.2.x and Drupal? I've been trying but I keep getting an issue with PCRE and UNICODE as I have previously mentioned. Unless this issue is addressed then pushing for PHP5 is a mute point.
Thanks to private conversation with Khalid and Wim I was able to determine the issue. PHP comes with its own version of PCRE and I had overridden the use of that version with --with-pcre-regex=/usr/local. After removing that configuration item the issue has been resolved. Earnie