Edit report at https://bugs.php.net/bug.php?id=61719&edit=1
ID: 61719 Updated by: a...@php.net Reported by: a...@php.net Summary: ext\soap\tests\bugs\bug31422.phpt fails -Status: Open +Status: Closed Type: Bug Package: SOAP related Operating System: windows PHP Version: 5.3.10 -Assigned To: +Assigned To: ab Block user comment: N Private report: N New Comment: This bug has been fixed in SVN. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. For Windows: http://windows.php.net/snapshots/ Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2012-04-13 12:48:58] a...@php.net the warnings order is differend, so just duplicated for windows ------------------------------------------------------------------------ [2012-04-13 12:46:05] a...@php.net The following patch has been added/updated: Patch Name: 61719.diff Revision: 1334321165 URL: https://bugs.php.net/patch-display.php?bug=61719&patch=61719.diff&revision=1334321165 ------------------------------------------------------------------------ [2012-04-13 09:43:26] a...@php.net Description: ------------ Test diff: 001+ <?xml version="1.0" encoding="UTF-8"?> 002+ <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>Hello</faultstring></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope> 003- <?xml version="1.0" encoding="UTF-8"?> 004- <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>Hello</faultstring></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope> Expected result: ---------------- test pass Actual result: -------------- test diff ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=61719&edit=1