#31028 [Bgs->Opn]: Configure thinks my Sablotron 1.0 version is older then version 0.96

2005-01-14 Thread meuk at zwaremetalen dot com
 ID:   31028
 User updated by:  meuk at zwaremetalen dot com
 Reported By:  meuk at zwaremetalen dot com
-Status:   Bogus
+Status:   Open
 Bug Type: Compile Failure
 Operating System: Gentoo Linux
 PHP Version:  4.3.10RC2
 New Comment:

My problem has nothing to do with Java. I can make a configure
statement without the option "--with-java=/opt/j2sdk1.4.2" and still
get the sablotron error. It is just one part of the few combinations
which make the error occur.

Why don't you try my previous configure statement and tell me what
results you get?


Previous Comments:


[2005-01-14 04:19:31] [EMAIL PROTECTED]

Reopen after you have done what was suggested in the previous
comment..




[2005-01-13 09:02:57] meuk at zwaremetalen dot com

Last comment had nothing to with my problem. Why isn't it a PHP bug?
Who is causing the bug then ??



[2005-01-13 04:32:58] [EMAIL PROTECTED]

Not PHP bug.




[2005-01-07 17:31:22] gentoo at slave dot umbr dot cas dot cz

My problem was in missing libjvm.so. I use blackdown-jre on my Gentoo
and I have setup for LDPATH only for
/opt/blackdown-jdk-1.4.2.01/jre/lib/i386/{,native_threads,classic}. 
But the libjvm.so is in
/opt/blackdown-jdk-1.4.2.01/jre/lib/i386/{client,server} directories.
And while configuring php-cgi, it links with some library, which
requires libjvm.so. And I had a problem that there was neither
lib/i386/client nor lib/i386/server in /etc/ld.so.conf. I have updated
my system, now I have these paths in ld.so.conf and configure script
works.
Problem was while compilation C program to get version of Sabltron (see
end of config.log). Try to copy this C program to some file, delete
#include "conftest.h" and try to compile using the last gcc command in
config.log and than try to run the result of compilation. It should say
what library it is missing. I hope it will help.

----

[2004-12-22 11:46:31] meuk at zwaremetalen dot com

This configure is a lot smaller and throws the error:

./configure  \
--with-apache=../apache_1.3.33 \
--with-gd=/opt/libgd2 \
--with-xslt-sablot=/usr \
--enable-xslt \
--with-jpeg-dir=/usr \
--with-java=/opt/j2sdk1.4.2



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/31028

-- 
Edit this bug report at http://bugs.php.net/?id=31028&edit=1


#31028 [Bgs->Opn]: Configure thinks my Sablotron 1.0 version is older then version 0.96

2005-01-13 Thread meuk at zwaremetalen dot com
 ID:   31028
 User updated by:  meuk at zwaremetalen dot com
 Reported By:  meuk at zwaremetalen dot com
-Status:   Bogus
+Status:   Open
 Bug Type: Compile Failure
 Operating System: Gentoo Linux
 PHP Version:  4.3.10RC2
 New Comment:

Last comment had nothing to with my problem. Why isn't it a PHP bug?
Who is causing the bug then ??


Previous Comments:


[2005-01-13 04:32:58] [EMAIL PROTECTED]

Not PHP bug.




[2005-01-07 17:31:22] gentoo at slave dot umbr dot cas dot cz

My problem was in missing libjvm.so. I use blackdown-jre on my Gentoo
and I have setup for LDPATH only for
/opt/blackdown-jdk-1.4.2.01/jre/lib/i386/{,native_threads,classic}. 
But the libjvm.so is in
/opt/blackdown-jdk-1.4.2.01/jre/lib/i386/{client,server} directories.
And while configuring php-cgi, it links with some library, which
requires libjvm.so. And I had a problem that there was neither
lib/i386/client nor lib/i386/server in /etc/ld.so.conf. I have updated
my system, now I have these paths in ld.so.conf and configure script
works.
Problem was while compilation C program to get version of Sabltron (see
end of config.log). Try to copy this C program to some file, delete
#include "conftest.h" and try to compile using the last gcc command in
config.log and than try to run the result of compilation. It should say
what library it is missing. I hope it will help.



[2004-12-22 11:46:31] meuk at zwaremetalen dot com

