[PHP-DEV] Re: List of all functions

2003-02-13 Thread Rickard Andersson
I'm such an idiot! 20 seconds after I posted I found this: http://www.php.net/quickref.php I'm really sorry :-) -- Rickard -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] List of all functions

2003-02-13 Thread Rickard Andersson
I would very much like a complete list of all functions in PHP 4.3.0. Is there a way to generate this from the source tree or do I have to go through it all "by hand"? -- Rickard -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Function/variable naming convention

2003-01-14 Thread Rickard Andersson
ot saying I don't like it, it's just not very common. /Rickard Andersson -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Should I fix this?

2003-01-12 Thread Rickard Andersson
Pierre-Alain Joye wrote: > You do not have to feel like an idiot, I always specify the width&height > for the images. Well, since I had somehow "forgotten" that I could use getimagesize() with every image display, I do, but if it had been a question of using the database to save width&height, I do

Re: [PHP-DEV] Should I fix this?

2003-01-12 Thread Rickard Andersson
Melvyn Sopacua wrote: > I don't agree. > An avatar, by nature, has a fixed _image_ size. If you allow variable > avatar image sizes, then you still have the option to use that same > getimagesize() > to set the width and height attributes of the HTML IMG tag and the browser > (any browser), will re

Re: [PHP-DEV] Should I fix this?

2003-01-07 Thread Rickard Andersson
Marcus Börger wrote: > The advantage is that this would retrieve the correct size even for gifs > with multiple images. On the other hand the disadvantage is speed loss. I've been giving this some thought. Shouldn't getimagesize() just return false if the "actual size" (the largest size found in

[PHP-DEV] Should I fix this?

2003-01-06 Thread Rickard Andersson
My only contribution to PHP thus far is the following bug report/feature request (#18052): getimagesize() blindly trusts the width and height specified in the header of gifs. You can just hexedit the file and set the width and height to any value and getimagesize() will believe that is the "true s