On Wed, 5 Feb 2003, Maxim Maletsky wrote: > > another thing: > > tons of functions in protos have `long' type. Should we have `int' > everywhere there? I doubt there is any particular function which needs > to state `long'... > > if you follow this page, then there is no `long' and no `double' but > simply `integer' AKA `int'. In protos there are many `long'. Suggestions?
Depends on what it returns according to the source. Simply changing all these to int is not the answer. Some return bool, maybe some floats ... so it depends. But never should it say 'long'. > P.S: keep running that file :) I just tried and got undefined variable $ext. Regards, Philip -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
