[PHP-DEV] Re: PHP 4.0 Bug #5540 Updated: Simple test on a string fails From: Alain TESIO (alain <email protected>)
Date: 07/27/00

Hi, the bug report is from me, it still fails in my case.

My configuration is a bit weird since it's a virtual host and
I have no admin rights so I installed the new version of
php in my local cgi-bin directory.
I have to declare a path to the mysql libraries, so I have
renamed php produced by make to newphp and the php
executable is :

#!/bin/sh
export LD_LIBRARY_PATH=/home/onesite/src/mysql_lib/
/www/onesite/cgi-bin/newphp -c /www/onesite/cgi-bin

Tell me if you still need some more informations about
my machine. I think that the base system is Linux Redhat 5.2,
the kernel version is 2.0.36, I compiled it using gcc 2.7.2.1
(it's old but I can't test a newer gcc, I don't have enough
space left to install it)
Is there a way to get some debug informations you could use ?

Alain

> ID: 5540
> Updated by: zak
> Reported By: alain <email protected>
> Status: Open
> Bug Type: Scripting Engine problem
> Assigned To:
> Comments:
>
> I am not sure what to make of this.
>
> When I first tested this bug about 4 days ago, I had the same results. I
just tested it again and I cannot reproduce it... even using his ini file.
>
> Could someone see if they can reproduce this?
>
> Full Bug description available at: http://bugs.php.net/?id=5540

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>