Date: 06/30/99
- Next message: Mark Musone: "[PHP-DEV] http://www.php.net/manual/"
- Previous message: fredm <email protected>: "[PHP-DEV] Bug #1632: rmdir fails with broken pipe"
- Next in thread: Bug Database: "[PHP-DEV] Bug #1629 Updated: for x undefined values in an array, implode concatenates the last x + 1 items"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 1629
User Update by: codemaster <email protected>
Status: Analyzed
Bug Type: Misbehaving function
Description: for x undefined values in an array, implode concatenates the last x + 1 items
More detail: If there is one undefined value in an array passed to implode(),
the last two items in the array are concatenated without the delimiter. If there
are two undef's, the last three are concatenated. If there are three, the last
four, etc.
After a little more research, this problem seems to apply to the PHP 3.0.7
installation I was using. I compiled the RedHat 6.0 SRPM and installed it.
RedHat has a PHP 3.0.9 RPM on their update site ftp://ftp.redhat.com.
See http://www.redhat.com/mirrors.html for a list of mirrors. This newer
version doesn't have this problem.
Full Bug description available at: http://bugs.php.net/?id=1629
-- 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: Mark Musone: "[PHP-DEV] http://www.php.net/manual/"
- Previous message: fredm <email protected>: "[PHP-DEV] Bug #1632: rmdir fails with broken pipe"
- Next in thread: Bug Database: "[PHP-DEV] Bug #1629 Updated: for x undefined values in an array, implode concatenates the last x + 1 items"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

