summaryrefslogtreecommitdiff
path: root/ext/xmlrpc/xmlrpc-epi-php.c
Commit message (Collapse)AuthorAgeFilesLines
...
* | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵Dmitry Stogov2015-06-301-7/+7
| | | | | | | | semantick changes).
* | Fix more proto commentsRasmus Lerdorf2015-06-231-1/+1
| |
* | cleanup mod version macros and mod defs, round xAnatol Belski2015-03-231-4/+2
| |
* | Cleanup resource handling APIsXinchen Hui2015-02-021-12/+20
| |
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | trailing whitespace removalStanislav Malyshev2015-01-101-38/+38
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-42/+38
| |
* | bring back all the TSRMLS_FETCH() stuffAnatol Belski2014-10-151-0/+4
| | | | | | | | for better comparability with the mainstream
* | cleanup TSRMLS_FETCH in ext/xmlrpcAnatol Belski2014-09-261-4/+0
| |
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
| |
* | fix typeAnatol Belski2014-09-121-2/+2
| |
* | 's' works with size_t round 3Anatol Belski2014-08-271-1/+1
| |
* | first show to make 's' work with size_tAnatol Belski2014-08-271-6/+6
| |
* | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-1/+1
| |
* | master renames phase 1Anatol Belski2014-08-251-12/+12
| |
* | Merge remote-tracking branch 'php/master'Anatol Belski2014-08-191-2/+5
|\ \ | | | | | | | | | | | | Conflicts: ext/date/lib/parse_date.c
| * | C89 compatAnatol Belski2014-08-191-2/+5
| | |
* | | basic macro replacements, all at onceAnatol Belski2014-08-191-12/+12
|/ /
* | Use reference counting instead of zval duplicationDmitry Stogov2014-06-051-6/+2
| |
* | Fixed double freeDmitry Stogov2014-05-191-0/+2
| |
* | Fixed double free (xmlrpc is done, 1 test failed due to knew issue)Xinchen Hui2014-05-121-1/+1
| |
* | Fixed typoXinchen Hui2014-05-121-1/+0
| |
* | Refactoring ext/xmlrpc (incompleted)Xinchen Hui2014-05-121-432/+336
| |
* | Split IS_BOOL into IS_FALSE and IS_TRUEDmitry Stogov2014-04-301-1/+1
| |
* | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-1/+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
| * Fix bug #66015 by reverting "Removed operations on constant arrays."Bob Weinand2014-04-111-1/+0
| |
* | Cleanup (1-st round)Dmitry Stogov2014-04-151-6/+6
|/
* Bump yearXinchen Hui2014-01-031-1/+1
|
* HASH_KEY_NON_EXISTANT fixVeres Lajos2013-07-211-2/+2
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* Fix bug #61264: xmlrpc_parse_method_descriptions leaks temporary variableNikita Popov2012-03-031-2/+1
|
* Fix bug #61097 Memory leak in xmlrpc functions copying zvalsNikita Popov2012-02-181-6/+4
| | | | | Needs to be merged to 5.4.
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* Revert fix for bug #53493 to be compliant with the XML specificationKalle Sommer Nielsen2010-12-131-4/+1
|
* Fixed bug #53493 (xmlrpc_decode should not be sensitive to leading whitespace)Kalle Sommer Nielsen2010-12-131-1/+5
|
* - Fix mem. leakFelipe Pena2010-03-131-1/+2
|
* Fix CVE-2010-0397: null pointer dereference when processing invalid XML-RPCRaphael Geissert2010-03-131-4/+10
| | | | | requests (bug #51288)
* Fixed bug #50761 (system.multiCall crashes in xmlrpc extension).Ilia Alshanetsky2010-01-171-19/+16
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* - Added MAKE_COPY_ZVAL(ppzv, pzv) macroFelipe Pena2009-12-081-3/+1
|
* - Fixed bug #50285 (xmlrpc does not preserve keys in encoded indexed arrays)Felipe Pena2009-11-251-3/+17
|
* - Fixed bug #50282 (xmlrpc_encode_request() changes object into array in ↵Felipe Pena2009-11-241-7/+14
| | | | calling function)
* cleanup parameter parsingStanislav Malyshev2009-08-181-11/+11
|
* - MFH: Fixed invalid date checkingFelipe Pena2009-05-221-1/+1
|
* Fixed compiler warningsIlia Alshanetsky2009-05-141-1/+2
|
* Fixed bug #44996 (xmlrpc_decode() ignores time zone on iso8601.datetime)Ilia Alshanetsky2009-05-131-2/+2
| | | | | # Original patch by kawai at apache dot org
* - MFH: Fixed bug #47818 (Segfault due to bound callback param)Felipe Pena2009-04-021-2/+2
|
* Improved parameter parsingIlia Alshanetsky2009-03-191-2/+2
|