ID:               38233
 Comment by:       horaci at gmail dot com
 Reported By:      khalid at pixelcraze dot com
 Status:           No Feedback
 Bug Type:         SOAP related
 Operating System: FC 4
 PHP Version:      5.1.4
 New Comment:

We are having the exact same problem, randomly, when trying to access
webservices from our SAP servers business connectors.

As far as we know, it has been working flawlesly for at least 2 months
until 3 days ago.

Any help is appreciated,
Thanks


Previous Comments:
------------------------------------------------------------------------

[2006-08-05 01:00:00] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".

------------------------------------------------------------------------

[2006-07-28 10:53:17] [EMAIL PROTECTED]

Please provide SHORT and COMPLETE reproduce script, just to be sure
that it's not a PEAR issue.

------------------------------------------------------------------------

[2006-07-28 10:47:23] khalid at pixelcraze dot com

Script requires Pear://Services_Google and a google API Key from
www.google.com/api/

<?php
require_once("Services/Google.php");
$key = "Google_Key";

for($i=1;$i<200;$i++) {

$google = new Services_Google($key);
$google->queryOptions['limit'] = 1000;
$google->search('"page '.$i.'"');
$googleRes = $google->numResults();
echo "$i: $googleRes\n";
}

?>

THe issue is that sometimes this script will run fine. Another time,
the script will die at random intervals...

------------------------------------------------------------------------

[2006-07-28 10:28:11] [EMAIL PROTECTED]

Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc.

If possible, make the script source available online and provide
an URL to it here. Try to avoid embedding huge scripts into the report.



------------------------------------------------------------------------

[2006-07-27 11:19:45] khalid at pixelcraze dot com

Same error occurs on the latest:

PHP 5.2.0RC2-dev (cli) (built: Jul 27 2006 12:05:06) 
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2006 Zend Technologies

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/38233

-- 
Edit this bug report at http://bugs.php.net/?id=38233&edit=1

Reply via email to