[PHP-DEV] Bug #11793: file_exists() and friends

2001-06-29 Thread bf
From: [EMAIL PROTECTED] Operating system: Redhat Linux PHP version: 4.0.6 PHP Bug Type: Scripting Engine problem Bug description: file_exists() and friends I'm having problem with file_exists(), is_file(), file_size() since the upgrade to 4.0.6. It does not work if I suppl

[PHP-DEV] Bug #11793 Updated: file_exists() and friends

2001-06-29 Thread bf
ID: 11793 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Scripting Engine problem Operating system: Redhat Linux PHP Version: 4.0.6 Description: file_exists() and friends Previous Comments: ---

[PHP-DEV] Bug #11793 Updated: file_exists() and friends

2001-06-29 Thread bf
ID: 11793 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating system: Redhat Linux PHP Version: 4.0.6 Description: file_exists() and friends This was not a PHP problem. Previous Comments:

[PHP-DEV] Bug #8672 Updated: Crash when returning a variable from function as argument

2001-05-16 Thread bf
ID: 8672 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Variables related Operating system: Redhat Linux 6.2 PHP Version: 4.0.4 Description: Crash when returning a variable from function as argument I can't reproduce this with 4.0.5. Seems to be fixed ;) Previo

[PHP-DEV] PHP 4.0 Bug #8809 Updated: Cookieless session with Header redirects

2001-01-23 Thread bf
ID: 8809 User Update by: [EMAIL PROTECTED] Status: Open Old-Bug Type: Feature/Change Request Bug Type: Scripting Engine problem Description: Cookieless session with Header redirects When PHP is compiled with --enable-trans-sid http redirects with header() does not work with cookieless sessions.

[PHP-DEV] PHP 4.0 Bug #8809: Cookieless session with Header redirects

2001-01-19 Thread bf
From: [EMAIL PROTECTED] Operating system: All PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: Cookieless session with Header redirects I have code like: session_start(); if ( !isset( $Foo ) ) { session_register( "Foo" ); } else { print(

[PHP-DEV] PHP 4.0 Bug #8672: Crash when returning a variable from function as argument

2001-01-12 Thread bf
From: [EMAIL PROTECTED] Operating system: Redhat Linux 6.2 PHP version: 4.0.4 PHP Bug Type: Reproduceable crash Bug description: Crash when returning a variable from function as argument I had code like this: $user = new eZUser( $session->variable("AuthenticatedUser" ) ); A