Re: [PHP-DEV] ZTS and tests problem

2002-10-04 Thread Marcus Börger

fixed by Sacha - thanks

At 21:05 03.10.2002, Marcus Boerger wrote:
I do not know why but i get the following error messages when running
tests:

Warning: Cannot get the virtual filepath of /usr/src/php4-HEAD/pear/PHPDoc
  in /usr/src/php4-HEAD/run-tests.php on line 160
/usr/src/php4-HEAD/run-tests.php(160) : Warning - Cannot get the virtual 
filepath of /usr/src/php4-HEAD/pear/PHPDoc

I tracked i down to filestat.c line 575:
#ifndef PHP_WIN32
#ifdef VIRTUAL_DIR
 {
 char *tmpname;

 if (virtual_filepath(filename, tmpname TSRMLS_CC)) {
 php_error(E_WARNING, Cannot get the virtual 
 filepath of %s\n, filename);
 RETURN_FALSE;
 }

 filename = tmpname;
 }
#endif

But i do not know when it last worked...

Any Help?


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] ZTS and tests problem

2002-10-03 Thread Marcus Boerger

I do not know why but i get the following error messages when running
tests:

Warning: Cannot get the virtual filepath of /usr/src/php4-HEAD/pear/PHPDoc
  in /usr/src/php4-HEAD/run-tests.php on line 160
/usr/src/php4-HEAD/run-tests.php(160) : Warning - Cannot get the virtual 
filepath of /usr/src/php4-HEAD/pear/PHPDoc

I tracked i down to filestat.c line 575:
#ifndef PHP_WIN32
#ifdef VIRTUAL_DIR
 {
 char *tmpname;

 if (virtual_filepath(filename, tmpname TSRMLS_CC)) {
 php_error(E_WARNING, Cannot get the virtual 
filepath of %s\n, filename);
 RETURN_FALSE;
 }

 filename = tmpname;
 }
#endif

But i do not know when it last worked...

Any Help?



[PHP-DEV] ZTS and PHP-4.0.6

2001-09-20 Thread Thomas Wentzel

I just went from php-4.0.4 to php-4.0.6 (linux) and
now my extension won't compile... A lot of bitching
anywhere I use my thread safe globals.. Did anything
change with respect to this between the two versions??

/Thomas


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]