plcapi.git
14 years agoupdate docs and NEWS for new release 3.0.0-beta
ggiunta [Sat, 5 Sep 2009 21:22:25 +0000 (21:22 +0000)]
update docs and NEWS for new release

git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@62 013ecfd8-0664-425d-a759-9c98391dc3f9

14 years agoupdate docs and NEWS for new release
ggiunta [Sat, 5 Sep 2009 21:21:14 +0000 (21:21 +0000)]
update docs and NEWS for new release

git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@60 013ecfd8-0664-425d-a759-9c98391dc3f9

14 years agogit-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@59 013ecfd8-0664...
ggiunta [Sat, 5 Sep 2009 21:01:33 +0000 (21:01 +0000)]
git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@59 013ecfd8-0664-425d-a759-9c98391dc3f9

14 years agoadded new method SetUserAgent to client to allow having different user-agent http...
ggiunta [Sat, 5 Sep 2009 15:27:47 +0000 (15:27 +0000)]
added new method SetUserAgent to client to allow having different user-agent http headers

git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@56 013ecfd8-0664-425d-a759-9c98391dc3f9

14 years ago* xmlrpcs.inc, xmlrpcs.inc: remove code that was left for compatibility with php...
ggiunta [Sat, 5 Sep 2009 15:18:25 +0000 (15:18 +0000)]
* xmlrpcs.inc, xmlrpcs.inc: remove code that was left for compatibility with php 4; use __METHOD__ constant for error messages instead of hardcoded values
* xmlrpcs.inc: catch exceptions thrown during execution of invoked methods; check for $_SERVER having been disabled via php.ini and log an error if so
* server.php, testsuite.php: add a new test and server method for exception catching in the server

git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@55 013ecfd8-0664-425d-a759-9c98391dc3f9

14 years ago* xmlrpcs.inc, xmlrpcs.inc: remove code that was left for compatibility with php...
ggiunta [Sat, 5 Sep 2009 15:14:26 +0000 (15:14 +0000)]
* xmlrpcs.inc, xmlrpcs.inc: remove code that was left for compatibility with php 4; use __METHOD__ constant for error messages instead of hardcoded values
* xmlrpcs.inc: catch exceptions thrown during execution of invoked methods; check for $_SERVER having been disabled via php.ini and log an error if so
* server.php, testsuite.php: add a new test and server method for exception catching in the server

git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@54 013ecfd8-0664-425d-a759-9c98391dc3f9

14 years ago- one less php warning about refs
ggiunta [Wed, 5 Aug 2009 10:15:23 +0000 (10:15 +0000)]
- one less php warning about refs

git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@52 013ecfd8-0664-425d-a759-9c98391dc3f9

14 years ago- changelog update
ggiunta [Wed, 5 Aug 2009 10:12:52 +0000 (10:12 +0000)]
- changelog update

git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@51 013ecfd8-0664-425d-a759-9c98391dc3f9

14 years ago- add one more way to register class methods
ggiunta [Wed, 5 Aug 2009 10:03:35 +0000 (10:03 +0000)]
- add one more way to register class methods

git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@50 013ecfd8-0664-425d-a759-9c98391dc3f9

14 years ago- remove spurious code
ggiunta [Wed, 5 Aug 2009 10:02:38 +0000 (10:02 +0000)]
- remove spurious code

git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@49 013ecfd8-0664-425d-a759-9c98391dc3f9

14 years ago- improve compatibility with php 5.0.x
ggiunta [Wed, 5 Aug 2009 09:58:08 +0000 (09:58 +0000)]
- improve compatibility with php 5.0.x

git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@48 013ecfd8-0664-425d-a759-9c98391dc3f9

14 years ago- remove spurious php timeout
ggiunta [Wed, 5 Aug 2009 09:57:18 +0000 (09:57 +0000)]
- remove spurious php timeout

git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@47 013ecfd8-0664-425d-a759-9c98391dc3f9

