-
Improvement
-
Resolution: Fixed
-
Minor
-
3.3.1
-
None
Oracle DBAL driver uses obsoleted PHP OCI8 aliases and functions. Those ones have been deprecated as of PHP 5.4.0. Relying on these aliases is highly discouraged (https://www.php.net/manual/en/oldaliases.oci8.php):
- ocinlogon
- ociplogon
- ocilogon
- ociserverversion
- ocicommit
- ocirollback
- ocibindbyname
- ociexecute
- ocirowcount
- ocifetchinto
- ociparse
- ocifetchinto
- ocifreestatement
- ocierror
- ocilogoff
(probably some more).
-