Home » Web Services » XML_RPC » Bug #1819
XML_RPC_Encode doesn't run with ERROR_ALL enabled
Details
| Submitted | 2004-07-08 01:07 UTC |
|---|---|
| From | jon at jellybob dot co dot uk |
| Assigned | danielc |
| Status | Closed |
| Package | XML_RPC |
| PHP Version | 5.0.0RC3 (Release Candidate 3) |
| OS | Linux |
| Roadmaps | (Not assigned) |
Comments
[2004-07-08 01:07 UTC] jon at jellybob dot co dot uk
Description:
------------
When running with ERROR_ALL enabled in php.ini XML_RPC_encode throws an Unidentified index notice when attempting to check the keys.
This can be fixed by making sure that you check isset($keys[0]) before doing anything else, and fall through otherwise.
[2004-12-01 00:44 UTC] techtonik at tut dot by
could you check bug #1493 for a patch submitted?