php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #76297 Firebird PDO does not support Firebird Events
Submitted: 2018-05-02 23:39 UTC Modified: 2018-05-08 15:56 UTC
Votes:3
Avg. Score:4.7 ± 0.5
Reproduced:2 of 2 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (50.0%)
From: integritynet at iinet dot net dot au Assigned:
Status: Open Package: PDO Firebird
PHP Version: 7.2.5 OS: Linux AMD64
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: integritynet at iinet dot net dot au
New email:
PHP Version: OS:

 

 [2018-05-02 23:39 UTC] integritynet at iinet dot net dot au
Description:
------------
ISSUE: The PDO Firebird driver does not support catching Firebird Events.
REQUEST: Add Event callback registration to the Firebird PDO driver

BACKGROUND:
The standard PHP vendor specific driver for Firebird supports the Firebird Database Event feature:

POST_EVENT '<event_name>';

with the following function to catch events:
resource ibase_set_event_handler (..);

Events are a very powerful feature of Firebird.

Migrating to PDO from the standard firebird extension is impossible if Events are used in the PHP code.


Test script:
---------------
http://php.net/manual/en/function.ibase-set-event-handler.php


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-05-02 23:42 UTC] integritynet at iinet dot net dot au
-: integrityne at iinet dot net dot au +: integritynet at iinet dot net dot au
 [2018-05-02 23:42 UTC] integritynet at iinet dot net dot au
Corrected Email Address
 [2018-05-08 15:56 UTC] cmb@php.net
-Package: *General Issues +Package: PDO Firebird
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Nov 21 19:01:29 2024 UTC