Activity for Gaetano Giunta

  • Gaetano Giunta Gaetano Giunta posted a comment on ticket #2331

    Thanks!

  • Gaetano Giunta Gaetano Giunta posted a comment on ticket #2331

    It is set to 250%. Note that I do have 2 monitors in use, with very different DPI

  • Gaetano Giunta Gaetano Giunta posted a comment on ticket #2331

    another screenshot

  • Gaetano Giunta Gaetano Giunta created ticket #2331

    Replace strip broken - can not insert replacement text

  • Gaetano Giunta Gaetano Giunta posted a comment on discussion Technical Topics

    Thanks, really cool. However, I only have one physical disk drive on my laptop. I think I have read that wsl atm only allows mounting linux "drives", not partitions. Would the schema you propose work with the veracrypt partition sitting next to, say, the currently active windows partition and a linux partition, all on the same disk?

  • Gaetano Giunta Gaetano Giunta created ticket #49

    Wrong encoding of latin-1 characters in range 200 - 209

  • Gaetano Giunta Gaetano Giunta posted a comment on discussion Developers

    Status update: for now, I went with embedding in my app the single-file version of Adminer, along with a couple of plugins. As an enhancement, I'm thinking to add in the future a php/shell script to run automatically on exection of composer update (a post-update script) to check if a new version of adminer is available and if so to download and install it automatically... In the meanwhile, I do keep around the source-code version as well, installed via composer, as it is useful for troubleshooting...

  • Gaetano Giunta Gaetano Giunta posted a comment on discussion Other databases

    ps: nevermind. When adding the sql-server cliient to php, besides pdo the mssql extension is also built by default. As soon as I neabled it in php.ini, Adminer allowed me to connect.

  • Gaetano Giunta Gaetano Giunta modified a comment on discussion Other databases

    I recently downloaded the MS SQL Server client on Linux for SqlServer 2017 and 2019. The php extension which got built by default is pdo_sqlsrv (I think I could build the odbc driver, but I see no reason to bother). Would it make sense for me to send a PR adding support for the php extension pdo_sqlsrv to connect to MS SQL ?

  • Gaetano Giunta Gaetano Giunta posted a comment on discussion Other databases

    I recently downloaded the MS SQL Server client on Linux for SLqServer 2017 and 2019. The php extension which got built by default is pdo_sqlsrv (I think I could build the odbc driver, but I see no reason to bother). Would it make sense for me to send a PR adding support for the php extension pdo_sqlsrv to connect to MS SQL ?

  • Gaetano Giunta Gaetano Giunta posted a comment on discussion Developers

    Hello I am the developer behind a multi-database-sql-testing tool: https://github.com/gggeek/db-3v4l Although it is still pretty rough, it is now at the point where it could benefit from having some kind of GUI. Since I am a great fan of Adminer, I thought I would incorporate it as part of the web interface. I have started looking at the existing Adminer plugins, and it seems that by making make use of some of them, I could achieve the level of customisation that I want (eg. customizing the list...

  • Gaetano Giunta Gaetano Giunta posted a comment on ticket #10

    Altra nota: mi sembra che l'esmpio di chiamata che si trova alla pagina https://tdocs.wubook.net/wired/intro.html#data-types-and-xml-representations per il php non sia a prova di proiettile, poiche' manca la verifica che la risposta ricevuta non sia di tipo errore. Una versione migliore sarebbe: <?php include("xmlrpc.inc"); $server = new xmlrpc_client($url); $args = array(new xmlrpcval($user, 'string'), new xmlrpcval($pass, 'string'), new xmlrpcval($pkey, 'string')); $message = new xmlrpcmsg('acquire_token',...

  • Gaetano Giunta Gaetano Giunta posted a comment on ticket #10

    PS: per vedere l'xml prodotto, senza tentare di contattare il server, basta fare: $args = array(...); $message = new xmlrpcmsg('update_avail', $args); var_dump($message->serialize());

  • Gaetano Giunta Gaetano Giunta modified ticket #10

    Need help for xmlrpc array of rooms

  • Gaetano Giunta Gaetano Giunta modified ticket #10

    Need help for xmlrpc array of rooms

  • Gaetano Giunta Gaetano Giunta posted a comment on ticket #10

    Allora: 1- penso ci sia ancora un errore nel codice mostrato, quello corretto dorebbe essere: $args = array( new xmlrpcval(1511561.3212, 'string'), new xmlrpcval('1852', 'int'), new xmlrpcval('16/09/2018', 'string'), php_xmlrpc_encode($roomdays) ); 2- il modo migliore per debuggare la comunicazione col server e vedere se l'encoding dei paramteri ha funzionato come atteso e' utilizzare il metodo setDebug della classe xmlrpc_client, pe: $client = new xlmlrpc_client(...); $client->setDebug(2); $args...

  • Gaetano Giunta Gaetano Giunta posted a comment on ticket #10

    PPS: not too important, but this project has moved to github, and all tickets should be opened there going forward...

  • Gaetano Giunta Gaetano Giunta posted a comment on ticket #10

    Hello Daniele. The error in your code is that you assume that the construct "new xmlrpcval($roomdays, 'array')" will work on an arbitrarily nested php array. It will not: the constructor for your xmlrpcval object assumes that $roomdays is an array of values which are pre-encoded xmlrpcvals themselves, eg: new xmlrpcval(array('id' => new xmlrpcval(12, 'int'), ...)) This forces you to write the code so that the xmlrpc values are built in a specific order, and can be tedious or constraining. The easy...

  • Gaetano Giunta Gaetano Giunta modified ticket #78

    i8 type not supported

  • Gaetano Giunta Gaetano Giunta posted a comment on ticket #78

    Implemented!

  • Gaetano Giunta Gaetano Giunta modified ticket #5

    Support for i8 64 bits integer

  • Gaetano Giunta Gaetano Giunta posted a comment on ticket #5

    Less than 10 years in the making... and support for i8 has been merged!

  • Gaetano Giunta Gaetano Giunta posted a comment on ticket #94

    Sorry, I will not reply any more on this forum. Please do as advised, and move the...

  • Gaetano Giunta Gaetano Giunta posted a comment on ticket #94

    Can you please open the ticket on github? The project is not using sourceforge anymore...

  • Gaetano Giunta Gaetano Giunta committed [r83]

    - add shutdown notice

  • Gaetano Giunta Gaetano Giunta modified a blog post on phpxmlrpc

    PHPXMLRPC goes to github

  • Gaetano Giunta Gaetano Giunta created a blog post on phpxmlrpc

    PHPXMLRPC goes to github

1