*Click Here to Enjoy........!!!!* <http://digitalcamsreviews.com/?p=112> <http://www.amazingadgets.com/Gadgets/travel-gadgets/jvc-mini-dv-camcorder-35x-zoom.php> *for full review off BIG BOOBS check this*
http://www.Breastsurgeryadvice.com <http://www.amazingadgets.com/> *For More Daily Updates please check these links For Digital Cameras<http://www.amazingadgets.com/Gadgets/category/degital-cameras> Click Here..... For Latest Mobiles<http://www.amazingadgets.com/Gadgets/category/latest-mobile> **Click Here..... For Latest Gadgets <http://www.amazingadgets.com/Gadgets/category/gadgets> **click here...... For Latest Laptops <hS handshake is done or the client connection is dropped. Reproduce code: --------------- <?php $s = stream_socket_server("tcp://127.0.0.1:8888"); $c = stream_socket_accept($s); stream_set_blocking($c, false); $ret = stream_socket_enable_crypto($c, true, STREAM_CRYPTO_METHOD_TLS_SERVER); var_dump($ret); ?> then just "telnet localhost 8888" from another term Expected result: ---------------- script should print "int(0)" and exit Actual result: -------------- script blocks at the stream_socket_enable_crypto() call and is stuck in a CPU consuming loop until the client connection is either handshaked or dropped. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=45808&edit=1
