ConFoo Montreal 2026: Call for Papers

Voting

: four minus four?
(Example: nine)

The Note You're Voting On

ChrisB
19 years ago
Heads up for anyone using PHP Soap + Sessions + PEAR DB classes.

Every time you make a call, via the soap client to your web service, your PEAR DB session is put to sleep and it doesnt by default wake upon the next request.

To fix this I simply called my particular database close call ifx_close() below my $soap->handle();

<< Back to user notes page

To Top