doctrine / couchdb-client

CouchDB Client library
MIT License
122 stars 68 forks source link

Connection problem with php 7 #68

Open amakhiln opened 8 years ago

amakhiln commented 8 years ago

Does this plugin work with php 7? It shows a maximum execution time exceeded error PHP Fatal error: Maximum execution time of 30 seconds exceeded in \vendor\doctrine\couchdb\lib\Doctrine\CouchDB\HTTP\SocketClient.php on line 183 which appears to be a while loop. Can you please help me out here?