This configure is a lot smaller and throws the error:

./configure  \
--with-apache=../apache_1.3.33 \
--with-gd=/opt/libgd2 \
--with-xslt-sablot=/usr \
--enable-xslt \
--with-jpeg-dir=/usr \
--with-java=/opt/j2sdk1.4.2



[2004-12-22 05:10:55] [EMAIL PROTECTED]

What is the shortest possible configure line with which you can
reproduce this?




[2004-12-21 09:10:52] meuk at zwaremetalen dot com

I've just done a manual install of sablotron. Did the configure again
but then with the option --with-xslt-sablot=/opt/sablot and still I get
the same error. So it has nothing to do with Gentoo.



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/31028

-- 
Edit this bug report at http://bugs.php.net/?id=31028&edit=1


#31028 [Fbk->Opn]: Configure thinks my Sablotron 1.0 version is older then version 0.96

2004-12-22 Thread meuk at zwaremetalen dot com
 ID:   31028
 User updated by:  meuk at zwaremetalen dot com
 Reported By:  meuk at zwaremetalen dot com
-Status:   Feedback
+Status:   Open
 Bug Type: Compile Failure
 Operating System: Gentoo Linux
 PHP Version:  4.3.10RC2
 New Comment:

This configure is a lot smaller and throws the error:

./configure  \
--with-apache=../apache_1.3.33 \
--with-gd=/opt/libgd2 \
--with-xslt-sablot=/usr \
--enable-xslt \
--with-jpeg-dir=/usr \
--with-java=/opt/j2sdk1.4.2


Previous Comments:


[2004-12-22 05:10:55] [EMAIL PROTECTED]

What is the shortest possible configure line with which you can
reproduce this?




[2004-12-21 09:10:52] meuk at zwaremetalen dot com

I've just done a manual install of sablotron. Did the configure again
but then with the option --with-xslt-sablot=/opt/sablot and still I get
the same error. So it has nothing to do with Gentoo.



[2004-12-21 09:00:33] meuk at zwaremetalen dot com

I used gentoos packagemanager "emerge" to install Sablotron.

Somehow I have the idea it isn't really a sablotron issue. Maybe it has
something to do with the combination of configure parameters. Replacing
certain parameters which have nothing to do with Sabloton can result in
the Sablot-version-error.

I will do a manual install of sablotron to check if the gentoo
packagemanager has done something strange.



[2004-12-21 08:02:39] [EMAIL PROTECTED]

Exactly HOW do you install sablotron?




[2004-12-16 19:43:32] meuk at zwaremetalen dot com

Something strange is happening here.

If I do the original configure statement but without the option
"--with-jpeg-dir=/usr" it works perfectly. If I add the option  again
it gives me the sablot version error.



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/31028

-- 
Edit this bug report at http://bugs.php.net/?id=31028&edit=1


#31028 [Opn]: Configure thinks my Sablotron 1.0 version is older then version 0.96

2004-12-21 Thread meuk at zwaremetalen dot com
 ID:   31028
 User updated by:  meuk at zwaremetalen dot com
 Reported By:  meuk at zwaremetalen dot com
 Status:   Open
 Bug Type: Compile Failure
 Operating System: Gentoo Linux
 PHP Version:  4.3.10RC2
 Assigned To:  sniper
 New Comment:

I've just done a manual install of sablotron. Did the configure again
but then with the option --with-xslt-sablot=/opt/sablot and still I get
the same error. So it has nothing to do with Gentoo.


Previous Comments:


[2004-12-21 09:00:33] meuk at zwaremetalen dot com

I used gentoos packagemanager "emerge" to install Sablotron.

Somehow I have the idea it isn't really a sablotron issue. Maybe it has
something to do with the combination of configure parameters. Replacing
certain parameters which have nothing to do with Sabloton can result in
the Sablot-version-error.

I will do a manual install of sablotron to check if the gentoo
packagemanager has done something strange.



[2004-12-21 08:02:39] [EMAIL PROTECTED]

Exactly HOW do you install sablotron?




[2004-12-16 19:43:32] meuk at zwaremetalen dot com

Something strange is happening here.

If I do the original configure statement but without the option
"--with-jpeg-dir=/usr" it works perfectly. If I add the option  again
it gives me the sablot version error.

----

