summaryrefslogtreecommitdiff
path: root/ext/soap/php_encoding.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | Cleanup (removed dead code)Dmitry Stogov2015-07-011-1/+0
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-40/+40
* | | Make convert_to_* safe with rc>1Nikita Popov2015-06-111-12/+7
* | | fix timezone usage in soap for vc14Anatol Belski2015-05-101-1/+1
* | | Clean up some type conversionsNikita Popov2015-04-271-9/+3
* | | Removed unused functionsDmitry Stogov2015-03-241-1/+1
* | | Merge branch 'PHP-5.6'Dmitry Stogov2015-03-031-7/+14
|\ \ \
| * \ \ Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2015-03-031-7/+14
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2015-03-031-7/+14
| | |\ \
| | | * | Added type checksDmitry Stogov2015-03-031-7/+14
* | | | | Merge branch 'PHP-5.6'Dmitry Stogov2015-03-031-3/+6
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2015-03-031-3/+6
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2015-03-031-3/+6
| | |\ \ | | | |/
| | | * Added type checksDmitry Stogov2015-03-031-3/+6
| | | * Bump yearXinchen Hui2014-01-031-1/+1
| | | * Happy New YearXinchen Hui2013-01-011-1/+1
| | | * Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2012-09-031-3/+4
| | | |\
| | | | * 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 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
| | | | * 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
| | | * | - 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
| | * | | Bump yearXinchen Hui2015-01-151-1/+1
| | * | | Bump yearXinchen Hui2014-01-031-1/+1
| * | | | bump yearXinchen Hui2015-01-151-1/+1
* | | | | bump yearXinchen Hui2015-01-151-1/+1
* | | | | trailing whitespace removalStanislav Malyshev2015-01-101-20/+20
* | | | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-249/+244
* | | | | Drop unnecessary zval containersNikita Popov2014-12-061-5/+3
* | | | | Better zval copyingXinchen Hui2014-10-221-23/+12
* | | | | Optimized property access handlers. Removed EG(std_property_info).Dmitry Stogov2014-10-171-1/+2
* | | | | Rename smart_str_append to smart_str_append_smart_strNikita Popov2014-09-211-1/+1
* | | | | 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