Re: Further outstanding 64-bit issues with PHP_4_3
[email protected] ("David Hill") Sat, 8 Mar 2003 10:09:49 -0500
| Newsgroups | php.dev |
|---|---|
| Message-ID | <001e01c2e584$c9e4e420$6400a8c0@TheDuck> |
Thanks, will look at these and see if I can't get them in with Jani's permission. The OnUpdateLong is in my cvs queue, but I was getting a karma issue on Friday. Out of curiosity - which platform do you use ? I am on Tru64 and am working with the HP-UX folks. It would be interesting to know what other 64bit platforms are being covered/used. Once I went to the PHP_4_3 tree I did not encounter any configuration issues, other than the flex check, and as I had backed off to an older version, that was not a problem either for me anymore. Dave > Just looking at CVS diffs (can't compile at the moment due to > ./configure breakage), I can see... > > Remaining zend_parse_parameters problems: > > php4/ext/ftp/php_ftp.c > php4/ext/sockets/sockets.c > > General LP64 incompatabilities left over from my November patches: > > php4/ext/pgsql/pgsql.c > php4/ext/standard/url_scanner.c > php4/ext/standard/url_scanner_ex.c > > php4/main/network.c > php4/main/streams.c > (Need to check: is _php_stream_cast safe? If not, then > main/streams/cast.c in HEAD is probably not) > php4/main/streams/plain_wrapper.c > php4/main/streams/xp_socket.c > > And of course the OnUpdateLong stuff, but I guess that's in process. > >