hi there....
something weired is happening with the 5.2.5 source i just downloaded....
i have php 5.1.2 installed and working fine with apache 1.3.33 on freebsd 4.10.
that one was build with these options:
./configure --with-mysql=/usr/local/mysql --with-curl --with-apxs=/to/httpd/apxs --with-openssl=/usr --with-gd=/usr/local/ --with-zlib=/usr/local/ --with-xsl --enable-mbstring --enable-ftp --enable-exif --with-mhash=/usr/local/lib --with-tidy
now using the same configure options as the ones on the 5.1.2 the 5.2.5 fails all the tests. and it hangs here - not even half the tests are done:
SKIP libgd #86 (Possible infinite loop in imagecreatefrompng) [ext/gd/tests/libgd00086.phpt] reason: requires bundled GD library
TEST 1047/3407 [ext/gd/tests/libgd00086_extern.phpt]
"Possible infinite loop in imagecreatefrompng"?! why that doesn't happened with the 5.1.2. i ran the checks on that build too and everything was fine. including gd....
thanks....