Home
last modified time | relevance | path

Searched refs:soap (Results 526 – 534 of 534) sorted by relevance

1...<<2122

/PHP-5.4/ext/soap/
H A Dphp_soap.dsp72 …/D "ZTS" /D ZEND_DEBUG=1 /D "COMPILE_DL_SOAP" /FR"Debug_TS/" /Fp"Debug_TS/soap.pch" /YX /Fo"Debug_…
120 SOURCE=.\soap.c
H A Dsoap.c191 PHP_RINIT_FUNCTION(soap);
192 PHP_MINIT_FUNCTION(soap);
194 PHP_MINFO_FUNCTION(soap);
456 PHP_MINIT(soap),
457 PHP_MSHUTDOWN(soap),
458 PHP_RINIT(soap),
460 PHP_MINFO(soap),
468 ZEND_GET_MODULE(soap)
601 PHP_RINIT_FUNCTION(soap) in PHP_RINIT_FUNCTION() argument
616 PHP_MINIT_FUNCTION(soap) in PHP_MINIT_FUNCTION() argument
[all …]
/PHP-5.4/ext/soap/tests/bugs/
H A Dbug50698_2.wsdl1soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oas…
191 <soap12:binding transport="http://schemas.microsoft.com/soap/tcp"/>
/PHP-5.4/
H A Dphp.ini-development1785 [soap]
1787 ; http://php.net/soap.wsdl-cache-enabled
1788 soap.wsdl_cache_enabled=1
1791 ; http://php.net/soap.wsdl-cache-dir
1792 soap.wsdl_cache_dir="/tmp"
1796 ; http://php.net/soap.wsdl-cache-ttl
1797 soap.wsdl_cache_ttl=86400
1800 soap.wsdl_cache_limit = 5
H A Dphp.ini-production1785 [soap]
1787 ; http://php.net/soap.wsdl-cache-enabled
1788 soap.wsdl_cache_enabled=1
1791 ; http://php.net/soap.wsdl-cache-dir
1792 soap.wsdl_cache_dir="/tmp"
1796 ; http://php.net/soap.wsdl-cache-ttl
1797 soap.wsdl_cache_ttl=86400
1800 soap.wsdl_cache_limit = 5
H A DEXTENSIONS267 EXTENSION: soap
H A DNEWS1176 . Added check that soap.wsdl_cache_dir conforms to open_basedir
4146 - Fixed bug #50219 (soap call Segmentation fault on a redirected url).
6299 - Fixed bug #41337 (WSDL parsing doesn't ignore non soap bindings). (Dmitry)
6321 - Fixed bug #41097 (ext/soap returning associative array as indexed without
7521 - Fixed bug #36908 (wsdl default value overrides value in soap request).
7594 - Fixed bug #36388 (ext/soap crashes when throwing exception and session
7760 - Fixed bug #35570 (segfault when re-using soap client object). (Dmitry)
8075 - Fixed bug #35273 (Error in mapping soap - java types). (Dmitry)
8556 - Fixed bug #29061 (soap extension segfaults). (Dmitry)
8719 - Fixed bug #30901 (can't send cookies with soap envelop). (Dmitry)
[all …]
/PHP-5.4/ext/date/lib/
H A Dparse_date.re958 soap = year4 "-" monthlz "-" daylz "T" hour24lz ":" minutelz ":" secondlz frac tzcorrec…
1454 xmlrpc | xmlrpcnocolon | soap | wddx | exif
1457 DEBUG_OUTPUT("xmlrpc | xmlrpcnocolon | soap | wddx | exif");
/PHP-5.4/ext/fileinfo/tests/
H A Dmagic18470 # wsdl: PHP WSDL Cache, http://www.php.net/manual/en/book.soap.php
18472 # http://svn.php.net/viewvc/php/php-src/trunk/ext/soap/php_sdl.c?revision=HEAD&view=markup

Completed in 120 milliseconds

1...<<2122