php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58511 can't find 'phpext_sqlite3_ptr' in internal_functions.c
Submitted: 2009-01-18 06:35 UTC Modified: 2016-07-10 04:22 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: sprbeyond at sohu dot com Assigned: cmb (profile)
Status: No Feedback Package: SQLite related
PHP Version: 5_2 CVS-2009-01-18 (dev) OS: linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: sprbeyond at sohu dot com
New email:
PHP Version: OS:

 

 [2009-01-18 06:35 UTC] sprbeyond at sohu dot com
Description:
------------
Installing sqlite3-0-6.tgz in PHP v2.5.8

main/internal_functions.c:63: error: 'phpext_sqlite3_ptr' undeclared here (not in a function)




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-04-30 03:39 UTC] dams@php.net
I get the same error when compiling on Mac OS X 10.5.6 : 

main/internal_functions.c:63: error: 'phpext_sqlite3_ptr' 
undeclared here (not in a function)
make: *** [main/internal_functions.lo] Error 1
 [2009-04-30 05:06 UTC] dams@php.net
Another note : I got also a compile error with PHP 5.3, when I 
compiled it with some other extension (list is too long).

When compiled with PHP 5.3 as the only extra extension, it 
works fine. 

I'll try to get the conflicting extension.
 [2016-06-27 13:43 UTC] cmb@php.net
-Status: Open +Status: Feedback -Package: sqlite3 +Package: SQLite related -Assigned To: +Assigned To: cmb
 [2016-06-27 13:43 UTC] cmb@php.net
The SQLite3 documentation states[1]:

| This extension was briefly a PECL extension but that version is
| only recommended for experimental use.

Apparently, it would be good to mark the extension as such on PECL,
but that would be something for another ticket.

The relevant question here is: does that issue still persist for
recent versions of the bundled SQLite3 extension?

[1] <http://php.net/manual/en/sqlite3.installation.php>
 [2016-07-10 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 12:01:31 2024 UTC