summaryrefslogtreecommitdiff
path: root/ext/soap/php_xml.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Nuke signed/unsigned compiler warningsDmitry Stogov2006-07-111-14/+14
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* Fixed ZTS buildDmitry Stogov2005-08-021-1/+1
|
* Allow SOAP work when allow_url_fopen is turned off.Dmitry Stogov2005-08-011-0/+5
|
* Source cleanupDmitry Stogov2004-02-131-4/+4
|
* optimizationDmitry Stogov2004-02-061-1/+0
|
* PHP5 and WIN32 support was improvedDmitry Stogov2004-02-061-0/+2
|
* WSDL parsing speedup. Source cleanup.Dmitry Stogov2004-02-051-47/+138
|
* fix: proper handling of SOAP 1.1 href and unresolved attributes referencesDmitry Stogov2004-02-021-1/+1
|
* SOAP 1.2 specification conformity was improvedDmitry Stogov2004-01-301-0/+47
|
* fix: "Authors" correctedDmitry Stogov2004-01-291-1/+3
|
* - Add our standard headerDerick Rethans2004-01-291-0/+19
|
* fix: possible crash was fixedDmitry Stogov2004-01-291-2/+10
|
* Error reoprting improved by prefixDmitry Stogov2004-01-281-38/+0
| | | | | | New 'HTTP' fault code Source cleanup
* Source cleanupDmitry Stogov2004-01-281-5/+5
|
* SOAP 1.2: enc:id & enc:ref attributes support and fault codes ↵Dmitry Stogov2004-01-161-1/+18
| | | | (Sender/Receiver) where implemented
* SOAP 1.2 support was improvedDmitry Stogov2004-01-151-2/+8
|
* bugfixDmitry Stogov2004-01-131-101/+49
|
* Source cleanup.Dmitry Stogov2004-01-091-60/+57
|
* PHP5 support, better encoding and WSDL support, interop round 2 base and groupBDmitry Stogov2004-01-051-23/+18
|
* - Remove legacy non-streams code (as discussed with Brad).Wez Furlong2003-03-051-0/+28
| | | | | | | | | | | | - Make get_http_header_value() work using case-insensitive compares for the header names, as per relevant RFC's. - General performance boost for get_http_headers(). - Fix a crash bug when a malformed URL is passed to the soap client. - Implement https:// support in the the soap client. (does not verify the remote server certificate; it provides an encrypted link only). - Provide a hook for libxml to parse files using any registered PHP wrapper, including https://, ftps:// and any user-space streams.
* Migrated to C style comments.Andrey Hristov2003-01-141-2/+2
|
* Sync with Sourceforge CVSBrad LaFountain2002-08-071-1/+1
|
* import php-soap library from sourceforgeShane Caraveo2002-07-071-0/+214