[2004-12-16 15:00:10] meuk at zwaremetalen dot com

I already added that output in my initial post. And I am sure that I
have one install of sablotron on my machine. I even tried to install
php on another machine (also GentooLinux) and I had the same problem
there. 

Installing Sablotron 1.0.1 gives the same problem. 

> Does this work:
> # rm config.cache
> # ./configure --disable-all --with-xslt-sablot --enable-xslt


checking whether to enable xslt support... yes
checking for XSLT Sablotron backend... yes
checking for libexpat dir for Sablotron XSL support... no
checking for iconv dir for Sablotron XSL support... no
checking for JavaScript for Sablotron XSL support... no
checking for Sablotron libraries in the default path... found in /usr
checking for sablot-config... found
checking for Sablotron version... >= 0.96
checking for iconv... yes
checking for SablotSetEncoding in -lsablot... yes
checking for SablotGetOptions in -lsablot... yes


That seems to work. Strange that it doesn't work if I set the directory
where it should find it.



[2004-12-16 13:13:06] [EMAIL PROTECTED]

Are you sure you have only one (1) sablotron version installed in your
system? What does "/usr/bin/sablot-config --version" output ?

Does this work:

# rm config.cache
# ./configure --disable-all --with-xslt-sablot --enable-xslt





The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/31028

-- 
Edit this bug report at http://bugs.php.net/?id=31028&edit=1


#31028 [Fbk->Opn]: Configure thinks my Sablotron 1.0 version is older then version 0.96

2004-12-21 Thread meuk at zwaremetalen dot com
 ID:   31028
 User updated by:  meuk at zwaremetalen dot com
 Reported By:  meuk at zwaremetalen dot com
-Status:   Feedback
+Status:   Open
 Bug Type: Compile Failure
 Operating System: Gentoo Linux
 PHP Version:  4.3.10RC2
 Assigned To:  sniper
 New Comment:

I used gentoos packagemanager "emerge" to install Sablotron.

Somehow I have the idea it isn't really a sablotron issue. Maybe it has
something to do with the combination of configure parameters. Replacing
certain parameters which have nothing to do with Sabloton can result in
the Sablot-version-error.

I will do a manual install of sablotron to check if the gentoo
packagemanager has done something strange.


Previous Comments:


[2004-12-21 08:02:39] [EMAIL PROTECTED]

Exactly HOW do you install sablotron?




[2004-12-16 19:43:32] meuk at zwaremetalen dot com

Something strange is happening here.

If I do the original configure statement but without the option
"--with-jpeg-dir=/usr" it works perfectly. If I add the option  again
it gives me the sablot version error.

----

[2004-12-16 15:00:10] meuk at zwaremetalen dot com

I already added that output in my initial post. And I am sure that I
have one install of sablotron on my machine. I even tried to install
php on another machine (also GentooLinux) and I had the same problem
there. 

Installing Sablotron 1.0.1 gives the same problem. 

> Does this work:
> # rm config.cache
> # ./configure --disable-all --with-xslt-sablot --enable-xslt


checking whether to enable xslt support... yes
checking for XSLT Sablotron backend... yes
checking for libexpat dir for Sablotron XSL support... no
checking for iconv dir for Sablotron XSL support... no
checking for JavaScript for Sablotron XSL support... no
checking for Sablotron libraries in the default path... found in /usr
checking for sablot-config... found
checking for Sablotron version... >= 0.96
checking for iconv... yes
checking for SablotSetEncoding in -lsablot... yes
checking for SablotGetOptions in -lsablot... yes


That seems to work. Strange that it doesn't work if I set the directory
where it should find it.



[2004-12-16 13:13:06] [EMAIL PROTECTED]

Are you sure you have only one (1) sablotron version installed in your
system? What does "/usr/bin/sablot-config --version" output ?

Does this work:

# rm config.cache
# ./configure --disable-all --with-xslt-sablot --enable-xslt



------------

[2004-12-09 09:11:05] meuk at zwaremetalen dot com

You can find it here:

http://www.hildebrand.tv/php/config.log



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/31028

-- 
Edit this bug report at http://bugs.php.net/?id=31028&edit=1


#31028 [Opn]: Configure thinks my Sablotron 1.0 version is older then version 0.96

