Date: 03/24/99
- Next message: Bug Database: "[PHP-DEV] Bug #1261 Updated: Cannot access an array of class objects stored in object"
- Previous message: alsol <email protected>: "[PHP-DEV] Bug #1261: Cannot access an array of class objects stored in object"
- In reply to: Alain Malek: "[PHP-DEV] Invalid URL problem"
- Next in thread: Alain Malek: "Re: [PHP-DEV] Invalid URL problem"
- Reply: Alain Malek: "Re: [PHP-DEV] Invalid URL problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> I also tried to configure php with the --system-regex option
> and without apache (cgi command). With those options php
> works fine again. But I want to use php with apache and
> when I try to configure with apache and the --system-regex
> option the compilation fails, because apache has it's own regex lib
> and it generates some conflict.
Hrm.. So the HS regex library is not working on your system. If that is
really the case, then you should compile both PHP and Apache to use the
system regex library. If you are using the top-level Apache ./configure
program to compile Apache, use:
./configure --disable-rule=WANTHSREGEX
and for PHP use:
./configure --with-system-regex
-Rasmus
-- PHP Development Mailing List http://www.php.net/ To unsubscribe send an empty message to php-dev-unsubscribe <email protected> For help: php-dev-help <email protected>
- Next message: Bug Database: "[PHP-DEV] Bug #1261 Updated: Cannot access an array of class objects stored in object"
- Previous message: alsol <email protected>: "[PHP-DEV] Bug #1261: Cannot access an array of class objects stored in object"
- In reply to: Alain Malek: "[PHP-DEV] Invalid URL problem"
- Next in thread: Alain Malek: "Re: [PHP-DEV] Invalid URL problem"
- Reply: Alain Malek: "Re: [PHP-DEV] Invalid URL problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

