Conexión con Firebird en Windows - PHP 7.3

Conexión con Firebird en Windows - PHP 7.3

If you are using a manual installation on Windows, you will need to enable the Firebird extensions in the php.ini file. See below for how to do this.

1 - In the `php.ini` file uncomment the line for the Firebird extension php_pdo_firebird by removing the `;` from the start of the line. See the example below:


- Restart the Apache service using the Task Manager

2.1 - Open Task Manager and click on the Services tab.

2.2 - Look for the `Apache2.4` or `ApacheScriptcase9php73` service and right click on this service, then Restart.



1 - Access any project from your Scriptcase.

2 - Click on the New connection icon to create a connection.



3 - Select the Firebird connection.


4 - Enter the parameters for connecting to your Firebird database as follows



  1. Connection Name: Set the name of your new connection. By default, Scriptcase adds the prefix conn along with the database name.
  2. DBMS Driver: Select the Firebird Driver used to connect. In this example we use the Firebird PDO Driver.
  3. Server/Host (Name or IP): Enter the IP or domain of the server where the database is installed.
    Ex: serverdomain.com or 192.168.254.170.
  4. Port: Enter the numeric port for your database server.
    Ex: 3050
  5. Database Name: Enter the database created for use by the entered user.
  6. Username: Enter the user to authenticate the connection to your Firebird database.
  7. Password: Enter the password to complete the authentication process.
5 - Click Test Connection button to get a response from Scriptcase request to know if the entered parameters are correct.


    • Related Articles

    • Conexión con Firebird en Linux - PHP 7.3

      En Scriptcase, tenemos los siguientes controladores disponibles para las conexiones Firebird: Firebird PDO, Firebird. Si está utilizando su propio entorno preconfigurado, las extensiones de Firebird deben ser habilitadas manualmente en PHP. ...
    • Conexión con Firebird en macOS - PHP 7.3

      Prerrequisitos Si está utilizando una instalación manual en MacOS, tendrá que instalar PHP y el controlador de Firebird estará habilitado. Haga clic aquí para ver cómo hacerlo. 1 - Compruebe que el controlador Firebird está habilitado en sus ...
    • Instalación de Scriptcase con PHP 7.0 en Windows

      Este artículo describirá la instalación de PHP 7.0 y Apache 2.4 para el uso de ScriptCase. Sistemas operativos compatibles: Windows Server 2008 SP2 2008 R2 SP1 2012 2012 SP2 2016 Windows 7 SP1 Vista SP2 8 8.1 10 Archivos necesarios: PHP 7.0: haga ...
    • Instalación de Scriptcase con PHP 7.3 en Windows

      Esta documentación irá informando los pasos necesarios para la instalación de PHP 7.3, Apache 2.4 y Scriptcase de forma manual. Al realizar este tipo de instalación, usted es responsable de configurar todo su entorno, así como las extensiones de la ...
    • Conexión Sybase

      Si está utilizando la instalación automática de Scriptcase, la arquitectura de PHP será la misma que la del instalador que ha descargado. SyBase PDO Configuración de SyBase en Windows La instalación automática ya viene con el controlador SyBase, solo ...