php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #37288 php-src/ext/unicode/unicode.c:22: php_property.h: No such file or directory
Submitted: 2006-05-03 05:52 UTC Modified: 2006-05-03 06:37 UTC
From: nohn@php.net Assigned: andrei (profile)
Status: Closed Package: Compile Failure
PHP Version: 6CVS-2006-05-03 (CVS) OS: Linux
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: nohn@php.net
New email:
PHP Version: OS:

 

 [2006-05-03 05:52 UTC] nohn@php.net
Description:
------------
This commit by andrei broke HEAD:

modified	andrei	/php-src/ext/unicode/property.c	05/02/2006 23:49:16	FALSE on empty string.
modified	andrei	/php-src/ext/unicode/property.c	05/02/2006 23:39:15	Implement C/POSIX migration functions.
modified	andrei	/php-src/ext/unicode/unicode.c	05/02/2006 23:39:15	Implement C/POSIX migration functions.

Actual result:
--------------
/opt/cruisecontrol/projects/PHP_HEAD/php-src/ext/pgsql/pgsql.c: In function `php_pgsql_convert':
/opt/cruisecontrol/projects/PHP_HEAD/php-src/ext/pgsql/pgsql.c:4613: warning: passing arg 2 of `zend_hash_get_current_key_ex' from incompatible pointer type
/opt/cruisecontrol/projects/PHP_HEAD/php-src/ext/pgsql/pgsql.c: In function `php_pgsql_insert':
/opt/cruisecontrol/projects/PHP_HEAD/php-src/ext/pgsql/pgsql.c:5303: warning: passing arg 2 of `zend_hash_get_current_key_ex' from incompatible pointer type
/opt/cruisecontrol/projects/PHP_HEAD/php-src/ext/pgsql/pgsql.c: In function `build_assignment_string':
/opt/cruisecontrol/projects/PHP_HEAD/php-src/ext/pgsql/pgsql.c:5415: warning: passing arg 2 of `zend_hash_get_current_key_ex' from incompatible pointer type
/opt/cruisecontrol/projects/PHP_HEAD/php-src/ext/standard/datetime.c: In function `zif_strptime':
/opt/cruisecontrol/projects/PHP_HEAD/php-src/ext/standard/datetime.c:104: warning: assignment makes pointer from integer without a cast
/opt/cruisecontrol/projects/PHP_HEAD/php-src/ext/standard/exec.c: In function `zif_shell_exec':
/opt/cruisecontrol/projects/PHP_HEAD/php-src/ext/standard/exec.c:409: warning: passing arg 3 of `_php_stream_copy_to_mem_ex' from incompatible pointer type
/opt/cruisecontrol/projects/PHP_HEAD/php-src/ext/standard/image.c: In function `php_handle_swc':
/opt/cruisecontrol/projects/PHP_HEAD/php-src/ext/standard/image.c:214: warning: passing arg 3 of `_php_stream_copy_to_mem_ex' from incompatible pointer type
/opt/cruisecontrol/projects/PHP_HEAD/php-src/ext/standard/string.c: In function `php_u_strtr':
/opt/cruisecontrol/projects/PHP_HEAD/php-src/ext/standard/string.c:3583: warning: initialization from incompatible pointer type
/opt/cruisecontrol/projects/PHP_HEAD/php-src/ext/standard/string.c: In function `php_u_similar_char':
/opt/cruisecontrol/projects/PHP_HEAD/php-src/ext/standard/string.c:4058: warning: passing arg 1 of `php_similar_char' from incompatible pointer type
/opt/cruisecontrol/projects/PHP_HEAD/php-src/ext/standard/string.c:4058: warning: passing arg 3 of `php_similar_char' from incompatible pointer type
/opt/cruisecontrol/projects/PHP_HEAD/php-src/ext/standard/streamsfuncs.c: In function `zif_stream_get_contents':
/opt/cruisecontrol/projects/PHP_HEAD/php-src/ext/standard/streamsfuncs.c:404: warning: passing arg 3 of `_php_stream_copy_to_mem_ex' from incompatible pointer type
/opt/cruisecontrol/projects/PHP_HEAD/php-src/ext/unicode/unicode.c:22: php_property.h: No such file or directory
make: *** [ext/unicode/unicode.lo] Error 1

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-05-03 06:37 UTC] andrei@php.net
This bug has been fixed in CVS.

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/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Tue Jun 02 18:00:01 2026 UTC