Date: 12/15/98
- Next message: rasmus: "[PHP-DEV] CVS update: php3/functions"
- Previous message: rasmus: "[PHP-DEV] CVS update: php3/functions"
- Next in thread: Adam Trachtenberg: "Re: [PHP-DEV] Bug #970: get_browser() dumps core"
- Reply: Adam Trachtenberg: "Re: [PHP-DEV] Bug #970: get_browser() dumps core"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At 10:40 14/12/98 -0500, Adam Trachtenberg wrote:
>As an incentive for someone to look into Bug #970, I promise to document
>the function if the bug gets solved. Any takers?
Are you absolutely sure that this isn't the same old regex issue?
get_browser() uses regular expressions, if you mess up your regex library
installation (i.e., compile php with one regex lib and apache with another)
then it would fuck up. The call trace doesn't seem to suggest this, but if
the regex messup corrupts memory, you can't really know...
Zeev
-- Zeev Suraski <zeev <email protected>> For a PGP public key, finger bourbon <email protected>-- 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: rasmus: "[PHP-DEV] CVS update: php3/functions"
- Previous message: rasmus: "[PHP-DEV] CVS update: php3/functions"
- Next in thread: Adam Trachtenberg: "Re: [PHP-DEV] Bug #970: get_browser() dumps core"
- Reply: Adam Trachtenberg: "Re: [PHP-DEV] Bug #970: get_browser() dumps core"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

