History log of /PHP-7.0/ext/soap/php_encoding.h (Results 26 – 50 of 67)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: RELEASE_1_0_1, php-4.4.6, php-4.4.6RC1, php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3, php-4.4.5RC1, php-5.2.1RC2
# 4223aa4d 01-Jan-2007 Sebastian Bergmann

MFH: Bump year.


Revision tags: php-5.2.1RC1, php-5.2.0, php-5.2.0RC6, php-5.2.0RC5
# f5d7dac3 20-Sep-2006 Dmitry Stogov

Added ability to make SOAP call userspace PHP<->XML converters


Revision tags: php-5.2.0RC4, php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3, php-5.2.0RC1
# ee1dc90d 11-Jul-2006 Dmitry Stogov

Nuke signed/unsigned compiler warnings


Revision tags: php-4.4.3RC2, BEFORE_NEW_OUTPUT_API, php-4.4.3RC1, php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3
# cfaf6406 17-Apr-2006 Andrei Zmievski

Some encodings were assumed to be default and, thus, were not made
persistent.


# 06ef71fe 09-Apr-2006 Andrei Zmievski

Speed up SoapClient/SoapServer constructors by caching WSDL structures
in memory. All WSDL files will be cached, unless turned off via an
option to the constructor.


Revision tags: php-5.1.3RC2, php-5.1.3RC1, RELEASE_1_2, RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2
# 5bd93221 01-Jan-2006 foobar

bump year and license version


Revision tags: php-5.1.2RC1, RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0, RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0
# 23e671a5 03-Aug-2005 foobar

- Bumber up year


Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0, php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1, RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2
# fedbd214 22-Mar-2005 Dmitry Stogov

Fixed bug #30106 (SOAP cannot not parse 'ref' element. Causes Uncaught SoapFault exception)


Revision tags: php-5.0.4RC1, php-4.3.11RC1, RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2, php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2
# dedab09c 26-Aug-2004 Dmitry Stogov

Fixed bug #29839 (incorrect convert (xml:lang to lang))


Revision tags: php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1, php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0
# f15dcfac 24-Feb-2004 Dmitry Stogov

constants for MIME/DIME encoding were added


Revision tags: php-4.3.5RC3
# b21756c1 13-Feb-2004 Dmitry Stogov

Source cleanup


# 81af85c3 13-Feb-2004 Dmitry Stogov

Old in-memory WSDL cache was removed (it was already switched off by #ifdef)


Revision tags: php-5.0.0b4, php-5.0.0b4RC1
# 6ae97a5b 06-Feb-2004 Dmitry Stogov

WSDL cache was disabled by default (see WSDL_CACHE macro)
WSDL related memory leaks were fixed


# 88c11689 06-Feb-2004 Dmitry Stogov

Free XML documents after WSDL parsing (they no longer need).


# 50827378 05-Feb-2004 Dmitry Stogov

PHP API was changed (see readme.html for more details).


Revision tags: php-4.3.5RC2
# e439a1af 29-Jan-2004 Dmitry Stogov

fix: "Authors" corrected


# 9d2f84e4 29-Jan-2004 Derick Rethans

- Add our standard header


# 6cf3c858 28-Jan-2004 Dmitry Stogov

Error reoprting improved by prefix
New 'HTTP' fault code
Source cleanup


# 2238e4b9 28-Jan-2004 Dmitry Stogov

Add namespaces to <Envelope> (not ot subnodes)


# fbead642 26-Jan-2004 Dmitry Stogov

Support for SOAP 1.2 RPC binding (<rpc:result>)


# e3cfa02b 26-Jan-2004 Dmitry Stogov

XML Schema support (decoding of xsi:nil with attributes)
Source Cleanup


Revision tags: RELEASE_1_3b6, php_ibase_before_split
# 6277204a 23-Jan-2004 Dmitry Stogov

XML Schema support was improved
suport for type extension


# 67886b83 20-Jan-2004 Dmitry Stogov

XML Schema support
- support for <element> 'ref' attibute was implemented
- support for inline types
- support for <list> and <union> (incompleate)


# 7e19a672 16-Jan-2004 Dmitry Stogov

Support for SOAP 1.2 HTTP binding namespase was added


# 7c01c773 15-Jan-2004 Dmitry Stogov

Support for SOAP 1.2 array encoding/decoding was implemented


123