[Bug 1578600] Re: Multiple connections to Interbase with php >= 7.0 are not allowed

2019-07-12 Thread NetVicious
Seems to be fixed on Ubuntu 18.04.2 LTS in php package 7.2.19-0ubuntu0.18.04.1. It was fixed on the upstream package time ago. https://bugs.php.net/bug.php?id=72175 The bug can be closed now. Thanks to all. ** Changed in: php7.0 (Ubuntu) Status: Triaged => Fix Released -- You

[Bug 1578600] Re: Multiple connections to Interbase with php >= 7.0 are not allowed

2019-04-12 Thread NetVicious
Ok thanks, I will test it on the next php7.2 update. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1578600 Title: Multiple connections to Interbase with php >= 7.0 are not allowed To manage

[Bug 1578600] Re: Multiple connections to Interbase with php >= 7.0 are not allowed

2019-04-12 Thread Christian Ehrhardt 
It is mentioned to be fixed in 7.2 and later. But only recently, so my expectation would be that with the next minor release being pushed as security update anything >= Ubuntu 18.04 will be fixed. That will be php 7.2.17 or later then (depending when/which CVEs are in it) But as you called it

[Bug 1578600] Re: Multiple connections to Interbase with php >= 7.0 are not allowed

2019-04-11 Thread NetVicious
Hi! upstream bug has been closed and semi-fixed. I don't know if the fix was send to 7.3 branch or older. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1578600 Title: Multiple connections to

[Bug 1578600] Re: Multiple connections to Interbase with php >= 7.0 are not allowed

2018-11-29 Thread Robie Basak
** Summary changed: - Multiple connections to Interbase with php 7.0 are not allowed + Multiple connections to Interbase with php >= 7.0 are not allowed ** Changed in: php7.0 (Ubuntu) Status: Confirmed => Triaged ** Changed in: php7.0 (Ubuntu) Importance: Undecided => Medium -- You

[Bug 1578600] Re: Multiple connections to Interbase with php 7.0 are not allowed

2018-11-28 Thread NetVicious
Ok, so that confirms the bug was not patched on 7.1 and 7.2 upstream. And I think it should not be patched on 7.3 too. Can you change the bugreport to assign it to 7.2 too. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1578600] Re: Multiple connections to Interbase with php 7.0 are not allowed

2018-11-27 Thread Nish Aravamudan
> That's why I think it's not a problem of the Ubuntu package. And I think when > Ubuntu takes a new > major version, like 7.1 and 7.2 was, you should take the complete upstream > instead of doing all the > new changes of that version on the old code, isn't it? Right, we (well, Debian

[Bug 1578600] Re: Multiple connections to Interbase with php 7.0 are not allowed

2018-11-27 Thread NetVicious
Hi Nish! As you can see the bug was reported for php 7.0. We tested it on 7.1 and 7.2 and it's yet there. That's why I think it's not a problem of the Ubuntu package. And I think when Ubuntu takes a new major version, like 7.1 and 7.2 was, you should take the complete upstream instead of doing

[Bug 1578600] Re: Multiple connections to Interbase with php 7.0 are not allowed

2018-11-26 Thread Nish Aravamudan
Thank you for working hard on this upstream and here. I'm sorry for the state of the Interbase module, but I'm not sure there are any safe options for Ubuntu to proceed with without at least a more complete upstream fix (that doesn't regress the tests in the code). -- You received this bug

[Bug 1578600] Re: Multiple connections to Interbase with php 7.0 are not allowed

2018-11-26 Thread NetVicious
Interbase module seems to be abandoned. All the developers which appear on phpinfo() related with the Interbase/firebird module are not active developers of php looking at their Linkedin accounts. So obviously this bug won't be fixed because there it's no active developer in charge of the

[Bug 1578600] Re: Multiple connections to Interbase with php 7.0 are not allowed

2017-01-27 Thread ChristianEhrhardt
Nish, do you have any newer update on the progress on this? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1578600 Title: Multiple connections to Interbase with php 7.0 are not allowed To manage

[Bug 1578600] Re: Multiple connections to Interbase with php 7.0 are not allowed

2017-01-26 Thread NetVicious
Hi! This patch was relesed on the ubuntu updates ? In the upstream bugtracker seems no one it's taking attention on it. I'm using the libapache2-mod-php7.0 (7.0.13-0ubuntu0.16.04.1) on Ubuntu 16.04.1 LTS and the bug it's there yet. -- You received this bug notification because you are a member

[Bug 1578600] Re: Multiple connections to Interbase with php 7.0 are not allowed

2016-06-29 Thread Nish Aravamudan
@netvicious, thanks for tying up those threads! I have also pinged Nikola (NikiC) offline to see if they can help get that bug fixed upstream. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1578600

[Bug 1578600] Re: Multiple connections to Interbase with php 7.0 are not allowed

2016-06-29 Thread NetVicious
The upstream bug had a comment about other users with the same problem using ADOdb. I posted yesterday a note saying the bug was found and fixed. https://github.com/ADOdb/ADOdb/issues/231 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1578600] Re: Multiple connections to Interbase with php 7.0 are not allowed

2016-06-28 Thread Dupre
Hi NetVicious, Thanks for your help. I have this problem in all my apps (they have common libraries and classes). I think I'll wait for the fix. Moltes gracies ;) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

Re: [Bug 1578600] Re: Multiple connections to Interbase with php 7.0 are not allowed

2016-06-28 Thread Nish Aravamudan
On 28.06.2016 [16:07:20 -], NetVicious wrote: > Hi Nish, > > So we had the solution near two months in front our face. So it seems :) > I saw your comment on php bugtracker. There we don't have any developer > assigned so why you don't create a patch within the tool? I will send a PR in

