Hmmm,

There is no configure option any longer; but a make clean followed
by a reconfigure and rebuild should fix most problems like that.

I think you might need to look at the php_stream_seek stuff in
image.c in particular.

--Wez.



On 16/03/02, "Marcus Börger" <[EMAIL PROTECTED]> wrote:
> SORRY,
> 
> had to reconfigure with --enable-php-streams
> 
> now it compiles and works
> but getimagesize is broken for jpegs i will fix that tomorrow - think it's 
> a problem of the latest features (argh)
> 
> marcus
> 
> At 22:53 15.03.2002, Marcus Börger wrote:
> >on cygwin (but i cannot finr any definition for them) ?!
> >
> >ext/standard/http_fopen_wrapper.o(.text+0x17f):http_fopen_wrapper.c: 
> >undefined reference to `SOCK_FCLOSE'
> >ext/standard/http_fopen_wrapper.o(.text+0x280):http_fopen_wrapper.c: 
> >undefined reference to `SOCK_WRITE'
> >ext/standard/http_fopen_wrapper.o(.text+0x3b1):http_fopen_wrapper.c: 
> >undefined reference to `SOCK_WRITE'
> >ext/standard/http_fopen_wrapper.o(.text+0x430):http_fopen_wrapper.c: 
> >undefined reference to `SOCK_WRITE'
> >ext/standard/http_fopen_wrapper.o(.text+0x4d0):http_fopen_wrapper.c: 
> >undefined reference to `SOCK_WRITE'
> >ext/standard/http_fopen_wrapper.o(.text+0x4e6):http_fopen_wrapper.c: 
> >undefined reference to `SOCK_WRITE'
> >ext/standard/http_fopen_wrapper.o(.text+0x543):http_fopen_wrapper.c: 
> >undefined reference to `SOCK_FEOF'
> >ext/standard/http_fopen_wrapper.o(.text+0x567):http_fopen_wrapper.c: 
> >undefined reference to `SOCK_FGETS'
> >ext/standard/http_fopen_wrapper.o(.text+0x6cf):http_fopen_wrapper.c: 
> >undefined reference to `SOCK_FEOF'
> >ext/standard/http_fopen_wrapper.o(.text+0x728):http_fopen_wrapper.c: 
> >undefined reference to `SOCK_FGETS'
> >ext/standard/http_fopen_wrapper.o(.text+0x818):http_fopen_wrapper.c: 
> >undefined reference to `SOCK_FGETS'
> >ext/standard/http_fopen_wrapper.o(.text+0x96b):http_fopen_wrapper.c: 
> >undefined reference to `SOCK_FCLOSE'
> >
> >At 22:12 15.03.2002, Wez Furlong wrote:
> >>Well, PHP finally supports fopen("https://...";) :-)
> >>
> >>Please please please test the following things in particular
> >>as I can't compile them or verify them here:
> >>
> >>hyperwave:
> >>hw_new_document_from_file
> >>
> >>gd:
> >>functions that create images from files.
> >>In particular, try creating from "wrapped" files over
> >>http, ftp etc.
> >>
> >>pfsockopen()
> >>copy() - particularly with "wrapped" source/dest
> >>gzopen (and friends)
> >>gzfile
> >>
> >>If you have a system where HAVE_FLUSHIO is important,
> >>please let me know if plain files work correctly when
> >>switching between read and write.
> >>
> >>If you have things in Pear/PECL or a third party
> >>extension that used the old FP_XXX or php_file_le_fopen(),
> >>please contact me and I can help you update your code for
> >>streams (it's easy).
> >>
> >>I'll check back in a couple of hours to see if anyone
> >>has found show stoppers; otherwise I'll be signing off
> >>till the morning (it is Friday after all!)
> >>
> >>--Wez.
> >>
> >>
> >>--
> >>PHP Development Mailing List <http://www.php.net/>
> >>To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
> >--
> >PHP Development Mailing List <http://www.php.net/>
> >To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 
> -- 
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to