Undefined constant: "OCI_NO_AUTO_COMMIT"

Hi,I connected to Oracle DB successfully in PHPMaker v2023.12.0.My localhost server info:
PHP version: 8.1 x64 TSMy dummy connection info below:Database type: Oracle
TNS name: 11.22.33.44:1521:my_sid
Username: schema_oracle_username
Password: schema_oracle_password
Schema: my_oracle_schemaI successfully generated website inside PHPMaker app.When I open localhost in browser I get AdminLTE interface and this error:
…\vendor\doctrine\dbal\src\Driver\OCI8\Driver.php(31): Undefined constant: "OCI_NO_AUTO_COMMIT"How can I resolve this Oracle error?Thanks!

You have not (or not properly) installed OCI8, you may check if it is properly loaded by phpinfo or by command php -m.

I figured it out.

I generated app on the database server machine, now it recognizes OCI8 and works.