lox / pheasant

A lightweight data mapper designed to take advantage of PHP 5.3+
http://getpheasant.com
MIT License
101 stars 21 forks source link

Fix for bindInto when using SQL functions #157

Closed bjornpost closed 4 years ago

bjornpost commented 8 years ago

See provided testcase.

bjornpost commented 8 years ago

Hmm, ignore this PR for now. This issue needs more investigation.

bjornpost commented 8 years ago

@Jud would you mind taking a look at this? I'm struggling to get this fixed. My commit already has a testcase.

Jud commented 8 years ago

@bjornpost sorry, for the delay on all these. Looks like this just fails because of dependency issues (Some deps from bumping Mockery require > 5.5).

Looking here: http://php.net/supported-versions.php -- I'd say it's safe for us to consider only supporting PHP >=5.6.