php-src/ext/soap
Anatol Belski 4308c868f9 Fixed bug #70979 crash with bad soap request
The error handler is overloaded with the SOAP one. However the SOAP
handler eventually wants to access some of its globals. This won't
work as long as the SOAP globals aren't initialized. The use case
is when an error is thrown before RINIT went through. As the call
order is arbitrary, the safest is to wait when all the modules
called their RINIT.
2016-01-14 17:42:28 +01:00
..
interop typo fixes - https://github.com/vlajos/misspell_fixer 2014-11-23 14:33:43 -08:00
tests Fix bug #70875 Segmentation fault if wsdl has no targetNamespace attribute 2015-11-07 11:00:33 +01:00
config.m4 Fix long-standing visual pain point: the misalignment of './configure help' text. 2013-08-06 11:06:09 -07:00
config.w32 - make it loud when libxml is missing or the dep is not present 2009-04-22 19:06:47 +00:00
CREDITS
package.xml typo fixes - https://github.com/vlajos/misspell_fixer 2014-11-23 14:33:43 -08:00
php_encoding.c Happy new year (Update copyright to 2016) 2016-01-01 19:21:47 +02:00
php_encoding.h Happy new year (Update copyright to 2016) 2016-01-01 19:21:47 +02:00
php_http.c Happy new year (Update copyright to 2016) 2016-01-01 19:21:47 +02:00
php_http.h Happy new year (Update copyright to 2016) 2016-01-01 19:21:47 +02:00
php_packet_soap.c Happy new year (Update copyright to 2016) 2016-01-01 19:21:47 +02:00
php_packet_soap.h Happy new year (Update copyright to 2016) 2016-01-01 19:21:47 +02:00
php_schema.c Happy new year (Update copyright to 2016) 2016-01-01 19:21:47 +02:00
php_schema.h Happy new year (Update copyright to 2016) 2016-01-01 19:21:47 +02:00
php_sdl.c Happy new year (Update copyright to 2016) 2016-01-01 19:21:47 +02:00
php_sdl.h Happy new year (Update copyright to 2016) 2016-01-01 19:21:47 +02:00
php_soap.dsp revert change #298288: Remove old dsp/dsw/makefile files 2010-04-28 14:41:51 +00:00
php_soap.h Happy new year (Update copyright to 2016) 2016-01-01 19:21:47 +02:00
php_xml.c Happy new year (Update copyright to 2016) 2016-01-01 19:21:47 +02:00
php_xml.h Happy new year (Update copyright to 2016) 2016-01-01 19:21:47 +02:00
soap.c Fixed bug #70979 crash with bad soap request 2016-01-14 17:42:28 +01:00
TODO Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07:00
TODO.old typo fixes - https://github.com/vlajos/misspell_fixer 2014-11-23 14:33:43 -08:00