Hi guys I have a very strange problem in that some socket connects seem to return corrupt data. For an example of my problem, retrieving http://hub.ebay.com/buy?ssPageName=h:h:cat:US with the PEAR HTTP_Request class, adds a few question marks (?) all over the page (eg ? Search, ? Browse Categories).
Now, the reason I post this to the install list is that I don't have this problem on another install (Debian testing with custom built PHP 5). So far my problem has occurred on RHEL 3.1 php4 packages as well as a custom built php5. I also had the same problem on Debian's precompiled php4 packages which was what lead me to compile php5 myself (as mentioned earlier, this successfully removed the problem). The problem does not occur with the windows binary + apache2. So this has lead me to believe that either I am missing some kind of configure option, or I 'm linking with some kind of broken package. My configure command looks as follows: './configure' '--prefix=/usr/local/' '--with-mysql' '--with-curl=shared,/usr' '--enable-wddx' '--with-zlib' '--with-config-file-path=/etc/' '--enable-memory-limit' '--with-regex=php' '--with-pear=/usr/share/php' '--enable-calendar' '--with-bz2' '--with-pcre-regex' '--enable-sockets' '--with-openssl=/usr' '--with-kerberos' '--with-apxs2=/usr/sbin/apxs' '--enable-mbstring' '--enable-wddx' '--with-ttf' Any help and/or suggestions appreciated Thanks Marnitz ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.