php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #34092 Compile error: tsrm_ls undeclared in php_expand_u_trim_range
Submitted: 2005-08-12 07:03 UTC Modified: 2010-12-20 11:57 UTC
From: david dot tulloh at anu dot edu dot au Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 5CVS-2005-08-12 (dev) OS: Debian 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: david dot tulloh at anu dot edu dot au
New email:
PHP Version: OS:

 

 [2005-08-12 07:03 UTC] david dot tulloh at anu dot edu dot au
Description:
------------
I was trying to give the new unicode stuff a spin but it wouldn't compile.



Reproduce code:
---------------
>./cvsclean
>cvs update
>./buildconf
>http://localhost:100/configure_line
>make

Actual result:
--------------
/bin/sh /home/lod/Downloads/php-cvs/libtool --silent --preserve-dup-deps --mode=compile /home/lod/Downloads/php-cvs/meta_ccld  -Iext/standard/ -I/home/lod/Downloads/php-cvs/ext/standard/ -DPHP_ATOM_INC -I/home/lod/Downloads/php-cvs/include -I/home/lod/Downloads/php-cvs/main -I/home/lod/Downloads/php-cvs -I/usr/include/libxml2 -I/usr/include/postgresql/8.0 -I/usr/include/tidy -I/home/lod/Downloads/php-cvs/TSRM -I/home/lod/Downloads/php-cvs/Zend  -D_REENTRANT  -g -O2 -pthread -DZTS  -prefer-non-pic -c /home/lod/Downloads/php-cvs/ext/standard/string.c -o ext/standard/string.lo 
/home/lod/Downloads/php-cvs/ext/standard/string.c: In function `php_expand_u_trim_range':
/home/lod/Downloads/php-cvs/ext/standard/string.c:619: error: `tsrm_ls' undeclared (first use in this function)
/home/lod/Downloads/php-cvs/ext/standard/string.c:619: error: (Each undeclared identifier is reported only once
/home/lod/Downloads/php-cvs/ext/standard/string.c:619: error: for each function it appears in.)
/home/lod/Downloads/php-cvs/ext/standard/string.c: In function `zif_strstr':
/home/lod/Downloads/php-cvs/ext/standard/string.c:1915: warning: assignment from incompatible pointer type
/home/lod/Downloads/php-cvs/ext/standard/string.c:1916: warning: passing arg 1 of `u_strncpy_3_4' from incompatible pointer type
/home/lod/Downloads/php-cvs/ext/standard/string.c:1918: warning: initialization from incompatible pointer type
make: *** [ext/standard/string.lo] Error 1


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-08-12 08:49 UTC] derick@php.net
Merge is not completely done - please do not try to do this yet.
 [2010-12-20 11:57 UTC] jani@php.net
-Package: Tidy +Package: Compile Failure
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 11 15:01:31 2024 UTC