Skip to content

Releases: AnrDaemon/library-php

Release 1.6.4

03 Nov 01:01
Compare
Choose a tag to compare
Release 1.6.4 Pre-release
Pre-release
  • Moved Net\Url to its rightful place.
  • Added much more documentation.
  • Added appropriate parts decoding on parsing.
  • Added more default ports.
  • Moved port omission to render.
  • Added legacy Net\Url wrapper with a deprecation notice.
  • Improved Url::__toString formatting.

Release 1.6.3

29 Oct 17:49
Compare
Choose a tag to compare
Release 1.6.3 Pre-release
Pre-release

Misc\Url pre-replease.

  • Released Misc\Url into public testing.
  • There's no other functional changes.

Release 1.6.2

29 Sep 01:13
Compare
Choose a tag to compare

Implemented PDOStatement::fetch/fetchAll extra parameters.

It is now possible to use PDOWrapper::get and PDOWrapper::getAll with extra parameters available to PDOStatement::fetch and PDOStatement::fetchAll, respectively.

Release 1.6.1

13 Jun 15:53
Compare
Choose a tag to compare

Force convert all errors to exceptions during connection phase

PDO will attach them as PDOException::previous.

Split MySQL specific code into a separate wrapper.

To use enhanced MySQL wrapper, use PDOMysql wrapper class instead of PDOWrapper. Sorry for inconvenience, but it was bound to happen.

Release 1.5

22 May 13:49
Compare
Choose a tag to compare

New MySQL connection variable: timezone=

Set user's time zone for connection.

Rewrite MYSQL_ATTR_INIT_COMMAND handling

Entirely new way of parsing/setting session variables.

Release 1.2

27 Jul 02:49
Compare
Choose a tag to compare

Release 1.2

New: Misc\MtRand

  • mt_rand() based 0..+1 and -1..+1 wrappers.

Misc\Coordinate3D

  • Add optional XYZ parameters to ::distance() and ::translate().

Wrappers\PDOWrapper

  • Add $column_number to getColumn.
  • Fix comments.