2004-12-16 Thread meuk at zwaremetalen dot com
 ID:   31028
 User updated by:  meuk at zwaremetalen dot com
 Reported By:  meuk at zwaremetalen dot com
 Status:   Open
 Bug Type: Compile Failure
 Operating System: Gentoo Linux
 PHP Version:  4.3.10RC2
 New Comment:

Something strange is happening here.

If I do the original configure statement but without the option
"--with-jpeg-dir=/usr" it works perfectly. If I add the option  again
it gives me the sablot version error.


Previous Comments:


[2004-12-16 15:00:10] meuk at zwaremetalen dot com

I already added that output in my initial post. And I am sure that I
have one install of sablotron on my machine. I even tried to install
php on another machine (also GentooLinux) and I had the same problem
there. 

Installing Sablotron 1.0.1 gives the same problem. 

> Does this work:
> # rm config.cache
> # ./configure --disable-all --with-xslt-sablot --enable-xslt


checking whether to enable xslt support... yes
checking for XSLT Sablotron backend... yes
checking for libexpat dir for Sablotron XSL support... no
checking for iconv dir for Sablotron XSL support... no
checking for JavaScript for Sablotron XSL support... no
checking for Sablotron libraries in the default path... found in /usr
checking for sablot-config... found
checking for Sablotron version... >= 0.96
checking for iconv... yes
checking for SablotSetEncoding in -lsablot... yes
checking for SablotGetOptions in -lsablot... yes


That seems to work. Strange that it doesn't work if I set the directory
where it should find it.



[2004-12-16 13:13:06] [EMAIL PROTECTED]

Are you sure you have only one (1) sablotron version installed in your
system? What does "/usr/bin/sablot-config --version" output ?

Does this work:

# rm config.cache
# ./configure --disable-all --with-xslt-sablot --enable-xslt



--------

[2004-12-09 09:11:05] meuk at zwaremetalen dot com

You can find it here:

http://www.hildebrand.tv/php/config.log



[2004-12-08 22:27:43] [EMAIL PROTECTED]

Please provide a link to your config.log file so that we can check it.

--------

[2004-12-08 22:14:44] meuk at zwaremetalen dot com

Description:

When doing a configure I get the following error:

checking for XSLT Sablotron backend... /usr
checking for libexpat dir for Sablotron XSL support... /usr
checking for iconv dir for Sablotron XSL support... no
checking for JavaScript for Sablotron XSL support... no
checking for sablot-config... found
checking for Sablotron version... configure: error: Sablotron version
0.96 or greater required.

My configure statement:
./configure  --with-mysql=/opt/mysql41 --enable-track-vars
--disable-debug --with-apache=../apache_1.3.33 --with-openssl=/usr
--with-xml --with-ldap --with-ttf --with-gd=/opt/libgd2
--enable-gd-imgstrttf --with-mcrypt=/usr --with-mhash=/usr --enable-ftp
--with-dom --with-expat-dir=/usr --with-xslt-sablot=/usr --enable-xslt
--with-freetype-dir=/usr --enable-gd-native-ttf --with-curl=/usr
--with-zlib --with-zlib-dir=/usr --with-imap=/usr --with-imap-ssl=/usr
--with-gettext --with-bz2 --enable-javascript --with-jpeg-dir=/usr
--with-png-dir=/usr --with-dom-xslt=/usr --with-dom-exslt=/usr
--enable-xslt --with-iconv --with-ming=/usr
--with-java=/opt/j2sdk1.4.2

But my Sablotron version is 1.0. Check here:
iridium php-4.3.10RC2 # /usr/bin/sablot-config --version
1.0



Expected result:

I expect configure to accept my sablotron version. 1.0 is greater than
0.96






-- 
Edit this bug report at http://bugs.php.net/?id=31028&edit=1


#31028 [Fbk->Opn]: Configure thinks my Sablotron 1.0 version is older then version 0.96

2004-12-16 Thread meuk at zwaremetalen dot com
 ID:   31028
 User updated by:  meuk at zwaremetalen dot com
 Reported By:  meuk at zwaremetalen dot com
-Status:   Feedback
+Status:   Open
 Bug Type: Compile Failure
 Operating System: Gentoo Linux
 PHP Version:  4.3.10RC2
 New Comment:

