Commits

Thomas Tornevall authored abc226d13cfM
Pull request #70: NETCURL-287 simplified streamdriver Merge in LIB/tornelib-php-netcurl from NETCURL-287-simplified-streamdriver to master * commit '8b22c987c581b01bd04c237fe892342b499c1ddd': streamcontext should be overwritten if not header data. allowPhpRelease is false by default. More described docblocks. Updated docblocks. NETCURL-287: * Primary commit for NETCURL-287. * Created a GenericParser class for generic parsing of data, when many wrappers use same functions. * WrapperConfig uses same stream-storage for streams that it does for the soapclient. * WrapperConfig now support XML encoding via IO-Content (NETCURL-288). * setStreamContext sets both http and https data for some wrappers (setDualStreamHttp). * WrapperConfig now supports normal non-soap-basic auth. * As curl is the first option with a fallback to streams (file_get_contents) wrapper is no longer throwing on absence. * Changed error message for instantion exceptions (and fixed typo). * Tiny cleanup.
Showing diff todf31999433c