Re: [PHP-GTK] Re: Can't get V0.1 to run on Win98

[email protected] ("Frank M. Kromann") Mon, 06 Aug 2001 19:27:58 -0700
Newsgroups php.gtk
Message-ID <[email protected]>
Hi David,

> With old php.exe & php4ts.dll (V4.0.6) I get:
> 
>   Unable to load dynamic library 'e:\php\extensions\php_gtk.dll'
> - A device attached to the system is not functioning.

This is not supposed to work. The internal structures are incompatible!


> With the only included in the GTK dist I get:
> 
> PHP Warning:  Unable to load dynamic library 'e:\php\extensions\php_gd.dll' - A
> device attached to the system is not functioning.
>   in Unknown on line 0

I havent testet the system on Win98. Everything works fine on Windows 2000. I'm currently building new binaries, due to changes in the php and Zend api's. I can send you new copies of the binaries in the distribution ?


> PHP Warning:  Unable to load dynamic library 'e:\php\extensions\php_imap.dll' -
> A device attached to the system is not functioning.
>   in Unknown on line 0

This will not work with the new php.exe and php4ts.dll. Again the internal structures was changed and you ned new versions of ALL extensions.

- Frank