I already added that output in my initial post. And I am sure that I
have one install of sablotron on my machine. I even tried to install
php on another machine (also GentooLinux) and I had the same problem
there. 

Installing Sablotron 1.0.1 gives the same problem. 

> Does this work:
> # rm config.cache
> # ./configure --disable-all --with-xslt-sablot --enable-xslt


checking whether to enable xslt support... yes
checking for XSLT Sablotron backend... yes
checking for libexpat dir for Sablotron XSL support... no
checking for iconv dir for Sablotron XSL support... no
checking for JavaScript for Sablotron XSL support... no
checking for Sablotron libraries in the default path... found in /usr
checking for sablot-config... found
checking for Sablotron version... >= 0.96
checking for iconv... yes
checking for SablotSetEncoding in -lsablot... yes
checking for SablotGetOptions in -lsablot... yes


That seems to work. Strange that it doesn't work if I set the directory
where it should find it.


Previous Comments:


[2004-12-16 13:13:06] [EMAIL PROTECTED]

Are you sure you have only one (1) sablotron version installed in your
system? What does "/usr/bin/sablot-config --version" output ?

Does this work:

# rm config.cache
# ./configure --disable-all --with-xslt-sablot --enable-xslt



----

[2004-12-09 09:11:05] meuk at zwaremetalen dot com

You can find it here:

http://www.hildebrand.tv/php/config.log



[2004-12-08 22:27:43] [EMAIL PROTECTED]

Please provide a link to your config.log file so that we can check it.

----

[2004-12-08 22:14:44] meuk at zwaremetalen dot com

Description:

When doing a configure I get the following error:

checking for XSLT Sablotron backend... /usr
checking for libexpat dir for Sablotron XSL support... /usr
checking for iconv dir for Sablotron XSL support... no
checking for JavaScript for Sablotron XSL support... no
checking for sablot-config... found
checking for Sablotron version... configure: error: Sablotron version
0.96 or greater required.

My configure statement:
./configure  --with-mysql=/opt/mysql41 --enable-track-vars
--disable-debug --with-apache=../apache_1.3.33 --with-openssl=/usr
--with-xml --with-ldap --with-ttf --with-gd=/opt/libgd2
--enable-gd-imgstrttf --with-mcrypt=/usr --with-mhash=/usr --enable-ftp
--with-dom --with-expat-dir=/usr --with-xslt-sablot=/usr --enable-xslt
--with-freetype-dir=/usr --enable-gd-native-ttf --with-curl=/usr
--with-zlib --with-zlib-dir=/usr --with-imap=/usr --with-imap-ssl=/usr
--with-gettext --with-bz2 --enable-javascript --with-jpeg-dir=/usr
--with-png-dir=/usr --with-dom-xslt=/usr --with-dom-exslt=/usr
--enable-xslt --with-iconv --with-ming=/usr
--with-java=/opt/j2sdk1.4.2

But my Sablotron version is 1.0. Check here:
iridium php-4.3.10RC2 # /usr/bin/sablot-config --version
1.0



Expected result:

I expect configure to accept my sablotron version. 1.0 is greater than
0.96






-- 
Edit this bug report at http://bugs.php.net/?id=31028&edit=1


#31028 [Fbk->Opn]: Configure thinks my Sablotron 1.0 version is older then version 0.96

2004-12-09 Thread meuk at zwaremetalen dot com
 ID:   31028
 User updated by:  meuk at zwaremetalen dot com
 Reported By:  meuk at zwaremetalen dot com
-Status:   Feedback
+Status:   Open
 Bug Type: *Compile Issues
 Operating System: Gentoo Linux
 PHP Version:  4.3.10RC2
 New Comment:

You can find it here:

http://www.hildebrand.tv/php/config.log


Previous Comments:


[2004-12-08 22:27:43] [EMAIL PROTECTED]

Please provide a link to your config.log file so that we can check it.



[2004-12-08 22:14:44] meuk at zwaremetalen dot com

Description:

When doing a configure I get the following error:

checking for XSLT Sablotron backend... /usr
checking for libexpat dir for Sablotron XSL support... /usr
checking for iconv dir for Sablotron XSL support... no
checking for JavaScript for Sablotron XSL support... no
checking for sablot-config... found
checking for Sablotron version... configure: error: Sablotron version
0.96 or greater required.

