Date: 12/28/98
- Next message: sas: "[PHP-DEV] CVS update: php3/functions"
- Previous message: Michael Brennen: "Re: [PHP-DEV] Another latest CVS problem"
- In reply to: Michael Brennen: "Re: [PHP-DEV] Another latest CVS problem"
- Next in thread: Michael Brennen: "Re: [PHP-DEV] Another latest CVS problem"
- Reply: Michael Brennen: "Re: [PHP-DEV] Another latest CVS problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon, 28 Dec 1998, Michael Brennen wrote:
>
> I just updated the tree as of 11:26 US Central time; a new
> regex/regcomp.ih and a few others came down this time. I'm certain
> the tree was synced as of my previous posts. After a make distclean
> on the php3 tree, and a make clean on apache before recompiling, I'm
> still getting an error; the backtrace is at the end. FWIW I am using
> the bundled regex in both Apache and PHP3. The PHP3 configuration is
> immediately below. Thanks again for the quick response.
> #0 _efree (ptr=0x63) at alloc.c:166
> #1 0x8087989 in _php3_regcomp (ht=0x8222168, return_value=0x81be084,
> list=0x81d37fc, plist=0x81d37d0, preg=0xbfffe720, pattern=0x82242d8 "
> +$",
> cflags=1) at functions/reg.c:86
Have a look at functions/reg.c, version 1.93 around line 76. You should
find the following line there:
static int _php3_regcomp(regex_t *preg, const char *pattern, int cflags)
Now answer yourself the question, if this declaration match the parameters
mentioned by the above backtrace.
Regards,
Sascha Schumann |
Consultant | finger sas <email protected>
| for PGP public key
-- 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: sas: "[PHP-DEV] CVS update: php3/functions"
- Previous message: Michael Brennen: "Re: [PHP-DEV] Another latest CVS problem"
- In reply to: Michael Brennen: "Re: [PHP-DEV] Another latest CVS problem"
- Next in thread: Michael Brennen: "Re: [PHP-DEV] Another latest CVS problem"
- Reply: Michael Brennen: "Re: [PHP-DEV] Another latest CVS problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

