summaryrefslogtreecommitdiff
path: root/ext/soap/php_encoding.c
Commit message (Expand)AuthorAgeFilesLines
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* Fixed useless or duplicated IS_INTERNED() checksDmitry Stogov2014-09-191-1/+1
* Switch (un)mangle property name to size_t and zend_stringNikita Popov2014-09-161-1/+1
* zend_get_property_info takes a zend_string* nowNikita Popov2014-09-141-1/+1
* Fix SOAP warningsNikita Popov2014-09-051-5/+2
* master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-1/+1
* master renames phase 1Anatol Belski2014-08-251-60/+60
* fixes to %pd format usageAnatol Belski2014-08-241-1/+1
* ported ext/soapAnatol Belski2014-08-191-8/+8
* basic macro replacements, all at onceAnatol Belski2014-08-191-50/+50
* Fixed ZTS buildDmitry Stogov2014-07-141-1/+1
* Refactored run_time_cache usage in object handlersDmitry Stogov2014-07-071-2/+2
* Removed EG(active_op_array) and use corresponding value from EG(current_execu...Dmitry Stogov2014-07-021-1/+1
* Use reference counting instead of zval duplicationDmitry Stogov2014-06-051-1/+0
* Use new zend_hash APIDmitry Stogov2014-05-281-87/+72
* Initialize zvalsDmitry Stogov2014-05-161-0/+8
* Fixed <any> with XML referencesDmitry Stogov2014-05-161-12/+7
* Fixed support for XML referencesDmitry Stogov2014-05-161-26/+19
* Fixed support for <any>Dmitry Stogov2014-05-161-10/+11
* Fixed iterator destructionDmitry Stogov2014-05-161-1/+1
* fixed reference counting and memory leakDmitry Stogov2014-05-161-8/+4
* Partial fix for XML references handlingDmitry Stogov2014-05-161-4/+7
* Support for IS_INDIRECTDmitry Stogov2014-05-151-0/+7
* check for EG(excepton)Dmitry Stogov2014-05-151-2/+2
* Fixed memory leaksDmitry Stogov2014-05-151-1/+1
* Fixed get_zval_property()Dmitry Stogov2014-05-151-2/+3
* Fixed reference counting and memory leakDmitry Stogov2014-05-151-3/+3
* ext/soap support for phpng (incomplete - just compilable)Dmitry Stogov2014-05-151-666/+567
* Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-2/+0
|\
| * Merge branch 'PHP-5.6'Bob Weinand2014-04-111-2/+0
| |\
| | * Fix bug #66015 by reverting "Removed operations on constant arrays."Bob Weinand2014-04-111-2/+0
* | | Cleanup (1-st round)Dmitry Stogov2014-04-151-2/+2
* | | Use better data structures (incomplete)Dmitry Stogov2014-02-101-2/+5
|/ /
* | Merge branch 'PHP-5.6'Xinchen Hui2014-01-031-1/+1
|\ \ | |/
| * Bump yearXinchen Hui2014-01-031-1/+1
* | Eliminate another TSRMLS_FETCH() in i_zend_is_true()Kalle Sommer Nielsen2013-12-181-1/+1
|/
* Add support for non-scalar Iterator keys in foreachNikita Popov2013-03-121-14/+5
* Happy New YearXinchen Hui2013-01-011-1/+1
* Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice)Dmitry Stogov2012-09-031-3/+4
* - Year++Felipe Pena2012-01-011-1/+1
* Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-2/+2
* Fixed bug #55323 (SoapClient segmentation fault when XSD_TYPEKIND_EXTENSION c...Dmitry Stogov2011-08-101-1/+38
* Fixed crash when passing invalid timestamp (negative integer on win32)Dmitry Stogov2011-05-041-0/+3
* - Year++Felipe Pena2011-01-011-1/+1
* - cleanup ze1/ze2Pierre Joye2010-09-161-4/+0
* This incorrect contraction started to get on my eyes after I saw it for theRasmus Lerdorf2010-09-031-4/+4
* Fixed bug #52041 (Memory leak when writing on uninitialized variable returned...Dmitry Stogov2010-06-151-1/+6
* Changed the structure of op_array.opcodes. The constant values are moved from...Dmitry Stogov2010-04-201-2/+2
* Remove some more calls to TSRMLS_FETCH()Michael Maclean2010-03-251-61/+59
* Remove some calls to TSRMLS_FETCH in ext/soapMichael Maclean2010-03-251-137/+120