Skip to content

Releases: mstone121/php-object-sql

Fix PHP 7.2 array_push issue

27 Apr 02:18

Choose a tag to compare

Pre-release

Until this project officially supports php >7.3, using array_push to tack on additional bindings won't work since sometimes getBindings returns an empty array. In that case, array_push gets only one argument and PHP throws an error. This was updated in 7.3 to allow one argument.

Beta Release 2

22 Apr 20:32

Choose a tag to compare

Beta Release 2 Pre-release
Pre-release

Fixes errors in class names

Beta Release

22 Apr 20:11

Choose a tag to compare

Beta Release Pre-release
Pre-release
v0.1

More readme typos