14 years ago- silence some warnings
ggiunta [Tue, 4 Aug 2009 21:33:50 +0000 (21:33 +0000)]
- silence some warnings

git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@44 013ecfd8-0664-425d-a759-9c98391dc3f9

14 years ago- minor comments changes
ggiunta [Tue, 4 Aug 2009 21:32:25 +0000 (21:32 +0000)]
- minor comments changes

git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@43 013ecfd8-0664-425d-a759-9c98391dc3f9

14 years ago- xmlrpcs.inc: add a new member var in server class to allow fine-tuning of the encod...
ggiunta [Sun, 2 Aug 2009 23:07:01 +0000 (23:07 +0000)]
- xmlrpcs.inc: add a new member var in server class to allow fine-tuning of the encoding of returned values when the server is in 'phpvals' mode; allow servers in 'xmlrpcvals' mode to also register plain php functions by defining them in the dispatch map with an added option: 'parameters_type' => 'phpvals' (feature request #2806628);
- xmlrpc.inc: added new method xmrlpc_client::SetCurlOptions($array) to allow extra flexibility in tweaking http config, such as explicitly binding to an ip address (feature request #2787468); fix bad encoding if same object is encoded twice using php_xmlrpc_encode; removed some by-ref assignments and declarations

git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@41 013ecfd8-0664-425d-a759-9c98391dc3f9

14 years ago- fix compat test min lib version
ggiunta [Fri, 31 Jul 2009 23:36:31 +0000 (23:36 +0000)]
- fix compat test min lib version

git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@38 013ecfd8-0664-425d-a759-9c98391dc3f9

14 years ago- benchmark.php: fixed url of server page used for testing; improved verification...
ggiunta [Fri, 31 Jul 2009 23:35:33 +0000 (23:35 +0000)]
- benchmark.php: fixed url of server page used for testing; improved verification of correspondence of test results; added more variants for http options comparison;
- verify_compat.php: check for php version 5 for client side too;
- makefile: remove from build the compat directory

git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@37 013ecfd8-0664-425d-a759-9c98391dc3f9

14 years ago- support for datetime objects and timestamps for xmrlcp datetimes;
ggiunta [Fri, 31 Jul 2009 22:13:02 +0000 (22:13 +0000)]
- support for datetime objects and timestamps for xmrlcp datetimes;
- remove some more php 5.3 warnings;

git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@36 013ecfd8-0664-425d-a759-9c98391dc3f9

14 years ago- add tests for EX:NIL support
ggiunta [Fri, 31 Jul 2009 19:41:47 +0000 (19:41 +0000)]
- add tests for EX:NIL support

git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@35 013ecfd8-0664-425d-a759-9c98391dc3f9

14 years ago- changelog update
ggiunta [Sun, 26 Jul 2009 20:38:58 +0000 (20:38 +0000)]
- changelog update

git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@28 013ecfd8-0664-425d-a759-9c98391dc3f9

14 years ago- remove another warning with php 5.3 (ereg*)
ggiunta [Sun, 26 Jul 2009 20:37:10 +0000 (20:37 +0000)]
- remove another warning with php 5.3 (ereg*)

git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@27 013ecfd8-0664-425d-a759-9c98391dc3f9

14 years ago- fix typo in a comment
ggiunta [Sun, 26 Jul 2009 20:33:54 +0000 (20:33 +0000)]
- fix typo in a comment

git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@26 013ecfd8-0664-425d-a759-9c98391dc3f9

14 years ago- add a comment in a phpdoc block
ggiunta [Sun, 26 Jul 2009 20:33:07 +0000 (20:33 +0000)]
- add a comment in a phpdoc block

git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@25 013ecfd8-0664-425d-a759-9c98391dc3f9

14 years ago- xmlrpc.inc: add support for the <ex:nil/> from the apache library, both in input...
ggiunta [Thu, 16 Jul 2009 22:33:31 +0000 (22:33 +0000)]
- xmlrpc.inc: add support for the <ex:nil/> from the apache library, both in input and output
- xmlrpc.inc, testsuite.php: remove usage of split(), deprecated in php 5.3
- testsuite.php: flush better results with output_buffering on
- server: php: avoid one warning about static function calls

git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@23 013ecfd8-0664-425d-a759-9c98391dc3f9

14 years ago- fix issue 2814470: Fix for signature-check mismatch in new-style servers
ggiunta [Thu, 2 Jul 2009 09:54:24 +0000 (09:54 +0000)]
- fix issue 2814470: Fix for signature-check mismatch in new-style servers

git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@22 013ecfd8-0664-425d-a759-9c98391dc3f9

14 years ago- replace all usage of '= & new' with '= new', as this is deprecated in php 5 and...
ggiunta [Thu, 7 May 2009 15:30:49 +0000 (15:30 +0000)]
- replace all usage of '= & new' with '= new', as this is deprecated in php 5 and has been shown to cause problems too

git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@16 013ecfd8-0664-425d-a759-9c98391dc3f9

15 years ago- remove testing for older versions of php
ggiunta [Wed, 6 May 2009 11:42:32 +0000 (11:42 +0000)]
- remove testing for older versions of php

git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@15 013ecfd8-0664-425d-a759-9c98391dc3f9

15 years ago- temoved compat stuff and checks from trunk after having created the php4 branch;
ggiunta [Wed, 6 May 2009 11:40:50 +0000 (11:40 +0000)]
- temoved compat stuff and checks from trunk after having created the php4 branch;
- update rev. number to 3.0.0.beta

git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@14 013ecfd8-0664-425d-a759-9c98391dc3f9

15 years ago- fix year in copyrights notices
ggiunta [Tue, 17 Mar 2009 09:17:49 +0000 (09:17 +0000)]
- fix year in copyrights notices

git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@11 013ecfd8-0664-425d-a759-9c98391dc3f9

15 years ago- svn ignore working tools files
ggiunta [Tue, 17 Mar 2009 09:16:49 +0000 (09:16 +0000)]
- svn ignore working tools files

git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@10 013ecfd8-0664-425d-a759-9c98391dc3f9

15 years ago- svn ignore working tools files
ggiunta [Tue, 17 Mar 2009 09:15:15 +0000 (09:15 +0000)]
- svn ignore working tools files

git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@9 013ecfd8-0664-425d-a759-9c98391dc3f9

15 years ago- svn ignore working tools files
ggiunta [Tue, 17 Mar 2009 09:14:27 +0000 (09:14 +0000)]
- svn ignore working tools files

git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@8 013ecfd8-0664-425d-a759-9c98391dc3f9

15 years ago- fix typo in example: port 443, not 4443
ggiunta [Tue, 17 Mar 2009 08:47:14 +0000 (08:47 +0000)]
- fix typo in example: port 443, not 4443

git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@7 013ecfd8-0664-425d-a759-9c98391dc3f9

15 years ago- changelog update 2.2.2
ggiunta [Mon, 16 Mar 2009 23:28:54 +0000 (23:28 +0000)]
- changelog update

git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@6 013ecfd8-0664-425d-a759-9c98391dc3f9

15 years ago- fix makefiles to suit new dir layout
ggiunta [Mon, 16 Mar 2009 23:15:18 +0000 (23:15 +0000)]
- fix makefiles to suit new dir layout

git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@5 013ecfd8-0664-425d-a759-9c98391dc3f9

15 years ago- prepare for release of ver. 2.2.2
ggiunta [Mon, 16 Mar 2009 22:04:14 +0000 (22:04 +0000)]
- prepare for release of ver. 2.2.2

git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@4 013ecfd8-0664-425d-a759-9c98391dc3f9

15 years ago- Initial import of the mob, reorganizing dirs to match packaged version
ggiunta [Mon, 16 Mar 2009 20:22:51 +0000 (20:22 +0000)]
- Initial import of the mob, reorganizing dirs to match packaged version

git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@2 013ecfd8-0664-425d-a759-9c98391dc3f9