PHP's SVN commit r288034 by Sriram Natarajan intoduces leakage of data reading from socket: feof() reports EOF while not all data sent into socket by server (ktrace confirmed) is read. More info: http://recoursive.com/blog/archives/208 Fix: Apply patch from r288604 commit and rebuld php5 port: http://svn.php.net/viewvc/php/php-src/branches/PHP_5_2/main/streams/xp_socket.c?r1=288034&r2=288604&pathrev=288604 How-To-Repeat: try to communicate with some socket-listening server using php's fread() to fetch data from socket
Responsible Changed From-To: freebsd-ports-bugs->ale Over to maintainer.
State Changed From-To: open->closed Committed, thanks!
ale 2009-10-12 13:14:26 UTC FreeBSD ports repository Modified files: lang/php5 Makefile Added files: lang/php5/files patch-main_streams_xp_socket.c Log: Fix sockets. PR: ports/139343 Submitted by: Boris <lytboris@gmail.com> Revision Changes Path 1.140 +1 -1 ports/lang/php5/Makefile 1.1 +11 -0 ports/lang/php5/files/patch-main_streams_xp_socket.c (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"