Date: 07/31/00
- Next message: David J. MacKenzie: "[PHP-DEV] Re: PHP 4.0 Bug #3076 Updated: system and popen are ok in safe_mode, not backquotes"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #5884 Updated: Not able to unset($var) set as global in function"
- Next in thread: David J. MacKenzie: "[PHP-DEV] Re: PHP 4.0 Bug #3077 Updated: ASP tags aren't recognized"
- Maybe reply: David J. MacKenzie: "[PHP-DEV] Re: PHP 4.0 Bug #3077 Updated: ASP tags aren't recognized"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> ID: 3077
> Updated by: andi
> Reported By: djm <email protected>
> Status: Closed
> Bug Type: Scripting Engine problem
> Assigned To:
> Comments:
>
> This should be fixed in the latest CVS.
> Please grab it or in about 24 hours get the latest snapshot from snaps.php.ne
t
>
> Full Bug description available at: http://bugs.php.net/version4/?id=3077
If these two earlier bugs are indeed fixed in CVS, it must be in some
way that is not obvious from diffing Zend/zend-scanner.l.
I can't check whether they are fixed in CVS, because the current CVS
version has a new bug: it prepends the server root (the home directory
of the user running the server) to every .php file before trying to
open it, returning error pages like this:
Warning: Unable to access /homes/web/testtest5/usr/local/libexec/php-bin/php-info.php in Unknown on line 0
Warning: Failed opening '/usr/local/libexec/php-bin/php-info.php' for inclusion (include_path='.:/usr/local/lib/php') in Unknown on line 0
The path in the second message is correct; that file exists and PHP
should be finding it. But the path in the first message
incorrectly starts with an extra copy of the server root.
Due to the callback technique, I can't trace where the extra
directory is being prepended.
-- 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>
- Next message: David J. MacKenzie: "[PHP-DEV] Re: PHP 4.0 Bug #3076 Updated: system and popen are ok in safe_mode, not backquotes"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #5884 Updated: Not able to unset($var) set as global in function"
- Next in thread: David J. MacKenzie: "[PHP-DEV] Re: PHP 4.0 Bug #3077 Updated: ASP tags aren't recognized"
- Maybe reply: David J. MacKenzie: "[PHP-DEV] Re: PHP 4.0 Bug #3077 Updated: ASP tags aren't recognized"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

