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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
16 - 5 = ?
Subscribe to this entry?

 
 [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: Fri Apr 26 20:01:29 2024 UTC