Show
Ignore:
Timestamp:
09/25/08 15:02:12 (4 months ago)
Author:
felix
Message:

Merged revisions 2942,2944 via svnmerge from
http://svn.agavi.org/branches/1.0

........

r2942 | david | 2008-09-24 17:45:36 +0200 (Wed, 24 Sep 2008) | 1 line


Fixed #865: AgaviXmlConfigDomElement::hasChild() does not pass on $namespaceUri argument

........

r2944 | david | 2008-09-24 17:54:58 +0200 (Wed, 24 Sep 2008) | 1 line


merge [2932:2943/branches/0.11]

........

Location:
branches/felix-testing-implementation
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/felix-testing-implementation

    • Property svnmerge-integrated changed from /branches/1.0:1-2892,2894-2932 /branches/dominik-validation-argument-sources:1-2901 to /branches/1.0:1-2892,2894-2944 /branches/dominik-validation-argument-sources:1-2901
  • branches/felix-testing-implementation/samples/pub/xmlrpc-test.php

    r1964 r2946  
    88    <h1>Agavi XML-RPC Test</h1> 
    99<?php 
    10 $request = xmlrpc_encode_request('getItemPrice', array('name' => 'nonsense'), array("encoding" => "utf-8", "escaping" => "markup")); 
     10$request = xmlrpc_encode_request('getItemPrice', array('id' => 123456), array("encoding" => "utf-8", "escaping" => "markup")); 
    1111 
    1212$url = "http://localhost/~dzuelke/_projects/agavi/branches/0.11/samples/pub/xmlrpc.php";