summaryrefslogtreecommitdiff
path: root/ext/soap/php_encoding.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | It's used only rarely and I'm running out of append names...
* 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
| | | | Also use the _ex variants where possible.
* 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 ↵Dmitry Stogov2014-07-021-1/+1
| | | | EG(current_execute_data)
* 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
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | During merge I had to revert: Nikita's patch for php_splice() (it probably needs to be applyed again) Bob Weinand's patches related to constant expression handling (we need to review them carefully) I also reverted all our attempts to support sapi/phpdbg (we didn't test it anyway) Conflicts: Zend/zend.h Zend/zend_API.c Zend/zend_ast.c Zend/zend_compile.c Zend/zend_compile.h Zend/zend_constants.c Zend/zend_exceptions.c Zend/zend_execute.c Zend/zend_execute.h Zend/zend_execute_API.c Zend/zend_hash.c Zend/zend_highlight.c Zend/zend_language_parser.y Zend/zend_language_scanner.c Zend/zend_language_scanner_defs.h Zend/zend_variables.c Zend/zend_vm_def.h Zend/zend_vm_execute.h ext/date/php_date.c ext/dom/documenttype.c ext/hash/hash.c ext/iconv/iconv.c ext/mbstring/tests/zend_multibyte-10.phpt ext/mbstring/tests/zend_multibyte-11.phpt ext/mbstring/tests/zend_multibyte-12.phpt ext/mysql/php_mysql.c ext/mysqli/mysqli.c ext/mysqlnd/mysqlnd_reverse_api.c ext/mysqlnd/php_mysqlnd.c ext/opcache/ZendAccelerator.c ext/opcache/zend_accelerator_util_funcs.c ext/opcache/zend_persist.c ext/opcache/zend_persist_calc.c ext/pcre/php_pcre.c ext/pdo/pdo_dbh.c ext/pdo/pdo_stmt.c ext/pdo_pgsql/pgsql_driver.c ext/pgsql/pgsql.c ext/reflection/php_reflection.c ext/session/session.c ext/spl/spl_array.c ext/spl/spl_observer.c ext/standard/array.c ext/standard/basic_functions.c ext/standard/html.c ext/standard/mail.c ext/standard/php_array.h ext/standard/proc_open.c ext/standard/streamsfuncs.c ext/standard/user_filters.c ext/standard/var_unserializer.c ext/standard/var_unserializer.re main/php_variables.c sapi/phpdbg/phpdbg.c sapi/phpdbg/phpdbg_bp.c sapi/phpdbg/phpdbg_frame.c sapi/phpdbg/phpdbg_help.c sapi/phpdbg/phpdbg_list.c sapi/phpdbg/phpdbg_print.c sapi/phpdbg/phpdbg_prompt.c
| * 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
|/ | | | | # Affected extensions have all been updated, ext/opcache and ext/zip # both have macros for cross version compatibility
* Add support for non-scalar Iterator keys in foreachNikita Popov2013-03-121-14/+5
| | | | RFC: https://wiki.php.net/rfc/foreach-non-scalar-keys
* 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 ↵Dmitry Stogov2011-08-101-1/+38
| | | | contains itself)
* 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
|