zendtech / IbmiToolkit

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

Correct order of plug prefixes #167

Closed alanseiden closed 2 years ago

alanseiden commented 2 years ago

Previous order was flawed. iPLUGR would never be selected because iPLUG was part of iPLUGR and would match in str_replace(). Hence, the wrong stored procedure would be selected under certain conditions.

alanseiden commented 2 years ago

@chukShirley Here is a pull request for the issue we discussed last week. Please review.