php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #59853 Compile failed with PHP 5.4
Submitted: 2011-07-16 14:46 UTC Modified: 2012-02-21 13:28 UTC
Votes:3
Avg. Score:4.7 ± 0.5
Reproduced:3 of 3 (100.0%)
Same Version:1 (33.3%)
Same OS:2 (66.7%)
From: paulgao at yeah dot net Assigned: mike (profile)
Status: Closed Package: pecl_http (PECL)
PHP Version: 5_4 SVN-2011-07-16 (dev) OS: irrelevant
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: paulgao at yeah dot net
New email:
PHP Version: OS:

 

 [2011-07-16 14:46 UTC] paulgao at yeah dot net
Description:
------------
Compile failed with PHP 5.4, plz upgrade your code.
Thx. :)

Reproduce code:
---------------
make install

Actual result:
--------------
Compile failed.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-07-18 11:37 UTC] paulgao at yeah dot net
/root/php-5.4.0alpha2/ext/http/http_functions.c:449: undefined reference to `php_get_output_start_filename'
/root/php-5.4.0alpha2/ext/http/http_functions.c:449: undefined reference to `php_get_output_start_lineno'
ext/http/http_functions.o: In function `zif_http_cache_last_modified':
/root/php-5.4.0alpha2/ext/http/http_functions.c:412: undefined reference to `php_get_output_start_filename'
/root/php-5.4.0alpha2/ext/http/http_functions.c:412: undefined reference to `php_get_output_start_lineno'
ext/http/http_response_object.o: In function `zim_HttpResponse_capture':
/root/php-5.4.0alpha2/ext/http/http_response_object.c:883: undefined reference to `php_end_ob_buffers'
/root/php-5.4.0alpha2/ext/http/http_response_object.c:884: undefined reference to `php_start_ob_buffer'
/root/php-5.4.0alpha2/ext/http/http_response_object.c:879: undefined reference to `php_get_output_start_filename'
/root/php-5.4.0alpha2/ext/http/http_response_object.c:879: undefined reference to `php_get_output_start_lineno'
ext/http/http_response_object.o: In function `zim_HttpResponse_send':
/root/php-5.4.0alpha2/ext/http/http_response_object.c:733: undefined reference to `php_get_output_start_filename'
/root/php-5.4.0alpha2/ext/http/http_response_object.c:733: undefined reference to `php_get_output_start_lineno'
/root/php-5.4.0alpha2/ext/http/http_response_object.c:748: undefined reference to `php_ob_get_buffer'
/root/php-5.4.0alpha2/ext/http/http_response_object.c:770: undefined reference to `php_end_ob_buffers'
ext/http/http_api.o: In function `_http_exit_ex':
/root/php-5.4.0alpha2/ext/http/http_api.c:289: undefined reference to `php_ob_set_internal_handler'
/root/php-5.4.0alpha2/ext/http/http_api.c:263: undefined reference to `php_ob_handler_used'
/root/php-5.4.0alpha2/ext/http/http_api.c:263: undefined reference to `php_ob_handler_used'
/root/php-5.4.0alpha2/ext/http/http_api.c:264: undefined reference to `php_end_ob_buffers'
ext/http/http_cache_api.o: In function `_http_start_ob_etaghandler':
/root/php-5.4.0alpha2/ext/http/http_cache_api.c:185: undefined reference to `php_ob_handler_used'
/root/php-5.4.0alpha2/ext/http/http_cache_api.c:191: undefined reference to `php_start_ob_buffer_named'
ext/http/http_message_api.o: In function `_http_message_init_env':
/root/php-5.4.0alpha2/ext/http/http_message_api.c:122: undefined reference to `php_ob_get_buffer'
ext/http/http_encoding_api.o: In function `_http_encoding_response_start':
/root/php-5.4.0alpha2/ext/http/http_encoding_api.c:164: undefined reference to `php_ob_handler_used'
/root/php-5.4.0alpha2/ext/http/http_encoding_api.c:164: undefined reference to `php_ob_handler_used'
/root/php-5.4.0alpha2/ext/http/http_encoding_api.c:167: undefined reference to `php_ob_handler_used'
/root/php-5.4.0alpha2/ext/http/http_encoding_api.c:167: undefined reference to `php_ob_handler_used'
ext/http/http_encoding_api.o: In function `zm_activate_http_encoding':
/root/php-5.4.0alpha2/ext/http/http_encoding_api.c:52: undefined reference to `php_ob_set_internal_handler'
/root/php-5.4.0alpha2/ext/http/http_encoding_api.c:49: undefined reference to `php_ob_set_internal_handler'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1
make: *** Waiting for unfinished jobs....
ext/apc/apc_mmap.o: In function `apc_mmap':
/root/php-5.4.0alpha2/ext/apc/apc_mmap.c:91: warning: the use of `mktemp' is dangerous, better use `mkstemp'
ext/http/http_functions.o: In function `zif_http_cache_etag':
/root/php-5.4.0alpha2/ext/http/http_functions.c:449: undefined reference to `php_get_output_start_filename'
/root/php-5.4.0alpha2/ext/http/http_functions.c:449: undefined reference to `php_get_output_start_lineno'
ext/http/http_functions.o: In function `zif_http_cache_last_modified':
/root/php-5.4.0alpha2/ext/http/http_functions.c:412: undefined reference to `php_get_output_start_filename'
/root/php-5.4.0alpha2/ext/http/http_functions.c:412: undefined reference to `php_get_output_start_lineno'
ext/http/http_response_object.o: In function `zim_HttpResponse_capture':
/root/php-5.4.0alpha2/ext/http/http_response_object.c:883: undefined reference to `php_end_ob_buffers'
/root/php-5.4.0alpha2/ext/http/http_response_object.c:884: undefined reference to `php_start_ob_buffer'
/root/php-5.4.0alpha2/ext/http/http_response_object.c:879: undefined reference to `php_get_output_start_filename'
/root/php-5.4.0alpha2/ext/http/http_response_object.c:879: undefined reference to `php_get_output_start_lineno'
ext/http/http_response_object.o: In function `zim_HttpResponse_send':
/root/php-5.4.0alpha2/ext/http/http_response_object.c:733: undefined reference to `php_get_output_start_filename'
/root/php-5.4.0alpha2/ext/http/http_response_object.c:733: undefined reference to `php_get_output_start_lineno'
/root/php-5.4.0alpha2/ext/http/http_response_object.c:748: undefined reference to `php_ob_get_buffer'
/root/php-5.4.0alpha2/ext/http/http_response_object.c:770: undefined reference to `php_end_ob_buffers'
ext/http/http_api.o: In function `_http_exit_ex':
/root/php-5.4.0alpha2/ext/http/http_api.c:289: undefined reference to `php_ob_set_internal_handler'
/root/php-5.4.0alpha2/ext/http/http_api.c:263: undefined reference to `php_ob_handler_used'
/root/php-5.4.0alpha2/ext/http/http_api.c:263: undefined reference to `php_ob_handler_used'
/root/php-5.4.0alpha2/ext/http/http_api.c:264: undefined reference to `php_end_ob_buffers'
ext/http/http_cache_api.o: In function `_http_start_ob_etaghandler':
/root/php-5.4.0alpha2/ext/http/http_cache_api.c:185: undefined reference to `php_ob_handler_used'
/root/php-5.4.0alpha2/ext/http/http_cache_api.c:191: undefined reference to `php_start_ob_buffer_named'
ext/http/http_message_api.o: In function `_http_message_init_env':
/root/php-5.4.0alpha2/ext/http/http_message_api.c:122: undefined reference to `php_ob_get_buffer'
ext/http/http_encoding_api.o: In function `_http_encoding_response_start':
/root/php-5.4.0alpha2/ext/http/http_encoding_api.c:164: undefined reference to `php_ob_handler_used'
/root/php-5.4.0alpha2/ext/http/http_encoding_api.c:164: undefined reference to `php_ob_handler_used'
/root/php-5.4.0alpha2/ext/http/http_encoding_api.c:167: undefined reference to `php_ob_handler_used'
/root/php-5.4.0alpha2/ext/http/http_encoding_api.c:167: undefined reference to `php_ob_handler_used'
ext/http/http_encoding_api.o: In function `zm_activate_http_encoding':
/root/php-5.4.0alpha2/ext/http/http_encoding_api.c:52: undefined reference to `php_ob_set_internal_handler'
/root/php-5.4.0alpha2/ext/http/http_encoding_api.c:49: undefined reference to `php_ob_set_internal_handler'
 [2012-02-21 13:28 UTC] mike@php.net
This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.


 [2012-02-21 13:28 UTC] mike@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: mike
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 17:01:58 2024 UTC