-
I cannot get adodb_sessions to work with php 7.2. File based sessions do work ( of course with #129 ).
I've tried various debugging statements and such, and to the best I can find sess_write() is…
-
In 'adodb-datadict' inside _GenFields:
line 729
if ($ty == 'X' || $ty == 'X2' || $ty == 'B') $fnotnull = false; // some blob types do not accept nulls [cf #291]
line 733-734
//some databases …
-
Has not been updated for over 3 years...
According to [SourceForge download stats](https://sourceforge.net/projects/adodb/files/Documentation/stats/timeline?dates=2019-01-01%20to%202020-01-01&perio…
-
Much like https://github.com/phpstan/phpstan/issues/24 , I am unable to run phpstan against my full project. I have php 7.1, on Ubuntu 16, have memory_limit set to -1 (unlimited), and have attempted t…
-
- ActivXObject often does not function properly.
The basic WScript.Shell Environment property doesn't work, or WMPlayer.OCX throws an error that the Controls property doesn't exist. Things like tha…
-
This setup was working fine at 3.1.2-1. Upgraded code, ran upgrade.php without error.
Opening Administration - Site Settings produces an empty Site Setup tab and:
* ojs2: Unrecognized DAO SiteS…
-
Just a note as I saw the notice by @mnewnham on
https://adodb.org/dokuwiki/doku.php?id=v5:database:sap_sqlanywhere
It seems there is still driver support for PHP7+:
https://wiki.scn.sap.com/w…
-
I'm trying to install usql via go using the command: go get -u -tags all github.com/xo/usql
but I'm getting the following error:
```
# github.com/xo/usql/drivers/pgx
go/src/github.com/xo/usql/driv…
-
Hi,
I am using Adodb for a long time, in my current project I am using this with MSSQL 2016. It was working fine but there are some updates on the server, I am facing problem regarding date format…
-
In drivers/adodb-mssqlnative.inc.php
method _close() contains a bug causing this method do nothing
`if(is_object($this->_queryID)) {`
is wrong because $this->_queryID is not an object but a resour…