Francesco Zanoni

Results 5 comments of Francesco Zanoni

About Italian BBAN checksum, the only official document I've found (so far) is here: http://www.cnb.cz/cs/platebni_styk/iban/download/TR201.pdf , page 81. Hope to find more.

I've just created a quick-and-dirty translation of Italian BBAN checksum computation here: https://gist.github.com/francescozanoni/6489e64d22e54acaa55dd09773ca458d. The original was in Visual Basic (properly referenced).

Hi, man. According to http://www.cnb.cz/cs/platebni_styk/iban/download/TR201.pdf at page 96 and to https://www.abbl.lu/topic/iban-and-bic-codes/, Luxembourg has no national checksum within BBAN.

Hi. As a **temporary** fix, I've created a script executed after any `composer install` or `composer update`: ````php // file path: scripts/fix_zfdebug.php /** * ZFDebug fix for PHP >= 7.1...

Hi, according to https://github.com/justinrainbow/json-schema#type-coercion, values sent via HTTP query string (and headers, I suppose) can be correctly managed by this library, at least since Oct 2016. Couldn't this fix the...