php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58095 Extension compile failed
Submitted: 2008-03-10 07:28 UTC Modified: 2008-03-25 07:37 UTC
From: petr at hroch dot info Assigned: mike (profile)
Status: Closed Package: pecl_http (PECL)
PHP Version: 5_2 CVS-2008-03-10 OS: Linux Debian Etch 4.0
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 !
Your email address:
MUST BE VALID
Solve the problem:
23 - 11 = ?
Subscribe to this entry?

 
 [2008-03-10 07:28 UTC] petr at hroch dot info
Description:
------------
Extension compile failed using latest pecl_http 1.6.0 cvs source with latest php 5.3-dev cvs snapshot

Actual result:
--------------
sit:/usr/install/src/pec_http-1.6.0CVS# make
/bin/sh /usr/install/src/pec_http-1.6.0CVS/libtool --mode=compile gcc  -I. -I/usr/install/src/pec_http-1.6.0CVS -DPHP_ATOM_INC -I/usr/install/src/pec_http-1.6.0CVS/include -I/usr/install/src/pec_http-1.6.0CVS/main -I/usr/install/src/pec_http-1.6.0CVS -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/usr/local/php/include/php/ext/hash  -DHAVE_CONFIG_H  -g -O2   -c /usr/install/src/pec_http-1.6.0CVS/http_request_object.c -o http_request_object.lo
 gcc -I. -I/usr/install/src/pec_http-1.6.0CVS -DPHP_ATOM_INC -I/usr/install/src/pec_http-1.6.0CVS/include -I/usr/install/src/pec_http-1.6.0CVS/main -I/usr/install/src/pec_http-1.6.0CVS -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib -I/usr/local/php/include/php/ext/hash -DHAVE_CONFIG_H -g -O2 -c /usr/install/src/pec_http-1.6.0CVS/http_request_object.c  -fPIC -DPIC -o .libs/http_request_object.o
/usr/install/src/pec_http-1.6.0CVS/http_request_object.c: In function '_http_request_object_responsehandler':
/usr/install/src/pec_http-1.6.0CVS/http_request_object.c:733: error: 'struct _php_core_globals' has no member named 'error_handling'
/usr/install/src/pec_http-1.6.0CVS/http_request_object.c:733: error: 'struct _php_core_globals' has no member named 'exception_class'
make: *** [http_request_object.lo] Error 1


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-03-25 07:37 UTC] mike@php.net
This bug has been fixed in CVS.

In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pecl.php.net.

In case this was a pecl.php.net website problem, the change will show
up on the website in short time.
 
Thank you for the report, and for helping us make PECL better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 20:01:31 2024 UTC