summaryrefslogtreecommitdiff
path: root/ext/soap/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-5.4'Xinchen Hui2012-10-1067-0/+0
|\
| * Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-1067-0/+0
| |\
| | * Remove executable permission on phptXinchen Hui2012-10-1067-0/+0
| | |
| * | Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2012-09-032-0/+70
| |\ \ | | |/ | | | | | | | | | * PHP-5.3: Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice)
| | * Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice)Dmitry Stogov2012-09-032-0/+70
| | |
* | | Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice)Dmitry Stogov2012-09-032-0/+70
| | |
* | | remove remaining traces of unicode.* ini settingsNuno Lopes2012-05-271-3/+0
|/ /
* | Merge branch 'PHP-5.3' into PHP-5.4zoe slattery2012-05-152-6/+2
|\ \ | |/ | | | | | | * PHP-5.3: Change impl of GZIP_POST, DEFLATE_POST. See #62021
| * Change impl of GZIP_POST, DEFLATE_POST. See #62021zoe slattery2012-05-152-6/+2
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-04-162-1/+53
|\ \ | |/ | | | | | | * PHP-5.3: Fix bug 61719 ext\soap\tests\bugs\bug31422.phpt fails
| * Fix bug 61719 ext\soap\tests\bugs\bug31422.phpt failsAnatoliy Belsky2012-04-162-1/+53
| |
| * more verbose skip reason in test files with not so obvious extension ↵Olivier DOUCET2012-02-251-1/+1
| | | | | | | | requirements
| * Fixed bug #54911 (Access to a undefined member in inherit SoapClient may ↵Dmitry Stogov2011-11-281-0/+22
| | | | | | | | cause Segmentation Fault)
| * Fixed bug #44686 (SOAP-ERROR: Parsing WSDL with references)Dmitry Stogov2011-11-142-0/+207
| |
| * - skip on win, diff TZ formatPierre Joye2011-09-071-1/+5
| |
| * Fixed bug #55323 (SoapClient segmentation fault when XSD_TYPEKIND_EXTENSION ↵Dmitry Stogov2011-08-102-0/+95
| | | | | | | | contains itself)
| * - fix testPierre Joye2010-12-181-4/+4
| |
| * - NEWS update and test related to the NULL poisoning recent fixesPierre Joye2010-12-181-0/+17
| |
| * - Added missing SKIPIFFelipe Pena2010-08-065-0/+10
| |
| * Fixed bug #50762 (in WSDL mode Soap Header handler function only being ↵Dmitry Stogov2010-05-282-0/+81
| | | | | | | | called if defined in WSDL). (mephius at gmail dot com)
| * Fixed bug #50698 (SoapClient should handle wsdls with some incompatiable ↵Dmitry Stogov2010-05-058-0/+1252
| | | | | | | | endpoints). (Justin Dearing)
| * - Fixed testsFelipe Pena2010-04-032-45/+10
| |
* | more verbose skip reason in test files with not so obvious extension ↵Olivier DOUCET2012-02-251-1/+1
| | | | | | | | requirements
* | test fixesStanislav Malyshev2011-12-261-0/+1
| |
* | Fixed bug #54911 (Access to a undefined member in inherit SoapClient may ↵Dmitry Stogov2011-11-281-0/+22
| | | | | | | | cause Segmentation Fault)
* | Fixed bug #44686 (SOAP-ERROR: Parsing WSDL with references)Dmitry Stogov2011-11-142-0/+207
| |
* | - skip on win, diff TZ formatPierre Joye2011-09-071-1/+5
| |
* | Fixed bug #55323 (SoapClient segmentation fault when XSD_TYPEKIND_EXTENSION ↵Dmitry Stogov2011-08-102-0/+95
| | | | | | | | contains itself)
* | - Added missing SKIPIFFelipe Pena2010-08-065-0/+10
| |
* | Fixed bug #50762 (in WSDL mode Soap Header handler function only being ↵Dmitry Stogov2010-05-282-0/+81
| | | | | | | | called if defined in WSDL). (mephius at gmail dot com)
* | Fixed bug #50698 (SoapClient should handle wsdls with some incompatiable ↵Dmitry Stogov2010-05-058-0/+1252
| | | | | | | | endpoints). (Justin Dearing)
* | - Fixed testsFelipe Pena2010-04-032-45/+10
|/
* - Fix test (Bug #51036)Felipe Pena2010-02-151-1/+1
|
* - Added missing SKIPIFFelipe Pena2010-02-155-0/+10
|
* Added missing INI settingsIlia Alshanetsky2010-01-201-0/+3
|
* Fixed bug #47273 (Encoding bug in SoapServer->fault)Dmitry Stogov2009-08-261-0/+53
|
* - Drop unused codeFelipe Pena2009-06-151-7/+0
|
* - MFH: Fixed bug #48557 (Numeric string keys in Apache Hashmaps are not cast ↵Felipe Pena2009-06-152-0/+109
| | | | to integers) patch by David Zülke <david.zuelke at bitextender.com>
* MFH: Fix skipifArnaud Le Blanc2009-05-203-0/+3
|
* Fixed bug #47049 (SoapClient::__soapCall causes a segmentation fault)Dmitry Stogov2009-02-182-0/+99
|
* Fixed bug #46419 (Elements of associative arrays with NULL value are lost)Dmitry Stogov2009-01-261-0/+43
|
* - New testFelipe Pena2009-01-051-0/+16
|
* Fixed bug #43069 (SoapClient causes 505 HTTP Version not supported error ↵Dmitry Stogov2008-12-011-2/+2
| | | | message)
* Fixed bug #44882 (SOAP extension object decoding bug)Dmitry Stogov2008-11-272-0/+139
|
* Fixed bug #46427 (SoapClient() stumbles over its "stream_context" parameter)Dmitry Stogov2008-11-271-0/+20
|
* Fixed bug #43045 (SOAP encoding violation on "INF" for type double/float)Dmitry Stogov2008-10-011-0/+52
|
* - MFH: Changed error level E_ERROR into E_WARNING in parameter validationFelipe Pena2008-09-081-1/+3
|
* - MFH: Removed the doubled error message (the error level is no longer E_ERROR)Felipe Pena2008-09-071-1/+1
|
* MFH: Fix tests: need simplexmlArnaud Le Blanc2008-07-234-0/+4
|
* MFH: Fix tests: soap tests in schema/ needs the xml extensionArnaud Le Blanc2008-07-231-0/+2
|