Re: [PHP-DEV] [PATCH] Allow for using external liboniguruma

2008-05-17 Thread Lars Strojny
Hi Christian, Am Samstag, den 17.05.2008, 22:36 +0200 schrieb Christian Hoffmann: [...] > Relevant code from ext/mbstring/config.m4: > 275 if test "$PHP_MBREGEX" != "no"; then > 276 AC_MSG_ERROR([multibyte regex support must be disabled, use > --disable-mbregex]) [...] > So, will mbrege

Re: [PHP-DEV] [PATCH] Allow for using external liboniguruma

2008-05-17 Thread Christian Hoffmann
Hi, sorry for the late response, was really busy the last days. On 2008-05-06 14:47, Lars Strojny wrote: Am Sonntag, den 04.05.2008, 12:14 +0200 schrieb Christian Hoffmann: [...] as a distribution we usually aim at using system libraries instead of bundled ones, both for security and maintaina

Re: [PHP-DEV] [PATCH] Allow for using external liboniguruma

2008-05-06 Thread Lars Strojny
Hi Christian, Am Sonntag, den 04.05.2008, 12:14 +0200 schrieb Christian Hoffmann: [...] > as a distribution we usually aim at using system libraries instead of > bundled ones, both for security and maintainance reasons. > PHP bundles liboniguruma (ext/mbstring/oniguruma) and currently does not >

[PHP-DEV] [PATCH] Allow for using external liboniguruma

2008-05-04 Thread Christian Hoffmann
Heya, as a distribution we usually aim at using system libraries instead of bundled ones, both for security and maintainance reasons. PHP bundles liboniguruma (ext/mbstring/oniguruma) and currently does not allow for using an external copy of the lib. I hacked up a patch [1] which adds a new co