[Bug 1578600] Re: Multiple connections to Interbase with php 7.0 are not allowed

2016-06-28 Thread NetVicious
Hi dupre, I have some applications running with php7+firebird and this one was the only bug I found. I fixed it temporary using a static var for the php connection to the database in my DB library. Hasta luego ;-) -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1578600] Re: Multiple connections to Interbase with php 7.0 are not allowed

2016-06-28 Thread Dupre
Thanks you Nish for working in this bug. As soon as the fix is available I'll start migrating to php 7 some of my applications. Good job!!! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1578600

[Bug 1578600] Re: Multiple connections to Interbase with php 7.0 are not allowed

2016-06-28 Thread NetVicious
Hi Nish, So we had the solution near two months in front our face. I saw your comment on php bugtracker. There we don't have any developer assigned so why you don't create a patch within the tool? It seems you're the maintainer of the php package for the Ubuntu distro, so. We will have a fixed

[Bug 1578600] Re: Multiple connections to Interbase with php 7.0 are not allowed

2016-06-28 Thread Nish Aravamudan
@Dupre & @NetVicious: Great, thanks to you both for this quick testing. I simply backported NikiC's suggestion from SO. I will update the PHP bug, as I think we'd rather it get fixed appropriately upstream (and they will presumably add a testcase). -Nish -- You received this bug notification

[Bug 1578600] Re: Multiple connections to Interbase with php 7.0 are not allowed

2016-06-28 Thread NetVicious
** Description changed: # lsb_release -rd Description:Ubuntu 16.04 LTS Release:16.04 --- # apt-cache policy php7.0-interbase php7.0-interbase: - Instalados: 7.0.4-7ubuntu2 - Candidato: 7.0.4-7ubuntu2 - Tabla de versión: - *** 7.0.4-7ubuntu2

[Bug 1578600] Re: Multiple connections to Interbase with php 7.0 are not allowed

2016-06-28 Thread NetVicious
I confirm too that lp1569609 still contains bug, and lp1578600 FIXES perfectly this bug. Good job and thanks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1578600 Title: Multiple connections to

[Bug 1578600] Re: Multiple connections to Interbase with php 7.0 are not allowed

2016-06-28 Thread Dupre
Version from repository ppa:nacc/lp1569609 still contains bug. After: sudo add-apt-repository ppa:nacc/lp1569609 sudo apt-get update sudo apt-get upgrade I get the same error messages again. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

Re: [Bug 1578600] Re: Multiple connections to Interbase with php 7.0 are not allowed

2016-06-28 Thread Nish Aravamudan
On Jun 27, 2016 23:15, "Dupre" wrote: > > The test version LP1578600 solves this bug. I have no more this error > with this test update. > > Thank you very much for your help!!! Good job!!! Would you be able to verify that the version from

[Bug 1578600] Re: Multiple connections to Interbase with php 7.0 are not allowed

2016-06-28 Thread Dupre
The test version LP1578600 solves this bug. I have no more this error with this test update. Thank you very much for your help!!! Good job!!! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1578600

[Bug 1578600] Re: Multiple connections to Interbase with php 7.0 are not allowed

2016-06-27 Thread Nish Aravamudan
As part of bug 1569609, I have created a microrelease-update test version at: https://launchpad.net/~nacc/+archive/ubuntu/lp1569609, and have built a version of that PHP7.0 with the potential fix for this bug (as per SO) at: https://launchpad.net/~nacc/+archive/ubuntu/lp1578600. If anyone

[Bug 1578600] Re: Multiple connections to Interbase with php 7.0 are not allowed

2016-06-27 Thread Nish Aravamudan
PHP bug is https://bugs.php.net/bug.php?id=72175 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1578600 Title: Multiple connections to Interbase with php 7.0 are not allowed To manage notifications

[Bug 1578600] Re: Multiple connections to Interbase with php 7.0 are not allowed

2016-06-16 Thread NetVicious
There it's no more information on stackoverflow. Here's the link: http://stackoverflow.com/questions/37049534/multiple-connections-to-interbase-with-php-7-0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1578600] Re: Multiple connections to Interbase with php 7.0 are not allowed

2016-06-15 Thread Nish Aravamudan
@Dupre, is it possible to provide a link to the stackoverflow discussion? I can try building a version in a PPA to test, but the right fix currently is to get upstream PHP fixed first, if we can (and it will go through their CI process then). -- You received this bug notification because you are

[Bug 1578600] Re: Multiple connections to Interbase with php 7.0 are not allowed

2016-06-15 Thread Dupre
Affected by this bug too. User NikiC on StackOverflow writed this: "In particular, I don't think this line is correct: lxr.php.net/xref/PHP_MASTER/ext/interbase/interbase.c#943 This zend_list_close should probably be a zend_list_delete, otherwise it will simply always destroy the resource."

[Bug 1578600] Re: Multiple connections to Interbase with php 7.0 are not allowed

2016-06-14 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: php7.0 (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1578600 Title:

[Bug 1578600] Re: Multiple connections to Interbase with php 7.0 are not allowed

2016-05-10 Thread Nish Aravamudan
Reported upstream as: https://bugs.php.net/bug.php?id=72175 ** Bug watch added: bugs.php.net/ #72175 http://bugs.php.net/bug.php?id=72175 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1578600