Workaround for Socket::canRead() failing with PHP's VC9 binaries

at 2010-08-23 in Announcements by friebe (0 comments)

A workaround was added to the peer.Socket class which fixes up this method raising exceptions although the underlying select() call succeeded. This occurres when PHP's VC9 binaries are used - the native function will issue a warning "Invalid CRT parameters detected" which is incorrectly thought of to be an error. This is documented in PHP bug #49948.



Subscribe

You can subscribe to the XP framework's news by using RSS syndication.


Categories

News
General
PHP5
Announcements
RFCs
Further reading
Examples
Editorial
EASC
Experiments
Unittests
Databases
5.8-SERIES
Unicode
Language
5.9-SERIES

Related

Find related articles by a search for «Workaround».