Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.7.2

Bug #6028 incompatability with php5
Submitted: 2005-11-21 22:48 UTC
From: tomas dot varaneckas at gmail dot com Assigned: farell
Status: Closed Package: PEAR_PackageFileManager
PHP Version: 5.0.5 OS: Linux Debian
Roadmaps: (Not assigned)    
Subscription  


 [2005-11-21 22:48 UTC] tomas dot varaneckas at gmail dot com
Description: ------------ // $Id: File.php,v 1.21 2005/03/28 06:37:35 cellog Exp $ File.php line 108: $ext = array_pop(explode('.', $file)); as php5 requires reference as input for array_pop, function output cannot be assigned. Quick fix: $ext = array_pop($array = explode('.', $file));

Comments

 [2006-01-09 17:05 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2006-04-25 05:41 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!