Date: 09/29/99
- Next message: sbernard <email protected>: "[PHP-DEV] PHP 4.0 Bug #2404: problems with include() and include_path"
- Previous message: Rasmus Lerdorf: "[PHP-DEV] File Uploads in Netscape 4.7?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: ignwe <email protected>
Operating system: Debian
PHP version: 3.0.12
PHP Bug Type: Misbehaving function
Bug description: imap_add_body doesn't set body->id
imap.c:line 1639:
-if(body->description) add_property_string( arg, "id", body->description, 1 );
+add_property_string(arg,"id",body->id,1);
Also found in php4 beta 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: sbernard <email protected>: "[PHP-DEV] PHP 4.0 Bug #2404: problems with include() and include_path"
- Previous message: Rasmus Lerdorf: "[PHP-DEV] File Uploads in Netscape 4.7?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

