|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2005-10-30 18:07 UTC] lists at cyberlot dot net
Description: ------------ I have tried running both the socket server and the socket test script on multiple versions found the only part that matters is what version the server is running on. On RC1 it works fine, RC3 and RC4 ( never tried RC2 ) some of the writes get "lost" Reproduce code: --------------- http://www.flashunity.com/wiki/DownLoads Run the engine.php in one terminal, runtests.php in other.. RC1 everything works RC3 and RC4 the tests never finish, Mine always hang on the 3rd test. I haven't been able to reproduce with a simpler set of code as of yet. Expected result: ---------------- Tests to be completed Actual result: -------------- Tests fail PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 09:00:01 2025 UTC |
I am sorry, I assumed this to be a socket issue when in reality it turned out to be a simple_xml issue It is possible for a simpleXMLElemnt Object to fail a if($object) { } Test in RC3 and RC4 will resubmit as new bug