I am working with frymaster's php_lib_login_includes database library and postgresql.
When I updated to Redhat 8 and the current php (and postgres)
it appears that the session functions broke (they are from adodb
so I tried the most recent).
Note, also needed changes in how form data was passed, now you have to use $_POST.
When ever the main library file is loaded we have
session_register('gUser');
It appears that $gUser is not being saved or made available. Has
anyone got this library working with current versions of php and
postgres?
Thanks,
Tom