Re: lang/php8X whith databases/php8X-sqlite3 and databases/sqlite3 segfaults in Quarterly

2024-09-03 Thread Moin Rahman
> On Sep 2, 2024, at 6:34 PM, Wolfgang Zenker wrote: > > Am Mon, Sep 02, 2024 at 06:17:40PM +0200 schrieb Moin Rahman: >>> On Sep 2, 2024, at 6:01 PM, Wolfgang Zenker >>> wrote: >>> Failing setup on php 8.2: >>> - php82-8.2.20 >>> - php82-sqlite3-8.2.20 >>> - sqlite3-3.46.0,1 > >>> Failing s

Re: lang/php8X whith databases/php8X-sqlite3 and databases/sqlite3 segfaults in Quarterly

2024-09-02 Thread Moin Rahman
> On Sep 2, 2024, at 6:01 PM, Wolfgang Zenker wrote: > > Am Mon, Sep 02, 2024 at 05:19:01PM +0200 schrieb Moin Rahman: >>> On Sep 2, 2024, at 5:10 PM, Wolfgang Zenker >>> wrote: > >>> I have a problem with using the PHP sqlite3 module in the 2024Q3 branch. >>> Scripts segfault on calling >>>

Re: lang/php8X whith databases/php8X-sqlite3 and databases/sqlite3 segfaults in Quarterly

2024-09-02 Thread Wolfgang Zenker
Am Mon, Sep 02, 2024 at 06:17:40PM +0200 schrieb Moin Rahman: >> On Sep 2, 2024, at 6:01 PM, Wolfgang Zenker >> wrote: >> Failing setup on php 8.2: >> - php82-8.2.20 >> - php82-sqlite3-8.2.20 >> - sqlite3-3.46.0,1 >> Failing setup on php 8.3: >> - php83-8.3.8 >> - php83-sqlite3-8.3.8 >> - sqlite

Re: lang/php8X whith databases/php8X-sqlite3 and databases/sqlite3 segfaults in Quarterly

2024-09-02 Thread Wolfgang Zenker
Am Mon, Sep 02, 2024 at 05:19:01PM +0200 schrieb Moin Rahman: >> On Sep 2, 2024, at 5:10 PM, Wolfgang Zenker >> wrote: >> I have a problem with using the PHP sqlite3 module in the 2024Q3 branch. >> Scripts segfault on calling >> $dbObj = new SQLite3('example.db'); >> Tested with php 8.2 and 8.3

Re: lang/php8X whith databases/php8X-sqlite3 and databases/sqlite3 segfaults in Quarterly

2024-09-02 Thread Moin Rahman
> On Sep 2, 2024, at 5:10 PM, Wolfgang Zenker wrote: > > Hello, > > I have a problem with using the PHP sqlite3 module in the 2024Q3 branch. > Scripts segfault on calling > $dbObj = new SQLite3('example.db'); > Tested with php 8.2 and 8.3, strongly suspect the other versions have > the proble

lang/php8X whith databases/php8X-sqlite3 and databases/sqlite3 segfaults in Quarterly

2024-09-02 Thread Wolfgang Zenker
Hello, I have a problem with using the PHP sqlite3 module in the 2024Q3 branch. Scripts segfault on calling $dbObj = new SQLite3('example.db'); Tested with php 8.2 and 8.3, strongly suspect the other versions have the problem as well. For which port(s) should I open a problem report here? The c