summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-26add serialize functions for php 8.1HEADmasterAaron Parecki
2022-03-26add annotations for php 8.1 compatibilityAaron Parecki
2020-04-29Merge pull request #359 from j4mie/developSimon Holywell
2020-04-29Updates changelog and clarifies "feature complete"Simon Holywell
2020-04-29Merge pull request #357 from CatalinFrancu/patch-1Simon Holywell
Fix argument order in call to join().
2019-12-11Fix argument order in call to join().Cătălin Frâncu
2018-05-31Merge pull request #340 from j4mie/developSimon Holywell
Publish v1.5.6 of Idiorm
2018-05-31Update the changelogSimon Holywell
2018-05-31Update the changelogSimon Holywell
2018-05-31Merge pull request #338 from bleakgadfly/masterSimon Holywell
Assign null to self::$_db on reset_db to ensure PDO closes the connections
2018-05-23Assign null to self::$_db on reset to ensure PDO closes the connectionsCato Auestad
2018-01-05prepare releaseSimon Holywell
2018-01-05docker image for php 5.2 testingSimon Holywell
2018-01-05update travis with new phpunit52 and cache directivesSimon Holywell
2018-01-04Update README.markdownSimon Holywell
2018-01-04update the 1.5.4 release date in the readmeSimon Holywell
2018-01-04remove phpunit unvailable for php5.2 messageSimon Holywell
2018-01-04add in phar support for php 5.2Simon Holywell
2018-01-04correct url always helpsSimon Holywell
2018-01-04attempt to get php5.2 testing working againSimon Holywell
2018-01-04Merge branch 'develop' of github.com:j4mie/idiorm into developSimon Holywell
2018-01-04individually insert test rows for SQLite pre 3.7.11Simon Holywell
2018-01-03Clean up the changelogSimon Holywell
2018-01-03Update the changelog with 1.5.4 changesSimon Holywell
2018-01-03Closes #319 - no reset on cached responseSimon Holywell
2018-01-03Update .travis.ymlSimon Holywell
2018-01-02Update .travis.ymlSimon Holywell
2018-01-02Update .travis.ymlSimon Holywell
2018-01-02Update .travis.ymlSimon Holywell
2018-01-02Update .travis.ymlSimon Holywell
2018-01-02Update .travis.ymlSimon Holywell
2018-01-02Update .travis.ymlSimon Holywell
2018-01-02Update .travis.ymlSimon Holywell
2018-01-02Update .travis.ymlSimon Holywell
2018-01-02Update .travis.ymlSimon Holywell
Use an env var as travis has a shim for composer tricking my bash into thinking that the composer binary is available on the path. In reality it is just a shim that prints a message to the console saying that composer is not available on PHP 5.2.
2018-01-02Update .travis.ymlSimon Holywell
2018-01-02Update .travis.ymlSimon Holywell
2018-01-02Update .travis.ymlSimon Holywell
2018-01-02Merge pull request #332 from j4mie/treffynnon-patch-1Simon Holywell
Update README to make PHP version compatibility clearer
2018-01-02Update README.markdownSimon Holywell
2018-01-02Merge pull request #325 from kawausokun/masterSimon Holywell
Fix IDE warnings based on PHPDoc comments
2018-01-02Merge pull request #328 from qyanu-pull-requests/masterSimon Holywell
add missing require-dev for SQLite
2017-12-31update travis-ciSimon Holywell
2017-11-23add missing require-devMax-Julian Pogner
the php extension pdo_sqlite is actually required for development (in order to successfully execute the unit-tests). tested on debian Jessie 8.9 this would for example mean, that the following debian package is required: apt-get install php5-sqlite
2017-07-22Update phpdockawausokun
2017-03-21Merge branch 'develop'Simon Holywell
2017-03-21correct some typos in docs :(Simon Holywell
2017-03-21Merge pull request #318 from j4mie/developSimon Holywell
Document the raw_execute() method
2017-03-21change travis-ci run scriptsSimon Holywell
2017-03-21add documentation changes to the readmeSimon Holywell