zendtech / IbmiToolkit

PHP frontend to XMLSERVICE for IBM i development.
BSD 3-Clause "New" or "Revised" License
46 stars 34 forks source link

Ensure HTTP transport does not try to use "persistence" (check if still an issue) #69

Open alanseiden opened 8 years ago

alanseiden commented 8 years ago

Check on this to see if still relevant:

Remove need for $conn->setIsPersistent(true), because there is no sense of “persistence” when HTTP transport used, so errors occur if a close/disconnect can be sent. Same issue may occur with PECL transport because there's no true “connection.”

alanseiden commented 4 years ago

Notes: