[PHP-WIN] Gd2 dll library version higher than 2.0.28.

2005-03-02 Thread Xtlan
Hello. I am an user of PHP ver. 5.x distributed for windows under IIS server. Recently, I have read about gd 2.0.29 and the newest one - ver. 2.0.33 (http://www.boutell.com/gd/ site) - but unfortunately they haven't supported GD version for PHP released for windows. I wonder if there is any possib

[PHP-WIN] Re: static

2005-03-03 Thread Xtlan
is static declaration of variable - which means above class allows to make only one instance of variable - so you may refer to variable through class instance (only one instance in memory) and you may not refer to variable through object instances (multiple instances). Bests., Xtlan. -- PHP Windows Mai