And now I'm wondering why that suddenly becomes ugly and, as pointed Sebastion, why PHP should follow different things than 99.9999% of others OO langages.
one reason might bee that we do not have case sensitive function names so that it is possible to use whatever "CAPSulation" you want as it already happens today with code using GD or OCI functions
when reading code that uses e.g. GD you'll see
- imagecreatefromgif - imageCreateFromGif - ImageCreateFromGif - ImageCreateFromGIF - ...
and i see no reason why we should expect this *not* to happen with code using PEAR classes
i know that it is to late to change the PEAR coding standards in that respect but i don't want to see this virus spread ... :-|
-- Hartmut Holzgraefe <[EMAIL PROTECTED]>
-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php