PEAR is archived and read-only

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

Home » Web Services » SOAP » Bug #381

warning in Base.php

Details

Submitted2003-12-08 21:23 UTC
Fromsmith at backendmedia dot com
Assignedarnaud
StatusClosed
PackageSOAP
PHP Version4.3.4
OSWindows
Roadmaps(Not assigned)

Comments

[2003-12-08 21:23 UTC] smith at backendmedia dot com

Description:
------------
I am getting undefined index 0 errors unless I add the following code to Base.php

RCS file: /repository/pear/SOAP/Attic/Base.php,v
retrieving revision 1.40
diff -r1.40 Base.php
601c601
< if ($ar_size > 0 && is_a($value[0],'soap_value')) {
---
> if ($ar_size > 0 && isset($value[0]) && is_a($value[0],'soap_value')) {

*****CVS exited normally with code 1*****