Commit Graph

  • 0da1138ceb Update CI workflow master Christoph M. Becker 2024-07-23 15:00:19 +02:00
  • 7dade03efe fix test expectation for 8.3 Remi Collet 2024-01-29 16:00:24 +01:00
  • e83ef297bb fix test using dynamic properties Remi Collet 2022-09-15 09:59:00 +02:00
  • dfe9120a97 Release xmlrpc 1.0.0RC3 xmlrpc-1.0.0RC3 Christoph M. Becker 2021-12-04 13:34:24 +01:00
  • 6d34cb47f0 Replace AppVeyor CI with GH action Christoph M. Becker 2021-12-04 12:35:02 +01:00
  • 0f782ffe52 Fix #1 compatibility with 8.1.0beta1 Remi Collet 2021-07-22 12:59:04 +02:00
  • ca2d622bae Merge branch 'master' of git.php.net:/pecl/networking/xmlrpc Remi Collet 2021-03-15 15:19:58 +01:00
  • e5c4bb3ce4 Revert "ext/xmlrpc requires ext/xml" Christoph M. Becker 2021-03-15 13:26:58 +01:00
  • 95568018d6 ext/xmlrpc requires ext/xml Christoph M. Becker 2021-03-15 12:10:05 +01:00
  • 4299fdce88 Release 1.0.0RC2 xmlrpc-1.0.0RC2 Christoph M. Becker 2021-01-15 11:54:16 +01:00
  • 8f946df266 drop package.xml from package.xml, fix #80618 Remi Collet 2021-01-14 17:14:19 +01:00
  • deb7dfe8f8 fix role to ensure license is installed Remi Collet 2021-01-05 07:58:31 +01:00
  • 87a7f5cd92 Release 1.0.0RC1 xmlrpc-1.0.0RC1 Christoph M. Becker 2021-01-04 23:53:41 +01:00
  • 08bece905b Update libiconv dependency Christoph M. Becker 2021-01-04 23:01:03 +01:00
  • 8eac596d7b Add package.xml Christoph M. Becker 2021-01-04 19:24:23 +01:00
  • 1ed83f27d1 Prepare AppVeyor CI Christoph M. Becker 2020-10-04 23:54:04 +02:00
  • 172de90b7b ensure arginfo is generated when needed Remi Collet 2020-06-25 08:59:28 +02:00
  • e71da6ad6f add LICENSE files Remi Collet 2020-06-02 09:41:32 +02:00
  • 76fbd12324 set version to 1.0.0-dev instead of PHP_VERSION and display it in phpinfo Remi Collet 2020-06-02 09:40:32 +02:00
  • d357735a8f Add some mixed parameter types and fix UNKNOWN default values in ext/xmlrpc Máté Kocsis 2020-05-28 12:40:54 +02:00
  • 66d0121c08 Annotate internal functions with the mixed type Máté Kocsis 2020-05-25 17:30:49 +02:00
  • fe8fb62f24 Convert resource to object in XML-RPC extension Máté Kocsis 2020-04-25 12:14:59 +02:00
  • d2230f93e3 Store default parameter values of internal functions in arg info Máté Kocsis 2020-04-06 11:02:13 +02:00
  • adaac7c3fa Generate function entries for another batch of extensions Máté Kocsis 2020-04-05 21:15:30 +02:00
  • 9aec46b98d Add missing stub for xmlrpc_get_type() Máté Kocsis 2020-04-05 20:09:58 +02:00
  • 2b02af2649 Verify that all stubs have a return type Nikita Popov 2020-04-03 16:49:11 +02:00
  • 7f6fde68d9 Reindent phpt files Nikita Popov 2020-02-03 22:52:20 +01:00
  • c1061fb148 Make error messages more consistent by fixing capitalization Máté Kocsis 2020-01-15 11:27:29 +01:00
  • 7b410d8e49 Fix #78880: Final spelling fixes Máté Kocsis 2020-01-16 19:04:42 +01:00
  • 2b01fc2941 Use RETURN_THROWS() after zend_fetch_resource*() Máté Kocsis 2020-01-03 19:16:51 +01:00
  • d31b5e2f9d Use RETURN_THROWS() during ZPP in most of the extensions Máté Kocsis 2019-12-31 11:27:02 +01:00
  • 888b9cece4 Add stubs for ext-xmlrpc Thomas Gerbet 2019-10-05 17:41:15 +02:00
  • 2654d326db Remove mention of PHP major version in Copyright headers Gabriel Caruso 2019-09-24 23:54:04 +02:00
  • 1ca6608e31 Merge branch 'PHP-7.4' Christoph M. Becker 2019-06-18 17:10:18 +02:00
  • b09eae40a0 Merge branch 'PHP-7.3' into PHP-7.4 Christoph M. Becker 2019-06-18 17:09:49 +02:00
  • 8d21591d98 Merge branch 'PHP-7.2' into PHP-7.3 Christoph M. Becker 2019-06-18 17:08:58 +02:00
  • 4d6bbce783 Fix #78173: XML-RPC mutates immutable objects during encoding Asher Baker 2019-06-18 15:05:38 +01:00
  • 22a734faec Merge branch 'PHP-7.4' Nikita Popov 2019-06-12 13:18:04 +02:00
  • a168982cc2 Fix incorrect enum value uses in xmlrpc Nikita Popov 2019-06-12 12:05:29 +02:00
  • bf0d8e33e0 Merge branch 'PHP-7.4' Nikita Popov 2019-06-05 14:38:01 +02:00
  • 8653039baf Allow exceptions in __toString() Nikita Popov 2019-02-26 15:32:18 +01:00
  • 8b1cb05e82 Merge branch 'PHP-7.4' Nikita Popov 2019-06-04 10:10:56 +02:00
  • bff39b9b37 Use a common setup macro to detect the Expat library Hugh McMaster 2019-05-29 23:09:43 +10:00
  • 2a99f6314b Merge branch 'PHP-7.4' Peter Kokot 2019-05-12 21:08:38 +02:00
  • 626e9b9228 [ci skip] Migrate libxmlrpc README to Markdown Peter Kokot 2019-05-12 21:08:06 +02:00
  • 4cf3dcf4e1 Merge branch 'PHP-7.4' Peter Kokot 2019-05-12 18:51:50 +02:00
  • 9c87307983 Normalize comments in *nix build system m4 files Peter Kokot 2019-05-12 18:43:03 +02:00
  • f7b69aaebd Merge branch 'PHP-7.4' Dmitry Stogov 2019-04-24 22:28:05 +03:00
  • 3d96db0bae Use better macros Dmitry Stogov 2019-04-24 22:27:40 +03:00
  • 7567d47d4b Merge branch 'PHP-7.4' Dmitry Stogov 2019-04-24 18:28:40 +03:00
  • 8b1bfdb169 Use ZEND_TRY_ASSIGN_REF_... macros for arguments passed to internal function by reference Dmitry Stogov 2019-04-24 18:28:29 +03:00
  • 1994266f53 Use ZEND_TRY_ASSIGN_REF_... macros for arguments passed to internal function by reference Dmitry Stogov 2019-04-24 18:16:47 +03:00
  • 395eaea511 Use ZEND_TRA_ASSIGN_REF_... macros for by reference arguments of internal functions. Dmitry Stogov 2019-04-24 16:14:48 +03:00
  • 022d8c0588 Merge branch 'PHP-7.4' Peter Kokot 2019-04-23 20:18:38 +02:00
  • 301184bca2 Simplify libxmlrpc bundling and building Peter Kokot 2019-04-23 00:20:50 +02:00
  • d117f4a8a2 Merge branch 'PHP-7.4' Nikita Popov 2019-04-18 13:08:27 +02:00
  • 0ac6657727 Rename --enable-libxml to --with-libxml to meet naming guidelines Hugh McMaster 2019-04-18 20:09:01 +10:00
  • c655dabed5 Use PKG_CHECK_MODULES to detect libxml2 Hugh McMaster 2019-04-17 21:07:15 +10:00
  • ae64e9e27b Remove support for --with-libxml-dir Hugh McMaster 2019-04-14 23:00:01 +10:00
  • 931247b97d Merge branch 'PHP-7.4' Nikita Popov 2019-04-11 14:14:31 +02:00
  • 9a7cc0648b Remove unused rcsid variables Nikita Popov 2019-04-11 13:55:11 +02:00
  • d7b35a9738 Merge branch 'PHP-7.4' Peter Kokot 2019-03-18 02:13:12 +01:00
  • e94860dbe6 Sync AC_CHECK_SIZEOF m4 macro calls Peter Kokot 2019-03-14 23:21:17 +01:00
  • 278c82d9fc Merge branch 'PHP-7.4' Peter Kokot 2019-03-14 20:21:30 +01:00
  • 956cf0d1d4 Clean build system Peter Kokot 2019-03-13 22:50:53 +01:00
  • 35bf85d538 Adjust tests for zpp TypeError change Nikita Popov 2019-02-19 17:11:00 +01:00
  • ac6788ce55 Merge branch 'PHP-7.4' Nikita Popov 2019-03-11 10:01:16 +01:00
  • 2a93a6f2dd Remove function_table var from the caller c9s 2019-03-10 15:16:04 +08:00
  • 6e4be5ff63 Merge branch 'PHP-7.4' Peter Kokot 2019-03-07 20:38:04 +01:00
  • 30df9070c4 Add AS_HELP_STRING to *nix build configure options Peter Kokot 2019-03-03 16:44:16 +01:00
  • 2091cc5294 Merge branch 'PHP-7.4' Peter Kokot 2019-03-01 19:24:06 +01:00
  • c5783cf130 Remove obsolescent AC_HEADER_STDC and memcpy check Peter Kokot 2019-02-28 00:41:30 +01:00
  • 6c00ccbfe2 Merge branch 'PHP-7.4' Peter Kokot 2019-02-03 21:23:18 +01:00
  • e65172bcbc Remove local variables Peter Kokot 2019-01-22 21:39:32 +01:00
  • c61d300fe8 Merge branch 'PHP-7.4' Nikita Popov 2019-01-30 11:48:42 +01:00
  • 4ad4a1a589 Remove yearly range from copyright notice Zeev Suraski 2019-01-30 11:03:12 +02:00
  • 6f29b7468e Remove year range from copyright notice Zeev Suraski 2019-01-30 11:00:23 +02:00
  • 7ec1d63e17 Implement typed properties Nikita Popov 2019-01-07 12:28:51 +01:00
  • ea7af6c629 Merge branch 'PHP-7.3' Stanislav Malyshev 2019-01-06 23:35:27 -08:00
  • 8915f61071 Merge branch 'PHP-7.2' into PHP-7.3 Stanislav Malyshev 2019-01-06 23:34:46 -08:00
  • 32108840a9 Merge branch 'PHP-7.1' into PHP-7.2 Stanislav Malyshev 2019-01-06 23:34:02 -08:00
  • e4115f0cc7 Merge branch 'PHP-5.6' into PHP-7.1 Stanislav Malyshev 2019-01-06 23:32:36 -08:00
  • ffa589427f Merge branch 'PHP-7.3' Stanislav Malyshev 2019-01-06 12:50:10 -08:00
  • 2f5954a5d5 Merge branch 'PHP-7.2' into PHP-7.3 Stanislav Malyshev 2019-01-06 12:23:53 -08:00
  • 710b93c07c Merge branch 'PHP-7.1' into PHP-7.2 Stanislav Malyshev 2019-01-06 11:57:16 -08:00
  • 07484d9fcb Fix bug #77380 (Global out of bounds read in xmlrpc base64 code) Stanislav Malyshev 2019-01-01 17:15:20 -08:00
  • 50f7b5c03c Fix bug #77242 (heap out of bounds read in xmlrpc_decode()) Stanislav Malyshev 2018-12-29 17:56:36 -08:00
  • cf98d7a284 Fix bug #77380 (Global out of bounds read in xmlrpc base64 code) Stanislav Malyshev 2019-01-01 17:15:20 -08:00
  • 8929c9b90d Fix bug #77242 (heap out of bounds read in xmlrpc_decode()) Stanislav Malyshev 2018-12-29 17:56:36 -08:00
  • a7fce68100 [ci skip] Remove automake and aclocal in comments Peter Kokot 2018-10-21 13:06:58 +02:00
  • e0c0a20b72 Merge branch 'PHP-7.3' Christoph M. Becker 2018-10-21 12:11:57 +02:00
  • d5c0ef4bac Merge branch 'PHP-7.2' into PHP-7.3 Christoph M. Becker 2018-10-21 12:10:54 +02:00
  • d9277e3ec3 Fix #75282: xmlrpc_encode_request() crashes Christoph M. Becker 2018-10-21 12:06:55 +02:00
  • f839547fa4 Sync leading and final newlines in *.phpt sections Peter Kokot 2018-10-15 04:33:09 +02:00
  • acc769ef29 Merge branch 'PHP-7.3' Peter Kokot 2018-10-15 04:32:49 +02:00
  • caf84fff74 Sync leading and final newlines in *.phpt sections Peter Kokot 2018-10-15 04:32:30 +02:00
  • dd7a677d95 Merge branch 'PHP-7.2' into PHP-7.3 Peter Kokot 2018-10-15 04:31:53 +02:00
  • 98574cb734 Sync leading and final newlines in *.phpt sections Peter Kokot 2018-10-15 04:31:31 +02:00
  • 656e78471a Merge branch 'PHP-7.1' into PHP-7.2 Peter Kokot 2018-10-15 04:30:40 +02:00
  • bf2349ec0a Sync leading and final newlines in *.phpt sections Peter Kokot 2018-10-15 04:29:24 +02:00