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
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: 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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 13 17:01:33 2025 UTC