Win32 issues prior to 4.3.2 release

php.internals

Edin Kadribasic

23 years ago
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

Jani Taskinen

23 years ago
On Thu, 13 Mar 2003, Edin Kadribasic wrote:
>GD build with gdlib 1.x is broken. You can see the compile log for >details: > >http://snaps.php.net/win32/compile-STABLE.log
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