Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Milestones

List view

  • **STATUS :** Done. In 2014/08/14 , PHP 5.3 was abandoned without any bugs and/or security fixes. In order to obtain more flexibility to develop the BigNumbers library, we're going to remove PHP 5.3 support. ### This implies: * We'll be free to use the PHP 5.4's "new" array syntax. * We'll be able to use traits. * We'll be able to use function deferring with arrays. * We'll be able to use binary format to represent native integers. * We'll be able to use 'callable' when type-hinting method signatures. ### Expected changes: * The only immediate change will be removing the PHP 5.3 tests from the Travis CI testing matrix. * Using the "new" features will be done in a slow and gradual pace.

    Due by August 9, 2015