php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #37324 php-src/ext/unicode/property.c:261: undefined reference to `RETURN_UCHAR32'
Submitted: 2006-05-05 06:40 UTC Modified: 2006-05-05 08:42 UTC
From: nohn@php.net Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 6CVS-2006-05-05 (CVS) 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: nohn@php.net
New email:
PHP Version: OS:

 

 [2006-05-05 06:40 UTC] nohn@php.net
Description:
------------
Must be one of these:

modified	tony2001	/php-src/ext/informix/config.m4	05/04/2006 20:59:59	several minor fixes: nuke compile warnings etc.
modified	tony2001	/php-src/ext/informix/ifx.ec	05/04/2006 20:59:59	several minor fixes: nuke compile warnings etc.
modified	andrei	/php-src/ext/unicode/php_property.h	05/04/2006 20:37:12	Some more work on property/names stuff.
modified	andrei	/php-src/ext/unicode/property.c	05/04/2006 20:37:12	Some more work on property/names stuff.
modified	andrei	/php-src/ext/unicode/unicode.c	05/04/2006 20:37:12	Some more work on property/names stuff.

Actual result:
--------------
/opt/cruisecontrol/projects/PHP_HEAD/php-src/ext/xsl/xsltprocessor.c: In function `zif_xsl_xsltprocessor_set_parameter':
/opt/cruisecontrol/projects/PHP_HEAD/php-src/ext/xsl/xsltprocessor.c:608: warning: passing arg 2 of `zend_hash_get_current_key_ex' from incompatible pointer type
/opt/cruisecontrol/projects/PHP_HEAD/php-src/main/streams/streams.c: In function `_php_stream_write_buffer':
/opt/cruisecontrol/projects/PHP_HEAD/php-src/main/streams/streams.c:1277: warning: passing arg 4 of `ucnv_fromUnicode_3_4' from incompatible pointer type
/opt/cruisecontrol/projects/PHP_HEAD/php-src/main/streams/streams.c: In function `_php_stream_passthru':
/opt/cruisecontrol/projects/PHP_HEAD/php-src/main/streams/streams.c:1577: warning: passing arg 4 of `ucnv_fromUnicode_3_4' from incompatible pointer type
ext/unicode/property.o: In function `zif_char_get_mirrored':
/opt/cruisecontrol/projects/PHP_HEAD/php-src/ext/unicode/property.c:261: undefined reference to `RETURN_UCHAR32'
ext/unicode/property.o: In function `zif_char_from_digit':
/opt/cruisecontrol/projects/PHP_HEAD/php-src/ext/unicode/property.c:367: undefined reference to `RETURN_UCHAR32'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-05-05 08:18 UTC] tony2001@php.net
You forgot to do `cvs up Zend`.
Please use internals@ for such questions in the future.
Thank you.
 [2006-05-05 08:28 UTC] nohn@php.net
I did not forget this. Andrei checked in the file in question (/ZendEngine2/zend_API.h) two hours later at 05/04/2006 23:22:17. So please do not mark this as bogus, when it's not bogus. It's just fixed in CVS, but was a valid bug.
 [2006-05-05 08:42 UTC] tony2001@php.net
It's bogus because it's not a BUG, this is regular development process of not yet released branch.
So please use internals@ for that.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 06 07:01:32 2024 UTC