Re: [PHP-DEV] Bug #1619: apxs and --with-system-regex doesn't combine, causing crash From: Rene' Seindal (rene <email protected>)
Date: 06/30/99

Right now I have a setup that works. It doesn't give the spurious
crashes I saw earlier, which I tracked to the regexp code.

The way I read the code, I saw the bundled HS regex lib compiled and
linked into both apache and the php module, ie duplicated, but in fact
it appears not the be the case. I checked with nm. Appears that there
are still some part I haven't quite grasped yet.

I am looking forward to the next release.

Thanks for the help. Sorry if I have wasted your time.

Sascha Schumann wrote:
>
> As Jim pointed out, there is no three way choice as the regex
> packages in PHP and Apache are the same.
>
> My changes you refer to fix only a logical problem in the
> detection code. It sometimes happeneds that fixing one problem
> uncovers a dozen others.
>
> Of course, we try to eliminate as many shortcomings as possible.
> Try out the current CVS, you will see what I mean.

-- 
René Seindal (rene <email protected>)			http://www.seindal.dk/rene/

-- PHP Development Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>