X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ChangeLog;h=5d5c11abb95f310f381e7b8ddd11a5e858e8562f;hb=9a9948d7a401788e68b6ae35fdf3e567bb5ababf;hp=a30eddb9871dbf7e7084c0242257f7f365dd24b1;hpb=fce41d1c5ca142dccfe3a9b51edcc13acdc4a7ba;p=plcapi.git diff --git a/ChangeLog b/ChangeLog index a30eddb..5d5c11a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2009-07-26 - G. Giunta (giunta.gaetano@gmail.com) + + * server: php: remove usage of ereg*(), deprecated in php 5.3 + +2009-07-16 - G. Giunta (giunta.gaetano@gmail.com) thanks Jean-Jacques Sarton + + * xmlrpc.inc: add support for the 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 + +2009-07-02 - G. Giunta (giunta.gaetano@gmail.com) thanks Heiko Stuebner + + * xmlrpc.inc: fix: when checking the parameters against the signatures xmlrpc + checks for "array" but PHP returns "Array" resulting in a not matches signature + 2009-05-07 - G. Giunta (giunta.gaetano@gmail.com) * replace all usage of '= & new' with '= new', as this is deprecated in php 5 @@ -7,7 +27,7 @@ * create php4 branch, rename trunk to 3.0.0beta - it will be the php5-only version - * xmlrpc.inc: removed test fpr php version and inclusion of compat patches for really + * xmlrpc.inc: removed test for php version and inclusion of compat patches for really really old versions of php 4 2009-03-16 - G. Giunta (giunta.gaetano@gmail.com) thanks Tommaso Trani