Skip to content

Releases: jimbojsb/pseudo

PHP 7.4 Support

06 Mar 13:25
50de193
Compare
Choose a tag to compare
v0.2.4

Fix for trying to access array offset on value of type null (#33)

PHP 7.3 support

08 Aug 03:08
Compare
Choose a tag to compare
0.4.1

Changed continue to continue 2 to stop PHP warnings (#30)

0.4: Feature/improve prepared statements (#23)

26 Feb 03:00
Compare
Choose a tag to compare
* set isParameterized when setParams is used

* will handle params passed from mock to addQuery

* set the proper value on isParameterized

* Add testLastInsertIdPreparedStatement test case

* Fix Pdo::lastInsertId method
QueryLog now receives queries issued with PdoStatement::execute

PDO Compatibility Fixes

13 Jul 13:57
Compare
Choose a tag to compare
Fixes #18 (#29)

Fixes #18 in that if a param doesn't match then return empty array

PHP 7.2 Support

08 Jul 15:49
Compare
Choose a tag to compare
PHP: added 7.2 support with upgraded PHPUnit (#28)

Removed testing support for 5.4 and 5.4
(PHPUnit support removed)

Better exceptions

17 May 22:21
Compare
Choose a tag to compare
Merge pull request #25 from PMPP/php7.1

Arrays have to be initialized as arrays to start pushing elements int…