Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.4.5

Request #9492 enquire_link
Submitted: 2006-11-28 19:49 UTC
From: dariov at libero dot it Assigned: silospen
Status: Closed Package: Net_SMPP (version 0.4.4)
PHP Version: Irrelevant OS:
Roadmaps: (Not assigned)    
Subscription  


 [2006-11-28 19:49 UTC] dariov at libero dot it (Dario Ventura)
Description: ------------ enquire_link and enquire_link_resp are useful sometimes. error like Failed opening 'Net/SMPP/Command/enquire_link.php' for inclusion Test script: --------------- $ssm =& Net_SMPP::PDU('enquire_link'); $this->smsc->sendPDU($ssm); just coping a simple unbind.php, renaming class names and save as should solve the problem: Net/SMPP/Command/enquire_link.php Net/SMPP/Command/enquire_link_resp.php Expected result: ---------------- enquire_link_resp pdu Actual result: -------------- Failed opening 'Net/SMPP/Command/enquire_link.php' for inclusion

Comments

 [2010-04-12 13:54 UTC] silospen (Simon Spencer)
Attached patch for fix.
 [2010-04-16 22:08 UTC] silospen (Simon Spencer)
-Status: Open +Status: Closed -Assigned To: +Assigned To: silospen
This bug has been fixed in SVN. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.