unread
GD build with gdlib 1.x is broken. You can see the compile log for
details:
http://snaps.php.net/win32/compile-STABLE.log
Also what's the status on apache2 support. Is filter obsoleted by
handler? Handler needs to be fixed for win32 platform. If we're
going to ship both handler and filter we need to chose a filename
for the handler. The filter has so far being shipped as
php4apache2.dll.
Edin
unread
GD build with gdlib 1.x is broken. You can see the compile log for
details:
Drop the gdlib 1.x support. Having 2 php_gd.dll's there just
adds confusion. Someone already reported a bug about it too
when he was using the 1.x version and some function was missing
which is in gd2 only.
Also what's the status on apache2 support. Is filter obsoleted by
handler? Handler needs to be fixed for win32 platform. If we're
Yes, filter is obsoleted by handler. (latter actually works)
going to ship both handler and filter we need to chose a filename
for the handler. The filter has so far being shipped as
php4apache2.dll.
I don't think we need to ship it for win32 anymore.
Just remove the filter build altogether and replace it
with the handler.
--Jani