[PHP-DEV] Bug #15028 Updated: Call to undefined function: imap_open()

2002-01-14 Thread heyesr
ID: 15028 Updated by: heyesr Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: IMAP related Operating System: redhat 7.1 PHP Version: 4.1.1 New Comment: Your remote machine doesn't have the imap extension enabled. And squirrelmail does use the imap ext, which is why

[PHP-DEV] Bug #14008 Updated: $_POST/$_FILES when uploaded file is too large

2001-11-13 Thread heyesr
ID: 14008 Updated by: heyesr Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: HTTP related Operating System: RHL 7.1 PHP Version: 4.0CVS-2001-11-10 Assigned To: sniper New Comment: As mentioned in irc, it segfaults now when a file is uploaded that's larger than max

[PHP-DEV] Bug #14008: $_POST/$_FILES when uploaded file is too large

2001-11-10 Thread heyesr
From: [EMAIL PROTECTED] Operating system: RHL 7.1 PHP version: 4.0CVS-2001-11-10 PHP Bug Type: Unknown/Other Function Bug description: $_POST/$_FILES when uploaded file is too large Version is 4.2.0-dev. When using the following script: ?php print_r($_POST);

[PHP-DEV] Bug #13206 Updated: MD5 option for 128 bytes long digest (standard)

2001-09-07 Thread heyesr
ID: 13206 Updated by: heyesr Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: Windows 98 PHP Version: 4.0.4pl1 New Comment: md5() outputs 32 hex characters. 1 hex character = 4 bits. 32 * 4 = 128 bits. 128 bits / 8 = 16 bytes

[PHP-DEV] Bug #6932 Updated: Filesize / File_exists and include_path

2001-08-12 Thread heyesr
ID: 6932 Updated by: heyesr Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating System: Any PHP Version: 4.0.2 New Comment: Maybe I should clarify, it was the filesize and file_exists function I was hoping would be updated to have an optional argument so