My configure statement:
./configure  --with-mysql=/opt/mysql41 --enable-track-vars
--disable-debug --with-apache=../apache_1.3.33 --with-openssl=/usr
--with-xml --with-ldap --with-ttf --with-gd=/opt/libgd2
--enable-gd-imgstrttf --with-mcrypt=/usr --with-mhash=/usr --enable-ftp
--with-dom --with-expat-dir=/usr --with-xslt-sablot=/usr --enable-xslt
--with-freetype-dir=/usr --enable-gd-native-ttf --with-curl=/usr
--with-zlib --with-zlib-dir=/usr --with-imap=/usr --with-imap-ssl=/usr
--with-gettext --with-bz2 --enable-javascript --with-jpeg-dir=/usr
--with-png-dir=/usr --with-dom-xslt=/usr --with-dom-exslt=/usr
--enable-xslt --with-iconv --with-ming=/usr
--with-java=/opt/j2sdk1.4.2

But my Sablotron version is 1.0. Check here:
iridium php-4.3.10RC2 # /usr/bin/sablot-config --version
1.0



Expected result:

I expect configure to accept my sablotron version. 1.0 is greater than
0.96






-- 
Edit this bug report at http://bugs.php.net/?id=31028&edit=1


#31028 [NEW]: Configure thinks my Sablotron 1.0 version is older then version 0.96

2004-12-08 Thread meuk at zwaremetalen dot com
From: meuk at zwaremetalen dot com
Operating system: Gentoo Linux
PHP version:  4.3.10RC2
PHP Bug Type: *Compile Issues
Bug description:  Configure thinks my Sablotron 1.0 version is older then 
version 0.96

Description:

When doing a configure I get the following error:

checking for XSLT Sablotron backend... /usr
checking for libexpat dir for Sablotron XSL support... /usr
checking for iconv dir for Sablotron XSL support... no
checking for JavaScript for Sablotron XSL support... no
checking for sablot-config... found
checking for Sablotron version... configure: error: Sablotron version 0.96
or greater required.

My configure statement:
./configure  --with-mysql=/opt/mysql41 --enable-track-vars --disable-debug
--with-apache=../apache_1.3.33 --with-openssl=/usr --with-xml --with-ldap
--with-ttf --with-gd=/opt/libgd2 --enable-gd-imgstrttf --with-mcrypt=/usr
--with-mhash=/usr --enable-ftp --with-dom --with-expat-dir=/usr
--with-xslt-sablot=/usr --enable-xslt --with-freetype-dir=/usr
--enable-gd-native-ttf --with-curl=/usr --with-zlib --with-zlib-dir=/usr
--with-imap=/usr --with-imap-ssl=/usr --with-gettext --with-bz2
--enable-javascript --with-jpeg-dir=/usr --with-png-dir=/usr
--with-dom-xslt=/usr --with-dom-exslt=/usr --enable-xslt --with-iconv
--with-ming=/usr --with-java=/opt/j2sdk1.4.2

But my Sablotron version is 1.0. Check here:
iridium php-4.3.10RC2 # /usr/bin/sablot-config --version
1.0



Expected result:

I expect configure to accept my sablotron version. 1.0 is greater than
0.96


-- 
Edit bug report at http://bugs.php.net/?id=31028&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=31028&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=31028&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=31028&r=trysnapshot51
Fixed in CVS:http://bugs.php.net/fix.php?id=31028&r=fixedcvs
Fixed in release:http://bugs.php.net/fix.php?id=31028&r=alreadyfixed
Need backtrace:  http://bugs.php.net/fix.php?id=31028&r=needtrace
Need Reproduce Script:   http://bugs.php.net/fix.php?id=31028&r=needscript
Try newer version:   http://bugs.php.net/fix.php?id=31028&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=31028&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=31028&r=notwrong
Not enough info: 
http://bugs.php.net/fix.php?id=31028&r=notenoughinfo
Submitted twice: 
http://bugs.php.net/fix.php?id=31028&r=submittedtwice
register_globals:http://bugs.php.net/fix.php?id=31028&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=31028&r=php3
Daylight Savings:http://bugs.php.net/fix.php?id=31028&r=dst
IIS Stability:   http://bugs.php.net/fix.php?id=31028&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=31028&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=31028&r=float
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=31028&r=mysqlcfg