PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Web Services » XML_RPC » Bug #1819

XML_RPC_Encode doesn't run with ERROR_ALL enabled

Details

Submitted2004-07-08 01:07 UTC
Fromjon at jellybob dot co dot uk
Assigneddanielc
StatusClosed
PackageXML_RPC
PHP Version5.0.0RC3 (Release Candidate 3)
OSLinux
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?