php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #59231 Cannot compile
Submitted: 2010-05-25 23:15 UTC Modified: 2013-02-18 00:35 UTC
From: rsotomayorb at gmail dot com Assigned:
Status: No Feedback Package: dbx (PECL)
PHP Version: 5_3 SVN-2010-05-25 (dev) OS: Ubuntu 10.04
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:
38 + 9 = ?
Subscribe to this entry?

 
 [2010-05-25 23:15 UTC] rsotomayorb at gmail dot com
Description:
------------
I cannot compile because something has changed in Ubuntu 10.04 at zval structure.



Reproduce code:
---------------
rsotomayor@rsotomayor-laptop:~/Descargas/dbx-1.1.0$ make
/bin/bash /home/rsotomayor/Descargas/dbx-1.1.0/libtool --mode=compile cc  -I. -I/home/rsotomayor/Descargas/dbx-1.1.0 -DPHP_ATOM_INC -I/home/rsotomayor/Descargas/dbx-1.1.0/include -I/home/rsotomayor/Descargas/dbx-1.1.0/main -I/home/rsotomayor/Descargas/dbx-1.1.0 -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /home/rsotomayor/Descargas/dbx-1.1.0/dbx.c -o dbx.lo 
libtool: compile:  cc -I. -I/home/rsotomayor/Descargas/dbx-1.1.0 -DPHP_ATOM_INC -I/home/rsotomayor/Descargas/dbx-1.1.0/include -I/home/rsotomayor/Descargas/dbx-1.1.0/main -I/home/rsotomayor/Descargas/dbx-1.1.0 -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /home/rsotomayor/Descargas/dbx-1.1.0/dbx.c  -fPIC -DPIC -o .libs/dbx.o
/home/rsotomayor/Descargas/dbx-1.1.0/dbx.c: In function ?zif_dbx_query?:
/home/rsotomayor/Descargas/dbx-1.1.0/dbx.c:535: error: ?zval? has no member named ?refcount?
/home/rsotomayor/Descargas/dbx-1.1.0/dbx.c:536: error: ?zval? has no member named ?is_ref?
/home/rsotomayor/Descargas/dbx-1.1.0/dbx.c: In function ?zif_dbx_fetch_row?:
/home/rsotomayor/Descargas/dbx-1.1.0/dbx.c:609: error: ?zval? has no member named ?refcount?
/home/rsotomayor/Descargas/dbx-1.1.0/dbx.c:610: error: ?zval? has no member named ?is_ref?
make: *** [dbx.lo] Error 1



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-06-01 08:02 UTC] M dot Boeren at guidance dot nl
Did you try the SVN version of DBX as well? If you used the 1.1.0 package, that one doesn't work with 5.3.x
 [2013-02-18 00:35 UTC] pecl-dev 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 "Open". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 17:01:31 2024 UTC