[phpsoa] Re: DUNLIN RC1 testing

2007-06-19 Thread Graham Charters
Hi Simon, Yes, I see the same problem. When run with run-tests I get the following error (I've not had chance to investigate further): ACTUAL OUTPUT Warning: SDO_DAS_XML::create(): php_network_getaddresses: getaddrinfo failed: No such host is known. in C:\php\PEAR\SCA\Bindings\soap

[phpsoa] Re: DUNLIN RC1 testing

2007-06-19 Thread simonslaws
Thanks for trying that Graham. I've fix a few more things.. 1/ I've fixed the case of the Helloworld.php?smd reference 2/ examples/SDO/rss-media missing. I didn't get a response to this so I have removed the example from the examples/SDO/index.htm. 3/ I've put an example of how tests can be

[phpsoa] Re: DUNLIN RC1 testing

2007-06-19 Thread simonslaws
On 19 Jun, 10:47, [EMAIL PROTECTED] wrote: Thanks for trying that Graham. I've fix a few more things.. 1/ I've fixed the case of the Helloworld.php?smd reference 2/ examples/SDO/rss-media missing. I didn't get a response to this so I have removed the example from the

[phpsoa] Re: DUNLIN RC1 testing

2007-06-19 Thread Matthew Peters
Simon, the index.php did contain a reference to helloworldscajsonrpc/ Helloworld.php which did not exist - it should have been helloworld.php. Thanks for spotting - I have fixed. Matthew On 18 Jun, 16:12, [EMAIL PROTECTED] wrote: Things left to do If any one fancies taking a look 1/

[phpsoa] Re: DUNLIN RC1 testing

2007-06-19 Thread Graham Charters
I've just done 'pear run-tests' instead of 'php run-tests.php ...' and 004 passes, so I think the failure is due to running the phpt tests in an inappropriate way. Graham. On 19 Jun, 15:16, Matthew Peters [EMAIL PROTECTED] wrote: Simon, the index.php did contain a reference to

[phpsoa] Re: DUNLIN RC1 testing

2007-06-19 Thread Simon Laws
OK, so that's all my issues run to ground. Let's make another RC? Simon --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups phpsoa group. To post to this group, send email to phpsoa@googlegroups.com To unsubscribe from

[phpsoa] Re: DUNLIN RC1 testing

2007-06-19 Thread Matthew Peters
Good progress. I will generate another RC --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups phpsoa group. To post to this group, send email to phpsoa@googlegroups.com To unsubscribe from this group, send email to

[phpsoa] Re: DUNLIN RC1 testing

2007-06-19 Thread Matthew Peters
...well, actually. Two things: 1. I moved the dependency test for the ebaysoapbinding into one place in the setUp method rather than in every test. I hope you would have done the same... ...but... 2. There are some horrible network delays. I am working at home on a broadband line and the soap

[phpsoa] Re: DUNLIN RC1 testing

2007-06-19 Thread Matthew Peters
2. There are some horrible network delays. I am working at home on a For example I just got a timeout. We can see it is going out on the web for http://schemas.xmlsoap.org/wsdl/: .br / bWarning/b: SDO_DAS_XML::create(http://schemas.xmlsoap.org/wsdl/) [a

[phpsoa] Re: DUNLIN RC1 testing

2007-06-19 Thread simonslaws
On 19 Jun, 18:11, Matthew Peters [EMAIL PROTECTED] wrote: 2. There are some horrible network delays. I am working at home on a For example I just got a timeout. We can see it is going out on the web forhttp://schemas.xmlsoap.org/wsdl/: .br / bWarning/b:

[phpsoa] Re: DUNLIN RC1 testing

2007-06-19 Thread cem
On Jun 19, 9:22 pm, [EMAIL PROTECTED] wrote: On 19 Jun, 18:11, Matthew Peters [EMAIL PROTECTED] wrote: 2. There are some horrible network delays. I am working at home on a For example I just got a timeout. We can see it is going out on the web for http://schemas.xmlsoap.org/wsdl/:

[phpsoa] Re: DUNLIN RC1 testing

2007-06-18 Thread Matthew Peters
Simon, the place to fix things is in DUNLIN. Once that is right, then I will move the code across to HEAD, create the release, and make the new branch. Please go ahead and fix anything you want to, then when you have finished let me know what's left. I should have made more effort to catch the

[phpsoa] Re: DUNLIN RC1 testing

2007-06-18 Thread simonslaws
On 18 Jun, 10:56, Matthew Peters [EMAIL PROTECTED] wrote: SCA_SDO-1.2.2.tgz - the version that Simon has been using above, no fixes yet - is now in the files section. OK, I've done the easy fixes in DUNLIN. I've also overhauled the installation instruction so if people could go and review

[phpsoa] Re: DUNLIN RC1 testing

2007-06-18 Thread simonslaws
php04.php works fine if I run it from the command line fbut fails if I run the phpt test case using run-tests? Anyone else seeing this behaviour? Simon --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups phpsoa

[phpsoa] Re: DUNLIN RC1 testing

2007-06-15 Thread simonslaws
I'm still having problems with my Windows environment. All of my phpt tests fail with empty output files. Anyone any ideas? Anyhow here's what I found... Linux: FC6 PHP 5.2.0 tests/SCA/phpunit/TestSuite.php ln 407 - requires SoapBinding rather than SOapBinding

[phpsoa] Re: DUNLIN RC1 testing

2007-06-15 Thread Caroline Maynard
[EMAIL PROTECTED] wrote: I'm still having problems with my Windows environment. All of my phpt tests fail with empty output files. Anyone any ideas? What happens if you run the generated php scripts manually? There is a new dependency, via PHP, on open ssl in the tests (deep joy - that

[phpsoa] Re: DUNLIN RC1 testing

2007-06-15 Thread simonslaws
On 15 Jun, 12:31, Caroline Maynard [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: I'm still having problems with my Windows environment. All of my phpt tests fail with empty output files. Anyone any ideas? What happens if you run the generated php scripts manually? It turned out to be

[phpsoa] Re: DUNLIN RC1 testing

2007-06-15 Thread Caroline Maynard
[EMAIL PROTECTED] wrote: On 15 Jun, 12:31, Caroline Maynard [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: There is a new dependency, via PHP, on open ssl in the tests (deep joy - that kept me entertained for a while - not SCA-SDOs fault though). Not sure what you mean by via PHP. I

[phpsoa] Re: DUNLIN RC1 testing

2007-06-15 Thread Simon Laws
On 6/15/07, Caroline Maynard [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: On 15 Jun, 12:31, Caroline Maynard [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: There is a new dependency, via PHP, on open ssl in the tests (deep joy - that kept me entertained for a while - not