Home » Web Services » SOAP » Bug #381
warning in Base.php
Details
| Submitted | 2003-12-08 21:23 UTC |
|---|---|
| From | smith at backendmedia dot com |
| Assigned | arnaud |
| Status | Closed |
| Package | SOAP |
| PHP Version | 4.3.4 |
| OS | Windows |
| 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*****