Date: 05/16/01
- Next message: sniper <email protected>: "[PHP-DEV] Bug #10531 Updated: ftp_rawlist dont show list in directory that has spaces in it"
- Previous message: sniper <email protected>: "[PHP-DEV] Bug #8706 Updated: Database handle corruption?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 8672
Updated by: sniper
Reported By: bf <email protected>
Status: Feedback
Old-Bug Type: Reproducible Crash
Bug Type: Variables related
Operating system:
PHP Version: 4.0.4
Assigned To:
Comments:
Does this happen with PHP 4.0.5 or not?
--Jani
Previous Comments:
---------------------------------------------------------------------------
[2001-04-28 14:45:15] derick <email protected>
Can you try to reprocude this when php 4.0.5 will be released next week?
---------------------------------------------------------------------------
[2001-01-12 05:30:39] bf <email protected>
I had code like this:
$user = new eZUser( $session->variable("AuthenticatedUser" ) );
And I noticed now that this creates a segfault in php.
The workaround is changing the code to:
$val = $session->variable( "AuthenticatedUser" );
$user = new eZUser( $val );
The code worked with php-4.0.3pl1 and has worked with
4.0.4, but it's reproduceable and I think it's a PHP bug.
The eZSession::variable() function returns a string value.
I've tested it with 4.0.4pl1 and the bug is still there.
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=8672&edit=2
-- 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: sniper <email protected>: "[PHP-DEV] Bug #10531 Updated: ftp_rawlist dont show list in directory that has spaces in it"
- Previous message: sniper <email protected>: "[PHP-DEV] Bug #8706 Updated: Database handle corruption?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

