<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/php-templates/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/php-templates/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 25 Jan 2016 11:18:57 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/php-templates/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Compile error: unknown type name 'function_entry'</title><link>https://sourceforge.net/p/php-templates/bugs/14/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ubuntu Server 14.04.3 LTS&lt;br/&gt;
Apache 2.4.7&lt;br/&gt;
PHP 5.5.9&lt;br/&gt;
command "make" say: error: unknown type name 'function_entry' in template.c&lt;br/&gt;
replace "function_entry" to "zend_function_entry" and enjoy!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mihailov Aleksandr Andreevich</dc:creator><pubDate>Mon, 25 Jan 2016 11:18:57 -0000</pubDate><guid>https://sourceforge.net396756b52e38190d5572f69757be60ca8c975059</guid></item><item><title>Solution: errors in tmpl_lib.c, line 880 etc..</title><link>https://sourceforge.net/p/php-templates/bugs/13/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;If you get errors during compiling this module you should edit tmpl_lib.c.&lt;br /&gt;
On line 880 change ZV(new_value) to Z_STRVAL_P(new_value)&lt;br /&gt;
do the same thing on lines 700 and 217&lt;/p&gt;
&lt;p&gt;Then compile as usual&lt;br /&gt;
phpize&lt;br /&gt;
./configure&lt;br /&gt;
make&lt;br /&gt;
make install&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 25 Apr 2010 13:58:17 -0000</pubDate><guid>https://sourceforge.netfe07b43a48010fb440bc663996938950f18d062e</guid></item><item><title>doesn't compile with php5 on ubuntu dapper</title><link>https://sourceforge.net/p/php-templates/bugs/12/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I try to compile internal or external with php-5.1.2&lt;br /&gt;
or php-5.2.3, but none of these works.&lt;/p&gt;
&lt;p&gt;As external extension I've got this:&lt;/p&gt;
&lt;p&gt;dapper:/usr/src/templates# make&lt;br /&gt;
/bin/sh /usr/src/templates/libtool --mode=compile gcc  -I. -I/usr/src/templates -DPHP_ATOM_INC -I/usr/src/templates/include -I/usr/src/templates/main -I/usr/src/templates -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /usr/src/templates/tmpl_lib.c -o tmpl_lib.lo &lt;br /&gt;
gcc -I. -I/usr/src/templates -DPHP_ATOM_INC -I/usr/src/templates/include -I/usr/src/templates/main -I/usr/src/templates -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /usr/src/templates/tmpl_lib.c  -fPIC -DPIC -o .libs/tmpl_lib.o&lt;br /&gt;
/usr/src/templates/tmpl_lib.c: In function 'php_tmpl_line_num':&lt;br /&gt;
/usr/src/templates/tmpl_lib.c:45: warning: pointer targets in assignment differ in signedness&lt;br /&gt;
/usr/src/templates/tmpl_lib.c: In function 'php_tmpl_pre_parse_config':&lt;br /&gt;
/usr/src/templates/tmpl_lib.c:89: warning: pointer targets in passing argument 3 of 'search_qs' differ in signedness&lt;br /&gt;
/usr/src/templates/tmpl_lib.c:89: warning: pointer targets in assignment differ in signedness&lt;br /&gt;
/usr/src/templates/tmpl_lib.c: In function 'php_tmpl_pre_parse':&lt;br /&gt;
/usr/src/templates/tmpl_lib.c:217: error: invalid lvalue in assignment&lt;br /&gt;
/usr/src/templates/tmpl_lib.c:243: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness&lt;br /&gt;
/usr/src/templates/tmpl_lib.c:251: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness&lt;br /&gt;
/usr/src/templates/tmpl_lib.c:251: warning: pointer targets in passing argument 2 of 'add_assoc_stringl_ex' differ in signedness&lt;br /&gt;
/usr/src/templates/tmpl_lib.c:265: warning: pointer targets in assignment differ in signedness&lt;br /&gt;
/usr/src/templates/tmpl_lib.c:278: warning: pointer targets in initialization differ in signedness&lt;br /&gt;
/usr/src/templates/tmpl_lib.c:280: warning: pointer targets in passing argument 2 of 'zend_hash_find' differ in signedness&lt;br /&gt;
/usr/src/templates/tmpl_lib.c:282: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness&lt;br /&gt;
/usr/src/templates/tmpl_lib.c:282: warning: pointer targets in passing argument 2 of 'add_assoc_stringl_ex' differ in signedness&lt;br /&gt;
/usr/src/templates/tmpl_lib.c:303: warning: pointer targets in assignment differ in signedness&lt;br /&gt;
/usr/src/templates/tmpl_lib.c:310: warning: pointer targets in passing argument 2 of 'zend_hash_find' differ in signedness&lt;br /&gt;
/usr/src/templates/tmpl_lib.c:311: warning: pointer targets in passing argument 2 of 'php_tmpl_line_num' differ in signedness&lt;br /&gt;
/usr/src/templates/tmpl_lib.c:320: warning: pointer targets in initialization differ in signedness&lt;br /&gt;
/usr/src/templates/tmpl_lib.c:321: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness&lt;br /&gt;
/usr/src/templates/tmpl_lib.c:321: warning: pointer targets in passing argument 2 of 'add_assoc_stringl_ex' differ in signedness&lt;br /&gt;
/usr/src/templates/tmpl_lib.c:349: warning: pointer targets in passing argument 2 of 'zend_hash_find' differ in signedness&lt;br /&gt;
/usr/src/templates/tmpl_lib.c:362: warning: pointer targets in passing argument 2 of 'php_tmpl_line_num' differ in signedness&lt;br /&gt;
/usr/src/templates/tmpl_lib.c: In function 'php_tmpl_set':&lt;br /&gt;
/usr/src/templates/tmpl_lib.c:435: warning: pointer targets in passing argument 2 of 'zend_hash_find' differ in signedness&lt;br /&gt;
/usr/src/templates/tmpl_lib.c:446: warning: pointer targets in assignment differ in signedness&lt;br /&gt;
/usr/src/templates/tmpl_lib.c:446: warning: comparison of distinct pointer types lacks a cast&lt;br /&gt;
/usr/src/templates/tmpl_lib.c:447: warning: comparison of distinct pointer types lacks a cast&lt;br /&gt;
/usr/src/templates/tmpl_lib.c:448: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness&lt;br /&gt;
/usr/src/templates/tmpl_lib.c:458: warning: pointer targets in passing argument 2 of 'zend_hash_find' differ in signedness&lt;br /&gt;
/usr/src/templates/tmpl_lib.c:461: warning: pointer targets in passing argument 2 of 'zend_hash_del_key_or_index' differ in signedness&lt;br /&gt;
/usr/src/templates/tmpl_lib.c:466: warning: pointer targets in passing argument 2 of '_zend_hash_add_or_update' differ in signedness&lt;br /&gt;
/usr/src/templates/tmpl_lib.c: In function 'php_tmpl_get_iteration':&lt;br /&gt;
/usr/src/templates/tmpl_lib.c:491: warning: pointer targets in passing argument 2 of 'zend_hash_find' differ in signedness&lt;br /&gt;
/usr/src/templates/tmpl_lib.c:505: warning: pointer targets in passing argument 1 of 'strstr' differ in signedness&lt;br /&gt;
/usr/src/templates/tmpl_lib.c:505: warning: pointer targets in assignment differ in signedness&lt;br /&gt;
/usr/src/templates/tmpl_lib.c:523: warning: pointer targets in passing argument 2 of 'zend_hash_find' differ in signedness&lt;br /&gt;
/usr/src/templates/tmpl_lib.c:529: warning: pointer targets in passing argument 2 of 'zend_hash_find' differ in signedness&lt;br /&gt;
/usr/src/templates/tmpl_lib.c:535: warning: pointer targets in passing argument 2 of '_zend_hash_add_or_update' differ in signedness&lt;br /&gt;
/usr/src/templates/tmpl_lib.c:538: warning: pointer targets in passing argument 2 of 'zend_hash_find' differ in signedness&lt;br /&gt;
/usr/src/templates/tmpl_lib.c:574: warning: pointer targets in passing argument 2 of 'zend_hash_find' differ in signedness&lt;br /&gt;
/usr/src/templates/tmpl_lib.c:588: warning: pointer targets in passing argument 2 of 'zend_hash_find' differ in signedness&lt;br /&gt;
/usr/src/templates/tmpl_lib.c: In function 'php_tmpl_parse':&lt;br /&gt;
/usr/src/templates/tmpl_lib.c:691: warning: pointer targets in passing argument 2 of 'zend_hash_find' differ in signedness&lt;br /&gt;
/usr/src/templates/tmpl_lib.c:700: error: invalid lvalue in assignment&lt;br /&gt;
/usr/src/templates/tmpl_lib.c:702: warning: pointer targets in passing argument 1 of 'php_sprintf' differ in signedness&lt;br /&gt;
/usr/src/templates/tmpl_lib.c: In function 'php_tmpl_parse_check_memory':&lt;br /&gt;
/usr/src/templates/tmpl_lib.c:767: warning: pointer targets in passing argument 2 of 'zend_hash_find' differ in signedness&lt;br /&gt;
/usr/src/templates/tmpl_lib.c: In function 'php_tmpl_set_array':&lt;br /&gt;
/usr/src/templates/tmpl_lib.c:821: warning: pointer targets in initialization differ in signedness&lt;br /&gt;
/usr/src/templates/tmpl_lib.c: In function 'php_tmpl_load_structure':&lt;br /&gt;
/usr/src/templates/tmpl_lib.c:880: error: invalid lvalue in assignment&lt;br /&gt;
/usr/src/templates/tmpl_lib.c:891: warning: pointer targets in passing argument 2 of '_zend_hash_add_or_update' differ in signedness&lt;br /&gt;
/usr/src/templates/tmpl_lib.c:894: warning: pointer targets in passing argument 2 of 'php_tmpl_load_path' differ in signedness&lt;br /&gt;
/usr/src/templates/tmpl_lib.c:901: warning: pointer targets in initialization differ in signedness&lt;br /&gt;
make: *** [tmpl_lib.lo] Error 1&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jan Drobil</dc:creator><pubDate>Tue, 14 Aug 2007 15:50:42 -0000</pubDate><guid>https://sourceforge.net6364b97ec8a3622c775635951333b337c5180fbc</guid></item><item><title>Patch for memory leak</title><link>https://sourceforge.net/p/php-templates/bugs/11/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ran into a memory leak. Fixed it. Submitting for all to&lt;br /&gt;
see. This memory bug causes crash for large reports&lt;br /&gt;
iteratively parsing out output. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Benjamin D. Smith</dc:creator><pubDate>Tue, 10 Oct 2006 03:18:56 -0000</pubDate><guid>https://sourceforge.net682eea53e2b2d5dfe1b0cecbb89b0d12c0fb2ac9</guid></item><item><title>doesn't compile with GCC 4.1.0</title><link>https://sourceforge.net/p/php-templates/bugs/10/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I use GCC 4.1.0 to compile php-templates&lt;br /&gt;
and receive error&lt;/p&gt;
&lt;p&gt;templates# make&lt;br /&gt;
/bin/sh /root/php.test/templates/libtool --mode=compile&lt;br /&gt;
gcc  -I. -I/root/php.test/templates -DPHP_ATOM_INC&lt;br /&gt;
-I/root/php.test/templates/include&lt;br /&gt;
-I/root/php.test/templates/main&lt;br /&gt;
-I/root/php.test/templates -I/usr/local/php/include/php&lt;br /&gt;
-I/usr/local/php/include/php/main&lt;br /&gt;
-I/usr/local/php/include/php/TSRM&lt;br /&gt;
-I/usr/local/php/include/php/Zend&lt;br /&gt;
-I/usr/local/php/include/php/ext  -DHAVE_CONFIG_H  -g&lt;br /&gt;
-O2   -c /root/php.test/templates/tmpl_lib.c -o tmpl_lib.lo&lt;br /&gt;
gcc -I. -I/root/php.test/templates -DPHP_ATOM_INC&lt;br /&gt;
-I/root/php.test/templates/include&lt;br /&gt;
-I/root/php.test/templates/main&lt;br /&gt;
-I/root/php.test/templates -I/usr/local/php/include/php&lt;br /&gt;
-I/usr/local/php/include/php/main&lt;br /&gt;
-I/usr/local/php/include/php/TSRM&lt;br /&gt;
-I/usr/local/php/include/php/Zend&lt;br /&gt;
-I/usr/local/php/include/php/ext -DHAVE_CONFIG_H -g -O2&lt;br /&gt;
-c /root/php.test/templates/tmpl_lib.c  -fPIC -DPIC -o&lt;br /&gt;
.libs/tmpl_lib.o&lt;br /&gt;
/root/php.test/templates/tmpl_lib.c: In function&lt;br /&gt;
'php_tmpl_pre_parse':&lt;br /&gt;
/root/php.test/templates/tmpl_lib.c:217: error: invalid&lt;br /&gt;
lvalue in assignment&lt;br /&gt;
/root/php.test/templates/tmpl_lib.c: In function&lt;br /&gt;
'php_tmpl_set':&lt;br /&gt;
/root/php.test/templates/tmpl_lib.c:446: warning:&lt;br /&gt;
comparison of distinct pointer types lacks a cast&lt;br /&gt;
/root/php.test/templates/tmpl_lib.c:447: warning:&lt;br /&gt;
comparison of distinct pointer types lacks a cast&lt;br /&gt;
/root/php.test/templates/tmpl_lib.c: In function&lt;br /&gt;
'php_tmpl_parse':&lt;br /&gt;
/root/php.test/templates/tmpl_lib.c:700: error: invalid&lt;br /&gt;
lvalue in assignment&lt;br /&gt;
/root/php.test/templates/tmpl_lib.c: In function&lt;br /&gt;
'php_tmpl_load_structure':&lt;br /&gt;
/root/php.test/templates/tmpl_lib.c:880: error: invalid&lt;br /&gt;
lvalue in assignment&lt;br /&gt;
make: *** [tmpl_lib.lo] Error 1&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gordeenkov Viatcheslav</dc:creator><pubDate>Thu, 06 Apr 2006 14:37:37 -0000</pubDate><guid>https://sourceforge.net636702c6745375f2d856a7a3d1795b7d798b368f</guid></item><item><title>Doesn't handle mixed assoc/seq arrays properly</title><link>https://sourceforge.net/p/php-templates/bugs/9/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Arrays passed into tmpl_set CANNOT be the mixed&lt;br /&gt;
associative/sequential arrays returned by default from&lt;br /&gt;
Postgres' or Mysql's *_fetch_array functions. &lt;/p&gt;
&lt;p&gt;It gets "confused" and loses its place. I wrote tens of&lt;br /&gt;
thousands of lines of code over a year using this&lt;br /&gt;
template library, and never noticed because my default&lt;br /&gt;
database abstraction layer passes back only an&lt;br /&gt;
associative array! &lt;/p&gt;
&lt;p&gt;This bug was found using PHP 4.3.10, templates 1.7.2&lt;br /&gt;
compiled on a RedHat Linux server, Apache 1.3.33. &lt;/p&gt;
&lt;p&gt;The below code should produce two lines like: &lt;/p&gt;
&lt;p&gt;* row 0 address 0 &lt;br /&gt;
* row 1 address 1 &lt;/p&gt;
&lt;p&gt;INSTEAD, I get &lt;/p&gt;
&lt;p&gt;* address 0 address 0 &lt;br /&gt;
* address 1 address 1 &lt;/p&gt;
&lt;p&gt;##############################&lt;br /&gt;
FILE: test.php &lt;br /&gt;
##############################&lt;br /&gt;
&amp;lt;?&lt;/p&gt;
&lt;p&gt;$tconfig = array&lt;br /&gt;
(&lt;br /&gt;
'left'   =&amp;gt; '{',&lt;br /&gt;
'right'  =&amp;gt; '}',&lt;br /&gt;
'ctx_ol' =&amp;gt; '&amp;lt;!-- BEGIN ',&lt;br /&gt;
'ctx_or' =&amp;gt; ' --&amp;gt;',&lt;br /&gt;
'ctx_cl' =&amp;gt; '&amp;lt;!-- END ',&lt;br /&gt;
'ctx_cr' =&amp;gt; ' --&amp;gt;'&lt;br /&gt;
);&lt;/p&gt;
&lt;p&gt;$set=array(&lt;br /&gt;
'block'=&amp;gt;array(&lt;br /&gt;
0 =&amp;gt; array(&lt;br /&gt;
0 =&amp;gt; 'row 0',&lt;br /&gt;
'name' =&amp;gt; 'row 0',&lt;br /&gt;
1 =&amp;gt; 'address 0',&lt;br /&gt;
'address' =&amp;gt; 'address 0',&lt;br /&gt;
),&lt;br /&gt;
1 =&amp;gt; array(&lt;br /&gt;
0 =&amp;gt; 'row 1',&lt;br /&gt;
'name' =&amp;gt; 'row 1',&lt;br /&gt;
1 =&amp;gt; 'address 1',&lt;br /&gt;
'address' =&amp;gt; 'address 1',&lt;br /&gt;
),&lt;br /&gt;
),&lt;br /&gt;
);&lt;/p&gt;
&lt;p&gt;$file="./test.ihtml"; &lt;br /&gt;
$handle=tmpl_Open($file, $tconfig);&lt;br /&gt;
tmpl_set($handle, $set);&lt;br /&gt;
echo tmpl_parse($handle);&lt;br /&gt;
?&amp;gt;&lt;/p&gt;
&lt;p&gt;##############################&lt;br /&gt;
FILE: test.ihtml &lt;br /&gt;
##############################&lt;br /&gt;
&amp;lt;UL&amp;gt;&lt;br /&gt;
&amp;lt;!-- BEGIN Block --&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;{name}  {address}&lt;br /&gt;
&amp;lt;!-- END Block --&amp;gt;&lt;br /&gt;
&amp;lt;/UL&amp;gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Benjamin D. Smith</dc:creator><pubDate>Mon, 14 Mar 2005 20:59:11 -0000</pubDate><guid>https://sourceforge.net0f56f3d0b47c8623ad5aca65c202ac3d18a66562</guid></item><item><title>error in documentation</title><link>https://sourceforge.net/p/php-templates/bugs/8/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In lines 185-190 is written: &lt;/p&gt;
&lt;p&gt;&amp;lt;p&amp;gt;When everything is done you will find a &amp;lt;span &lt;br /&gt;
class="mono"&amp;gt;templates.so&amp;lt;/span&amp;gt;&lt;br /&gt;
file in the &amp;lt;span class="mono"&amp;gt;modules/&amp;lt;/span&amp;gt; &lt;br /&gt;
directory. This is the compiled&lt;br /&gt;
loadable Templates module. Copy it to the same &lt;br /&gt;
directory where your script&lt;br /&gt;
is and use the following PHP code to load the &lt;br /&gt;
module:&amp;lt;/p&amp;gt; &lt;br /&gt;
&amp;lt;p class="screen"&amp;gt;&amp;amp;lt;? &lt;br /&gt;
if(!extension_loaded('templates')) dl('php_templates');&lt;br /&gt;
?&amp;amp;gt;&amp;lt;/p&amp;gt; &lt;/p&gt;
&lt;p&gt;This doesn't work because it must be dl('templates') and &lt;br /&gt;
as well it's not needed to copy templates.so to the &lt;br /&gt;
script directory. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Till Maas</dc:creator><pubDate>Wed, 23 Jun 2004 20:45:24 -0000</pubDate><guid>https://sourceforge.netc7ac7c943ff68bebc3a972f95bb6d2b4ce4aeca4</guid></item><item><title>will not compile with php 4.3.6</title><link>https://sourceforge.net/p/php-templates/bugs/7/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The template engine doesn't appear to compile at all&lt;br /&gt;
with 4.3.6.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Justin Mitchell</dc:creator><pubDate>Wed, 21 Apr 2004 03:10:46 -0000</pubDate><guid>https://sourceforge.net1fa5382744860d719188a74535b07d9681197752</guid></item><item><title>Warnings</title><link>https://sourceforge.net/p/php-templates/bugs/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Our users sometimes get many warnings on each of the pages &lt;br /&gt;
looking like this:&lt;/p&gt;
&lt;p&gt;Warning: Ignoring unknown template &lt;br /&gt;
configuration parameter &amp;amp;quot;apache&amp;amp;quot; in &lt;br /&gt;
/usr/local/httpd/htdocs/game/main.php on line 84&lt;br /&gt;
Warning: &lt;br /&gt;
Ignoring unknown template configuration parameter &amp;amp;quot;apache&amp;amp;quot; in &lt;br /&gt;
/usr/local/httpd/htdocs/game/include/message.html.php on &lt;br /&gt;
line 41&lt;/p&gt;
&lt;p&gt;Tose lines contain the statement &lt;br /&gt;
tmpl_open(...)&lt;/p&gt;
&lt;p&gt;It is not reproducable but happens many a &lt;br /&gt;
time.&lt;/p&gt;
&lt;p&gt;I have chosen to fix it with a @tmpl_open(..) but I am &lt;br /&gt;
not sure, whether this should be the recommended &lt;br /&gt;
solution.&lt;/p&gt;
&lt;p&gt;We are using php 4.1.0, php templates 1.4 and &lt;br /&gt;
apache.(just dont know the version, will try to add this later...)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Slavomir</dc:creator><pubDate>Tue, 22 Oct 2002 11:10:02 -0000</pubDate><guid>https://sourceforge.net9d3a66188c092ddc080fb7a68cba8cdec20e1ee6</guid></item><item><title>php-4.2.3 &amp;amp; Apache2.0.43</title><link>https://sourceforge.net/p/php-templates/bugs/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Below is a partial listing of the screen output when &lt;br /&gt;
attempting to &amp;amp;quot;make&amp;amp;quot;-ing  php-4.2.3...&lt;/p&gt;
&lt;p&gt;/bin/sh /root/php-4.2.3/libtool --silent --mode=compile &lt;br /&gt;
gcc  -I. -I/root/php-4.2&lt;br /&gt;
.3/main -I/root/php-4.2.3/main -I/root/php-4.2.3 -&lt;br /&gt;
I/usr/local/apache2/include -I&lt;br /&gt;
/root/php-4.2.3/Zend -I/usr/local/include -I/root/php-&lt;br /&gt;
4.2.3/ext/mysql/libmysql -&lt;br /&gt;
I/usr/local/pgsql/include -I/root/php-4.2.3/ext/xml/expat  -&lt;br /&gt;
D_REENTRANT -I/root/&lt;br /&gt;
php-4.2.3/TSRM -DTHREAD=1 -g -O2 -pthread -DZTS -&lt;br /&gt;
prefer-pic  -c internal_functio&lt;br /&gt;
ns.c&lt;br /&gt;
In file included from internal_functions.c:45:&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:114: &lt;br /&gt;
warning: initialization makes&lt;br /&gt;
integer from pointer without a cast&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:114: &lt;br /&gt;
initializer element is not co&lt;br /&gt;
nstant&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:114: &lt;br /&gt;
warning: data definition has&lt;br /&gt;
no type or storage class&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:114: &lt;br /&gt;
stray '\' in program&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
parse error before `__extensi&lt;br /&gt;
on__'&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
parse error before `__uint8_t&lt;br /&gt;
'&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
warning: data definition has&lt;br /&gt;
no type or storage class&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
parse error before `}'&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
warning: initialization makes&lt;br /&gt;
pointer from integer without a cast&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
initializer element is not co&lt;br /&gt;
nstant&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
parse error before `switch'&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
conflicting types for `__u'&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
previous declaration of `__u'&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
warning: initialization makes&lt;br /&gt;
integer from pointer without a cast&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
initializer element is not co&lt;br /&gt;
nstant&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
warning: data definition has&lt;br /&gt;
no type or storage class&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
parse error before `case'&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
redefinition of `__u'&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
`__u' previously defined here&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
warning: initialization makes&lt;br /&gt;
integer from pointer without a cast&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
initializer element is not co&lt;br /&gt;
nstant&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
warning: data definition has&lt;br /&gt;
no type or storage class&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
parse error before `case'&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
redefinition of `__u'&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
`__u' previously defined here&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
warning: initialization makes&lt;br /&gt;
integer from pointer without a cast&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
initializer element is not co&lt;br /&gt;
nstant&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
warning: data definition has&lt;br /&gt;
no type or storage class&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
parse error before `case'&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
redefinition of `__u'&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
`__u' previously defined here&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
warning: initialization makes&lt;br /&gt;
integer from pointer without a cast&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
initializer element is not co&lt;br /&gt;
nstant&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
warning: data definition has&lt;br /&gt;
no type or storage class&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
parse error before `-&amp;amp;gt;'&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
redefinition of `__u'&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
`__u' previously defined here&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
warning: initialization makes&lt;br /&gt;
integer from pointer without a cast&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
initializer element is not co&lt;br /&gt;
nstant&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
warning: data definition has&lt;br /&gt;
no type or storage class&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
parse error before `case'&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
redefinition of `__u'&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
`__u' previously defined here&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
warning: initialization makes&lt;br /&gt;
integer from pointer without a cast&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
initializer element is not co&lt;br /&gt;
nstant&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
warning: data definition has&lt;br /&gt;
no type or storage class&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
parse error before `case'&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
redefinition of `__u'&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
`__u' previously defined here&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
warning: initialization makes&lt;br /&gt;
integer from pointer without a cast&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
initializer element is not co&lt;br /&gt;
nstant&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
warning: data definition has&lt;br /&gt;
no type or storage class&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
parse error before `case'&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
redefinition of `__u'&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
`__u' previously defined here&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
warning: initialization makes&lt;br /&gt;
integer from pointer without a cast&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
initializer element is not co&lt;br /&gt;
nstant&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
warning: data definition has&lt;br /&gt;
no type or storage class&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
parse error before `case'&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
redefinition of `__u'&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
`__u' previously defined here&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
warning: initialization makes&lt;br /&gt;
integer from pointer without a cast&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
initializer element is not co&lt;br /&gt;
nstant&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
warning: data definition has&lt;br /&gt;
no type or storage class&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
parse error before `case'&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
redefinition of `__u'&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
`__u' previously defined here&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
warning: initialization makes&lt;br /&gt;
integer from pointer without a cast&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
initializer element is not co&lt;br /&gt;
nstant&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
warning: data definition has&lt;br /&gt;
no type or storage class&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
parse error before `case'&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
redefinition of `__u'&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
`__u' previously defined here&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
warning: initialization makes&lt;br /&gt;
integer from pointer without a cast&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
initializer element is not co&lt;br /&gt;
nstant&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
warning: data definition has&lt;br /&gt;
no type or storage class&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
parse error before `case'&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
redefinition of `__u'&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
`__u' previously defined here&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
warning: initialization makes&lt;br /&gt;
integer from pointer without a cast&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
initializer element is not co&lt;br /&gt;
nstant&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
warning: data definition has&lt;br /&gt;
no type or storage class&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
parse error before `case'&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
redefinition of `__u'&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
`__u' previously defined here&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
warning: initialization makes&lt;br /&gt;
integer from pointer without a cast&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
initializer element is not co&lt;br /&gt;
nstant&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
warning: data definition has&lt;br /&gt;
no type or storage class&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
parse error before `case'&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
warning: data definition has&lt;br /&gt;
no type or storage class&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
parse error before `}'&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
parse error before character&lt;br /&gt;
constant&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
warning: data definition has&lt;br /&gt;
no type or storage class&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
parse error before `}'&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:115: &lt;br /&gt;
stray '\' in program&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:116: &lt;br /&gt;
parse error before `-&amp;amp;gt;'&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:116: &lt;br /&gt;
parse error before `-&amp;amp;gt;'&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:116: &lt;br /&gt;
parse error before `-&amp;amp;gt;'&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:116: &lt;br /&gt;
stray '\' in program&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:117: &lt;br /&gt;
parse error before `-&amp;amp;gt;'&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:117: &lt;br /&gt;
stray '\' in program&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:121: &lt;br /&gt;
parse error before `('&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:121: &lt;br /&gt;
stray '\' in program&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:122: &lt;br /&gt;
parse error before `('&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:122: &lt;br /&gt;
stray '\' in program&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:123: &lt;br /&gt;
parse error before `('&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:123: &lt;br /&gt;
stray '\' in program&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:156: &lt;br /&gt;
warning: initialization makes&lt;br /&gt;
integer from pointer without a cast&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:156: &lt;br /&gt;
initializer element is not co&lt;br /&gt;
nstant&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:156: &lt;br /&gt;
warning: data definition has&lt;br /&gt;
no type or storage class&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:156: &lt;br /&gt;
stray '\' in program&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:157: &lt;br /&gt;
parse error before `.'&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:157: &lt;br /&gt;
stray '\' in program&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:158: &lt;br /&gt;
parse error before `.'&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:158: &lt;br /&gt;
stray '\' in program&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:162: &lt;br /&gt;
redefinition of `p'&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:156: `p' &lt;br /&gt;
previously defined here&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:162: `siz' &lt;br /&gt;
undeclared here (not in&lt;br /&gt;
a function)&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:162: &lt;br /&gt;
warning: initialization makes&lt;br /&gt;
integer from pointer without a cast&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:162: &lt;br /&gt;
initializer element is not co&lt;br /&gt;
nstant&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:162: &lt;br /&gt;
warning: data definition has&lt;br /&gt;
no type or storage class&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:162: &lt;br /&gt;
stray '\' in program&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:163: &lt;br /&gt;
parse error before `.'&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:163: &lt;br /&gt;
stray '\' in program&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:164: &lt;br /&gt;
parse error before `.'&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:164: &lt;br /&gt;
stray '\' in program&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:168: &lt;br /&gt;
stray '\' in program&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:169: &lt;br /&gt;
stray '\' in program&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:170: &lt;br /&gt;
redefinition of `p'&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:162: `p' &lt;br /&gt;
previously defined here&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:170: &lt;br /&gt;
invalid type argument of `una&lt;br /&gt;
ry *'&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:170: &lt;br /&gt;
subscripted value is neither&lt;br /&gt;
array nor pointer&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:170: &lt;br /&gt;
warning: passing arg 1 of `_e&lt;br /&gt;
realloc' makes pointer from integer without a cast&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:170: &lt;br /&gt;
warning: initialization makes&lt;br /&gt;
integer from pointer without a cast&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:170: &lt;br /&gt;
initializer element is not co&lt;br /&gt;
nstant&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:170: &lt;br /&gt;
warning: data definition has&lt;br /&gt;
no type or storage class&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:170: &lt;br /&gt;
stray '\' in program&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:171: &lt;br /&gt;
parse error before `}'&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:171: &lt;br /&gt;
stray '\' in program&lt;br /&gt;
/root/php-4.2.3/ext/templates/php_templates.h:215: &lt;br /&gt;
warning: This file contains m&lt;br /&gt;
ore `}'s than `{'s.&lt;br /&gt;
make[2]: *** [internal_functions.lo] Error 1&lt;br /&gt;
make[2]: Leaving directory `/root/php-4.2.3/main'&lt;br /&gt;
make[1]: *** [all-recursive] Error 1&lt;br /&gt;
make[1]: Leaving directory `/root/php-4.2.3/main'&lt;br /&gt;
make: *** [all-recursive] Error 1&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nick B</dc:creator><pubDate>Wed, 09 Oct 2002 21:12:04 -0000</pubDate><guid>https://sourceforge.net0503e8941059588fa75bfa3aab33eb38c3388af1</guid></item></channel></rss>