tag for release
authorgggeek <giunta.gaetano@gmail.com>
Thu, 31 Dec 2020 15:05:39 +0000 (15:05 +0000)
committergggeek <giunta.gaetano@gmail.com>
Thu, 31 Dec 2020 15:05:39 +0000 (15:05 +0000)
.travis.yml
src/PhpXmlRpc.php
tests/ci/setup/setup_perl.sh

index c9da95f..8dc6e60 100644 (file)
@@ -54,7 +54,7 @@ before_script:
 script:
     - ./vendor/bin/phpunit -v $PHPUNIT_OPTS tests
     - python3 extras/test.py
-    - python3 extras/test.pl
+    - perl extras/test.pl
 
 after_failure:
   # Troubleshoot test env build problems
index 28b1dee..181d676 100644 (file)
@@ -78,7 +78,7 @@ class PhpXmlRpc
     public static $xmlrpc_internalencoding = "UTF-8";
 
     public static $xmlrpcName = "XML-RPC for PHP";
-    public static $xmlrpcVersion = "4.5-dev";
+    public static $xmlrpcVersion = "4.5.0";
 
     // let user errors start at 800
     public static $xmlrpcerruser = 800;
index cf4253d..102f677 100644 (file)
@@ -4,6 +4,8 @@
 
 # Has to be run as admin
 
+# @todo test in the VM env: do we need any ubuntu dev packages ?
+
 set -e
 
 DEBIAN_FRONTEND=noninteractive apt-get install -y \