[PHP-DEV] PHP 4.0 Bug #9839: opendir() before mysql_fetch_assoc() returns non-associative array

2001-03-19 Thread marshall
From: [EMAIL PROTECTED] Operating system: Linux 6.2 on Alpha PHP version: 4.0.4pl1 PHP Bug Type: Directory function related Bug description: opendir() before mysql_fetch_assoc() returns non-associative array ?php // If the opendir call is before the connect, an

[PHP-DEV] PHP 4.0 Bug #8807: readfile ignores output buffering setting

2001-01-19 Thread lindsay . marshall
From: [EMAIL PROTECTED] Operating system: Redhat 6.2 PHP version: 4.0.4pl1 PHP Bug Type: Output Control Bug description: readfile ignores output buffering setting ob_start(); readfile('foo'); header('X-Test: sdfsdfsd'); ob_end_flush(); -- Edit Bug report at:

[PHP-DEV] Bug #12272: Handling of file submissions from Opera incorrect

2001-07-20 Thread lindsay . marshall
From: [EMAIL PROTECTED] Operating system: Linux RedHat PHP version: 4.0.5 PHP Bug Type: Unknown/Other Function Bug description: Handling of file submissions from Opera incorrect When you use a FILE form element in opera and ask for multipart encoding, PHP does not extract

[PHP-DEV] Bug #14473: strtotime wont parse date

2001-12-12 Thread lindsay . marshall
From: [EMAIL PROTECTED] Operating system: Redhat 7.2 PHP version: 4.1.0 PHP Bug Type: Unknown/Other Function Bug description: strtotime wont parse date strtotime('12th December 2001') returns -1 The 'th' after the number causes the problem, but this is a perfectly

[PHP-DEV] CVS Account Request: vmarshall

2002-07-28 Thread Vernon Marshall
Work on presentation system. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Reusing PHP string value pointers

2002-11-27 Thread Marshall A. Greenblatt
on the variable name, but the pointer is being passed to a function outside the scope of this module, and that function expects it to just work with a pre-designated string pointer. Any suggestions and/or clarification would be greatly appreciated. Thanks, Marshall -- PHP Development Mailing List

Re: [PHP-DEV] Reusing PHP string value pointers

2002-11-28 Thread Marshall A. Greenblatt
the variable value is changed in the PHP script. Would anybody else be interested in this functionality? Zeev Thanks, Marshall -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] INI File Entries: Retrieving Multiple/Unregistered

2002-12-25 Thread Marshall A. Greenblatt
rather not put everything on one line, as that would become rather messy as the number of entries increases. I'd also like to avoid loading a separate configuration file just for my module, if at all possible. Thanks, Marshall -- PHP Development Mailing List http://www.php.net/ To unsubscribe