Re: [PHP4BETA] cvs: php4 /ext/standard/ levenshtein.c
[email protected] (Hartmut Holzgraefe)
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <[email protected]> |
Zeev Suraski wrote:
> The problem with the 'dirty trick' is that sizeof(void *) isn't necessarily
> equal to sizeof(int). On many platforms it isn't.
sure, i know that, but chances that a long is smaler than a pointer are
not
that bad,i even thought about protecting it with an assert() instead of
doing it right in the first place, stupid me ...
but i never thought of this as a _compile_ time problem ... :(
PS: seems that cvs.php.net doesn't know about my new address
([email protected] instead of [email protected])
could somebody change this or tell me where to ... ?